Skip to content

11.2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 16:44
· 19 commits to master since this release
5deecc8

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, or CARDANO_NODE_NETWORK_ID) matches the network id in the node's genesis, so that for example CARDANO_NODE_NETWORK_ID=764824073 against a mainnet node no longer renders addresses with a testnet prefix. Additionally, query stake-address-info now 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