Releases: BoboTiG/py-eip712-structs-ng
Releases · BoboTiG/py-eip712-structs-ng
2.0.1
- fix:
.to_message()
onArrays
Related issue: ConsenSysMesh/py-eip712-structs#16.
Original patch by @josh-davis-vicinft on ConsenSysMesh/py-eip712-structs#17.
💟 Contributors: @josh-davis-vicinft, @BoboTiG
2.0.0
- renamed the primary branch from
master
tomain
- code fully typed
- dependencies cleaned up
- Python 3.8 - 3.12 support
- code modernization, including Sourcery clean-up
- 99% tests coverage
- simplified testing (no more need for docker)
- move CI from Travis to GitHub
It implicitly fixes issues with pysha3
, and any compilation errors at installation.
💟 Contributors: @BoboTiG