state-res: Revert calculating the auth chain in ruma
In a previous commit I moved the auth chain calculation code to ruma because I thought I could optimize it by only taking auth chains from conflicted events instead of all events. It turned out that was wrong and now I removed that algorithm again (the full auth chains are now passed in as an argument to state_res::resolve again).
This commit is contained in:
committed by
Jonas Platte
parent
63411165da
commit
d970501c85
@@ -2,7 +2,7 @@
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* state_res::resolve now doesn't take auth_events anymore and calculates it on its own instead
|
||||
* state_res::resolve auth_events type has been slightly changed and renamed to auth_chain_sets
|
||||
|
||||
# 0.2.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user