v6.0.0 - 2025-08-09
- Support the Autonity Nile protocol (#87)
- Track contract version in Autonity contract binding (
2c25fd6) - Update web3.py version to
7.12.0(bab382f)
v5.1.0 - 2024-12-12
- Ignore patch releases when checking protocol version (#78)
- Remove the
networksmodule (#79)
v5.0.0 - 2024-12-11
- Breaking: rework Autonity contract bindings (#59)
- Support the Autonity Tiber protocol (#72)
- Update web3.py version to
7.6.0(d5c75b2)
- Add bindings for all remaining protocol contracts (#73)
- Add constants for Piccadilly (Tiber) Testnet (
12e71d8) - Support Python 3.13 (
6046cfc)
v4.0.0 - 2024-07-02
- Fix error in code example in the README (
2600363)
v3.0.0 - 2024-03-05
- Support the Autonity Sumida protocol (
bb982c6) - Update web3.py to
6.14.0and support Python 3.12 (35965fb)
- Fix
AssertionErrorwhen contract call returns multiple values (#45)
v2.0.0 - 2024-01-11
- Support the Autonity Barada protocol (
0c2d3c4) - Rename LNEW -> LNTN consistent with protocol (
42398e7)
- Fix import failure due to
ModuleNotFoundErrorfrom eth-rlp (#41)
v1.0.1 - 2023-06-07
- Update README install instructions to use PyPI not Github (
409dc98)
v1.0.0 - 2023-05-26
- Support the Autonity Contract matching
v0.10.1(#26) - Migrate code base to use web3.py
v6(#22) - Switch to the Hatch project framework (
ed26b9f)
v0.1.0 - 2023-01-24
First release.