v2.0.3 - 2026-03-20
- Fix errors due to incompatible libraries (
cdfe932)
v2.0.2 - 2025-08-12
- Require Python 3.10 or later (#213)
v2.0.1 - 2025-08-12
- Fix user-supplied nonce being ignored (
026ca94)
v2.0.0 - 2025-08-09
- Support the Autonity Nile protocol (#210)
- Prefix
reveal-private-keyoutput with0x(#182) - Include Autonity protocol version in
--version(#185) - Group related command options in help text (
606693b) - Shorten keyfile path in password prompt (
fc3c96e)
- Support authenticating with a Trezor device (#203)
- Implement
validatorcommandslocked-balance-of&unlocked-balance-of(#189)
- Remove insecure
--passwordand--show-passwordoptions (b6bbb03,da1eb21) - Remove
account lntn-balancescommand (8450dee) - Remove
governance set-upgrade-manager-contractcommand (#188)
- Fix several help message typos and formatting (#181)
- Fix
--pool-addressoption ofset-withheld-rewards-pool(#191)
v1.0.0 - 2024-12-12
- Support the Autonity Tiber protocol (#176)
- Add
accountcommandreveal-private-key(c5c65e4) - Add
protocolcommandcontract-abi(631cd36) - Support Python 3.13 (
4ae7370)
- Drop support for Python 3.8 (
4ae7370)
- Resolve clashing
-foption inverify-signature(#170)
v0.6.0 - 2024-10-23
- Rename the package to
autonity-cli(#172)
v0.5.0 - 2024-07-03
- Support the Autonity Yamuna protocol (#158)
- Drop
get-prefix from protocol commands (#159) - Move governance commands into
aut governance(b656ec4)
v0.4.0 - 2024-03-06
- Support the Autonity Sumida protocol (#146)
- Require consensus key for validator registration (
380b6be)
- Support Python 3.12 (#138)
- Fix
AssertionErrorwhencontract callreturns multiple values (#127) - Fix
TypeErrorwhencontract callreturns bytes values (#141)
v0.3.0 - 2024-01-15
- Require
oracleaddress for validator registration (b7cf048)