serai/tests/coordinator
Luke Parker 7122e0faf4
Cache the block's events within TemporalSerai
Event retrieval was prior:
- Retrieve all events in the block, which may be hundreds of KB
- Filter to just a few

Since it's frequent to want multiple sets of events, each filtered in their own
way, this caused the retrieval to happen multiple times. Now, it only will
happen once.

Also has the scoped clients take a reference, not an owned TemporalSerai.
2023-12-08 10:46:10 -05:00
..
src Cache the block's events within TemporalSerai 2023-12-08 10:46:10 -05:00
Cargo.toml Replace bincode with borsh (#452) 2023-11-25 04:01:11 -05:00
LICENSE Add initial coordinator e2e tests 2023-08-01 19:00:48 -04:00