chore(infra): update configurations for Cardano 11.1.0 - #3488
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Cardano node 11.1.0 configuration files used by the Mithril infrastructure, aligning per-network settings (preview/preprod/mainnet) with new topology/ledger snapshot parameters and refreshed peer snapshot data.
Changes:
- Bump
useLedgerAfterSlotvalues in networktopology.jsonfiles to new chain points. - Refresh
peer-snapshot.jsonfiles (chain point +bigLedgerPoolsrelay lists/stake values) for preview and preprod. - Update
config.jsonLedgerDB snapshot settings (introduceSlotOffset, adjustSnapshotInterval, remove older snapshot delay/rate-limit fields where present).
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| mithril-infra/assets/docker/cardano/config/11.1/preview/cardano-node/topology.json | Updates useLedgerAfterSlot for preview topology. |
| mithril-infra/assets/docker/cardano/config/11.1/preview/cardano-node/peer-snapshot.json | Refreshes preview peer snapshot point and relay pool entries. |
| mithril-infra/assets/docker/cardano/config/11.1/preview/cardano-node/config.json | Adjusts LedgerDB snapshot configuration for preview. |
| mithril-infra/assets/docker/cardano/config/11.1/preprod/cardano-node/topology.json | Updates useLedgerAfterSlot for preprod topology. |
| mithril-infra/assets/docker/cardano/config/11.1/preprod/cardano-node/peer-snapshot.json | Refreshes preprod peer snapshot point and relay pool entries. |
| mithril-infra/assets/docker/cardano/config/11.1/preprod/cardano-node/config.json | Adjusts LedgerDB snapshot configuration for preprod. |
| mithril-infra/assets/docker/cardano/config/11.1/mainnet/cardano-node/topology.json | Updates useLedgerAfterSlot for mainnet topology. |
| mithril-infra/assets/docker/cardano/config/11.1/mainnet/cardano-node/config.json | Adjusts LedgerDB snapshot configuration for mainnet. |
Suppressed comments (1)
mithril-infra/assets/docker/cardano/config/11.1/preview/cardano-node/peer-snapshot.json:146
- These IP relay addresses appear to be reversed compared to the same entries in older peer snapshots (e.g. 11.0/preview has 73.54.73.48 and 144.126.157.225, but here they appear as 48.73.54.73 and 225.157.126.144). If unintended, this will break peer connectivity; please regenerate/verify the peer snapshot output.
"address": "48.73.54.73",
"port": 6000
},
{
"address": "225.157.126.144",
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Test Results 5 files ± 0 209 suites ±0 1h 0m 10s ⏱️ - 1h 13m 38s Results for commit 0ceb057. ± Comparison against base commit c8ff793. This pull request removes 66 tests. |
Content
Important
Activate Cardano
11.1.0intesting-previewandtesting-2-previewbefore mergingThis PR includes the update of the Cardano node
11.1.0configuration files used by the Mithril infrastructure.Pre-submit checklist
Issue(s)
Relates to #3346