Skip to content

EVMC 7.3.0

Compare
Choose a tag to compare
@chfast chfast released this 20 May 15:50
· 403 commits to master since this release
v7.3.0
2f75e06

Added

  • Support for Go modules. #486

Changed

  • The minimum Go version supported bumped to 1.11 (Go modules are required). #486
  • Removed dependency on go-ethereum in Go bindings by introducing own Address and Hash types. #513