Closed
Description
Why
A new version of the Cardano node has been released: 10.4.1
. We need to update this dependency in all our code base and make sure that Mithril nodes are compatible with it.
What
Upgrade the Cardano node (and Cardano cli) to 10.4.1
on Mithril networks infrastructure and devnet
.
How
- Check if ledger state needs to be recomputed with new Cardano node
10.4.1
- 🔥 Upgrade of the ledger state snapshot is needed (or warmup phase), see Release
2524
distribution #2488
- 🔥 Upgrade of the ledger state snapshot is needed (or warmup phase), see Release
- Update Cardano configurations in infra
-
preview
-
preprod
-
mainnet
-
- Cleanup previous unsupported Cardano configurations in infra
- Check that we can start Cardano node
10.4.1
on all networks with the new configuration-
preview
-
preprod
-
mainnet
-
- Check if the latest stable version of the Mithril aggregator and signer are compatible with new Cardano node
10.4.1
:- Signer ✅
- Aggregator ✅ (will be fixed in Adapt ledger state snapshot artifact creation in Cardano database certification #2497)
- Update the Cardano cli to
10.4.1
in the infrastructure - Update the Cardano cli to
10.4.1
in the Docker images - Update the Cardano cli to
10.4.1
in the documentation - Update the Cardano node version to
10.4.1
in CI manual/nightly workflows - Add new entry in the E2E test in the CI for
10.4.1
- Update the Cardano node and cli to
10.4.1
in thedevnet
- Update the Cardano node and cli to
10.4.1
in the E2E test - Update the
networks.json
files - Update the 'Network configurations' page
-
testing-preview
-
pre-release-preview
-
release-preprod
-
release-mainnet
-
- Update the Cardano node version to
10.4.1
in the GitHub environments-
dev-preview
-
dev-follower-preview
-
dev-mainnet
-
testing-preview
-
will be done in Releasepre-release-preview
2524
distribution #2488 -
will be done in Releaserelease-preprod
2524
distribution #2488 -
will be done in Releaserelease-mainnet
2524
distribution #2488
-