Releases: autonity/autonity-cli
Releases · autonity/autonity-cli
v2.0.3 - 2026-03-20
v2.0.2 - 2025-08-12
Changed
- Require Python 3.10 or later (#213)
v2.0.1 - 2025-08-12
Fixed
- Fix user-supplied nonce being ignored (
026ca94)
v2.0.0 - 2025-08-09
Changed
- 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)
Added
- Support authenticating with a Trezor device (#203)
- Implement
validatorcommandslocked-balance-of&unlocked-balance-of(#189)
Removed
- Remove insecure
--passwordand--show-passwordoptions (b6bbb03,da1eb21) - Remove
account lntn-balancescommand (8450dee) - Remove
governance set-upgrade-manager-contractcommand (#188)
Fixed
v1.0.0 - 2024-12-12
v0.6.0 - 2024-10-23
Changed
- Rename the package to
autonity-cli(#172)
v0.5.0 - 2024-07-03
v0.4.0 - 2024-03-06
v0.3.0 - 2024-01-15
v0.2.0
v0.2.0
- Add subcommand
aut protocol contract-abi-pathto print the path of the bundled ABI for the Autonity contract - Add subcommand
aut protocol contract-srcto print the URL to the source of the Autonity contract used to generate the bundled ABI - Add subcommand
aut protocol contract-versionto print the git commit of the Autonity contract used to generate the bundled ABI - Add subcommand
aut protocol contract-addressto print the address of the Autonity contract - Add support for python 3.11 (gh-107)
- Improve messaging when querying validator info for an address that is not in the validator committee (gh-113)
- Add support for complex types in contract calls (gh-120)
Docs
- Add examples how to execute contract calls
- Update the development explanation for contributors
Chore
- Use hatch as python tool to manage builds (gh-116)
- Update dependency to autonity.py v1.0.0
BREAKING CHANGES
- Remove DEFAULT_CHAIN_ID constants