-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
CI/CD 🏭CI/CDCI/CD
Description
Why
We need to verify in the Mithril Client multi-platform test in the CI that the we can fast bootstrap a Cardano node with a ledger state that has been converted to LMDB flavor with the tools utxo-hd command of the client CLI.
What
Add a new step in the workflow which checks fast bootstrap of an LMDB UTxO-HD ledger state converted with the client CLI.
How
-
⚠️ Do we need to modify the configuration of the Cardano node to make it start withLMDBledger state:- If yes, how can we do that in the
LMDBledger state in a duplicated stepCardano Database V2 Snapshot / verify Cardano node starts successfulstep?
- If yes, how can we do that in the
- Add a new step after the successful fast bootstrap of a Cardano database with
InMemoryledger state (only Linux x86 and Docker) - Add a step to update the ledger state snapshot with the
LMDBformat created duplicated from theLedger state snapshot conversion from InMemory to LMDBstep - Then run the fast bootstrap of the Cardano node with the
LMDBledger state in a duplicated stepCardano Database V2 Snapshot / verify Cardano node starts successfulstep
Metadata
Metadata
Assignees
Labels
CI/CD 🏭CI/CDCI/CD