·
19 commits
to master
since this release
Changelog
-
Bump cardano-api to 11.6.0.0.
(compatible)
PR 1424 -
Commands that query a node now check that the network id given to the CLI (
--mainnet,--testnet-magic, orCARDANO_NODE_NETWORK_ID) matches the network id in the node's genesis, so that for exampleCARDANO_NODE_NETWORK_ID=764824073against a mainnet node no longer renders addresses with a testnet prefix. Additionally,query stake-address-infonow fails when the given stake address does not match the network id, instead of silently dropping the address's network tag.
(bugfix, test)
PR 1405