Jonas Platte
a9985d7763
events / state-res: Use RawJsonValue over JsonValue for event content
2021-09-15 20:58:42 +02:00
Jonas Platte
09acfb1b0b
Release ruma-state-res 0.4.1
2021-09-01 21:55:04 +02:00
Jonas Platte
50f0327b0b
Release ruma-state-res 0.4.0
2021-08-26 12:33:47 +02:00
Jonas Platte
da5e631640
Release ruma-state-res 0.3.0
2021-08-11 17:56:10 +02:00
Timo Kösters
3a0ee7740f
state-res: Change BTreeMap/Set to HashMap/Set
2021-08-10 15:22:47 +02:00
Timo Kösters
d970501c85
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).
2021-08-10 15:22:47 +02:00
Timo Kösters
17afbabd92
state-res: Calculate auth_events and fix bug when calculating common events
2021-08-10 15:22:46 +02:00
Devin Ragotzy
a4e6cc7c42
state-res: Use closure to fetch unknown events during state-res
...
state-res: Remove event_map arg from all functions
state-res: Remove get_or_load_event helper func and fix resolve docs
2021-08-10 15:22:26 +02:00
Jonas Platte
5a1192f158
Release ruma-state-res 0.2.0
2021-06-21 18:03:39 +02:00
Jonas Platte
e5e2cde421
Release ruma-state-res 0.1.0
2021-05-17 01:50:19 +02:00
Jonas Platte
6f8d43ccbb
state-res: Prepare for publishing
2021-05-17 01:48:28 +02:00