fix: Changed Cardano spec index value to CARDANO(T)#2251
Conversation
Review Summary by QodoUpdate Cardano chain index values to full names
WalkthroughsDescription• Update Cardano chain index values from abbreviated to full names • Change ADA to CARDANO for mainnet specification • Change ADAT to CARDANOT for testnet specification • Remove unsupported preview network configuration Diagramflowchart LR
A["Old Index Values<br/>ADA, ADAT, ADAPRE"] -- "Standardize naming" --> B["New Index Values<br/>CARDANO, CARDANOT"]
B -- "Update specs" --> C["cardano.json"]
B -- "Update config" --> D["cardano_example.yml"]
B -- "Update scripts" --> E["init_cardano_only_with_node.sh"]
File Changes1. specs/testnet-2/specs/cardano.json
|
Code Review by Qodo
1.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
User description
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!in the type prefix if API or client breaking changemainbranchReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Update the Cardano provider example, bootstrap script, and spec definitions to use the
CARDANOandCARDANOTindexes for the mainnet and preprod flows. Ensure the testnet spec imports follow the new indexes so pairing and consumer launch steps remain aligned.Latest Contributors(1)