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:
Timo Kösters
2021-07-16 09:33:49 +02:00
committed by Jonas Platte
parent 63411165da
commit d970501c85
6 changed files with 70 additions and 56 deletions

View File

@@ -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