Skip to content

v0.7.4

Latest
Compare
Choose a tag to compare
@ceyonur ceyonur released this 05 Jun 15:39
487a0b5

This version is backwards compatible to v0.7.0. It is optional, but encouraged.

AvalancheGo Compatibility

The plugin version is updated to 40 and is compatible with AvalancheGo version v1.13.1.

Breaking changes

  • Updated dockerhub image name to avaplatform/subnet-evm_avalanchego and tags to accommodate the new versioning scheme: {subnet-evm version}_{avalanchego version} (#1566)

Features

  • Major refactor to use libevm for EVM execution, database access, types & chain configuration. This improves maintainability and enables keeping up with upstream changes more easily. (#1501)
  • Wrapped database with corruptabledb to prevent corruption of the database. (#1565)
  • Updated golang version to 1.23.9 (#1577)

Fixes

  • Fixed a bug in mempool where the min fee was not updated after restart (#1594)

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4