Module catchup

Source

Macrosยง

clone ๐Ÿ”’

Structsยง

Client ๐Ÿ”’
NullStateCatchup
Disable catchup entirely.
ParallelStateCatchup
A catchup implementation that parallelizes requests to many providers. It returns the result of the first non-erroring provider to complete.
PeerScore ๐Ÿ”’
A score of a catchup peer, based on our interactions with that peer.
SqlStateCatchup ๐Ÿ”’
StatePeers

Traitsยง

CatchupStorage ๐Ÿ”’

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.