Macrosยง
- clone ๐
Structsยง
- Client ๐
- Null
State Catchup - Disable catchup entirely.
- Parallel
State Catchup - A catchup implementation that parallelizes requests to many providers. It returns the result of the first non-erroring provider to complete.
- Peer
Score ๐ - A score of a catchup peer, based on our interactions with that peer.
- SqlState
Catchup ๐ - State
Peers
Traitsยง
- Catchup
Storage ๐
Functionsยง
- add_
fee_ accounts_ to_ state - Add accounts to the in-memory consensus state. We use this during catchup after receiving verified accounts.
- add_
v1_ reward_ accounts_ to_ state - Add accounts to the in-memory consensus state. We use this during catchup after receiving verified accounts.
- add_
v2_ reward_ accounts_ to_ state - Add accounts to the in-memory consensus state. We use this during catchup after receiving verified accounts.