Skip to content

Releases: ava-labs/subnet-evm

v0.5.5

29 Aug 15:43
c395474
Compare
Choose a tag to compare

Fixes

  • Fix Subnet-EVM compatibility chart in compatibility.json and README

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

29 Aug 15:40
71e9f76
Compare
Choose a tag to compare

Updates

  • Add experimental Warp precompile implementation to x/ package
  • Add issuance to confirmation time metrics to load simulator
  • Bump AvalancheGo dependency to v1.10.9
  • Bump minimum Go version to v1.19.12
  • Improve precompile bindings and add unit tests for precompile code generation
  • Add activation function to stateful precompile functions to support enabling/disabling individual precompile functions
  • Add EVM t8n test utility
  • Increase max batch size in snapshot flattening to 64MB to reduce snapshot invalidation

Fixes

  • Fix JS tracer registration
  • Fix JSON serialization of effectiveGasPrice in transaction receipts
  • Fix write upgradeBytes to disk regression #818

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

31 Jul 14:20
402510e
Compare
Choose a tag to compare

Changelog

v0.5.2

28 Jun 20:06
9a1c548
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

01 May 17:57
14b51cb
Compare
Choose a tag to compare

Changelog

v0.5.0

12 Apr 18:49
157e9b9
Compare
Choose a tag to compare

Changelog

v0.5.0-fuji-1

05 Apr 15:34
a49dd78
Compare
Choose a tag to compare

Changelog

v0.4.12

09 Mar 19:10
8a28b23
Compare
Choose a tag to compare

This release includes the ability to upgrade state via specification in upgrade.json and fixes a minor regression in serializing the upgrade's specification over chain config api requests.

What's Changed

Full Changelog: v0.4.11...v0.4.12

v0.4.11

02 Mar 01:59
ed0f30a
Compare
Choose a tag to compare

Changelog

  • Update AvalancheGo dependency to v1.9.10 for RPCChainVM compatibility
  • Fix eth_getChainConfig output to include upgrades field
  • Update minimum golang version to v1.19.6

v0.4.10

23 Feb 18:56
1d7b284
Compare
Choose a tag to compare

v0.4.10

  • Simplify precompiles into individual modules