-
Notifications
You must be signed in to change notification settings - Fork 6
initialisation steps
cardano-node-wiki edited this page Jan 12, 2024
·
2 revisions
Cardano.Node.StateRep
https://github.com/intersectmbo/ouroboros-network/blob/master/ouroboros-consensus/docs/initialization-steps-and-the-related-tracer.org
Consensus init:
- open the Chain DB
- open ImmutableDb
- open VolatileDB
- open LedgerDB
- setup the NodeKernel
- initialize the network layer
- Ouroboros.Consensus.Node.run
- Ouroboros.Consensus.Node.runWith
- TraceValidationEvent blk
- UpdateLedgerDbTraceEvent
- UpdateLedgerDbTraceEvent blk
- StartedPushingBlockToTheLedgerDb
- UpdateLedgerDbTraceEvent blk
- UpdateLedgerDbTraceEvent
The cardano-node
wiki has moved. Please go to (https://github.com/input-output-hk/cardano-node-wiki/wiki) and look for the page there.