serai/substrate
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
..
abi
client
coins
dex/pallet
in-instructions
node signals-primitives, plus various minor tweaks 2023-12-06 09:53:06 -05:00
primitives
runtime
signals
validator-sets