We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ddf10 commit 185eef0Copy full SHA for 185eef0
cardano-rosetta-server/src/server/utils/cardano/cli/cardanonode-cli.ts
@@ -14,11 +14,12 @@ export interface CardanoCli {
14
}
15
16
export const SUPPORTED_ERAS = [
17
+ 'Witnessed Tx ShelleyEra',
18
+ 'Witnessed Tx AllegraEra',
19
+ 'Witnessed Tx MaryEra',
20
+ 'Witnessed Tx AlonzoEra',
21
'Witnessed Tx BabbageEra',
- 'Tx AlonzoEra',
- 'Tx MaryEra',
- 'Tx AllegraEra',
- 'TxSignedShelley'
22
+ 'Witnessed Tx ConwayEra'
23
];
24
25
const wrongErraDetectRegex = /The era of the node and the tx do not match|DecoderErrorDeserialiseFailure/;
0 commit comments