Skip to content

Releases: BoboTiG/py-eip712-structs-ng

2.0.1

09 Jul 12:32
9fd2324
Compare
Choose a tag to compare
  • fix: .to_message() on Arrays

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

09 Jul 12:30
38fa187
Compare
Choose a tag to compare
  • renamed the primary branch from master to main
  • 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