Crate massa_bootstrap

source ยท
Expand description

Copyright (c) 2022 MASSA LABS info@massa.net Bootstrap crate

At start up, if now is after genesis timestamp, the node will bootstrap from one of the provided bootstrap servers.

On server side, the server will query consensus for the graph and the ledger, execution for execution related data and network for the peer list.

Modulesยง

Structsยง

Enumsยง

Functionsยง

  • Uses the cond-var pattern to handle sig-int cancellation. Make sure that the passed in interrupted shares its Arc with a sig-int handler setup.
  • See module level documentation for details