You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to unnecessarily maintain support for prior eras (outside of testing) we are introducing a new command to cardano-cli that will replace the top level era commands (shelley, allegra, alonzo, babbage):
cabal run cardano-cli -- compatible
Resolving dependencies...
Usage: cardano-cli compatible
( shelley
| allegra
| mary
| alonzo
| babbage
| conway
)
Limited backward compatible commands for testing only.
Available options:
-h,--help Show this help text
Available commands:
shelley Shelley era commands
allegra Allegra era commands
mary Mary era commands
alonzo Alonzo era commands
babbage Babbage era commands
conway Conway era commands
Users are only interested in mainnet's era and the potential upcoming era. However our QA team has a test that hardforks from Byron to the latest era. Therefore there is some backwards compatibility we must maintain. The compatible command is intended to maintain those commands as required by our QA team. For all other use cases, users are advised to use preexisting commands.
This is the list of commands that QA uses (given by @mkoura )
query tip
byron genesis genesis
genesis create
byron genesis print-genesis-hash
genesis hash
node key-gen-KES
node issue-op-cert
byron key keygen
byron key signing-key-address
byron transaction issue-genesis-utxo-expenditure
key convert-byron-key
key verification-key
address build
address key-gen
stake-address key-gen
address build
stake-address build
stake-address registration-certificate
node key-gen
stake-address delegation-certificate
node issue-op-cert
stake-pool metadata-hash
stake-pool registration-certificate
byron transaction submit-tx
governance create-update-proposal
query protocol-parameters
query utxo
transaction build-raw
transaction sign
transaction submit
I will periodically cross off commands that have been integrated into the compatibility command in cardano-cli or have been moved to the top level as they are truly era agnostic. The byron command group can remain where it is for now.
The text was updated successfully, but these errors were encountered:
In an effort to unnecessarily maintain support for prior eras (outside of testing) we are introducing a new command to
cardano-cli
that will replace the top level era commands (shelley
,allegra
,alonzo
,babbage
):Users are only interested in mainnet's era and the potential upcoming era. However our QA team has a test that hardforks from
Byron
to the latest era. Therefore there is some backwards compatibility we must maintain. Thecompatible
command is intended to maintain those commands as required by our QA team. For all other use cases, users are advised to use preexisting commands.This is the list of commands that QA uses (given by @mkoura )
byron genesis genesisbyron genesis print-genesis-hashnode key-gen-KESnode issue-op-certbyron key keygenbyron key signing-key-addressbyron transaction issue-genesis-utxo-expenditurekey convert-byron-keykey verification-keyaddress buildaddress key-genaddress buildnode key-gennode issue-op-certbyron transaction submit-txgovernance create-update-proposaltransaction build-rawtransaction signI will periodically cross off commands that have been integrated into the compatibility command in cardano-cli or have been moved to the top level as they are truly era agnostic. The
byron
command group can remain where it is for now.The text was updated successfully, but these errors were encountered: