Skip to content

v0.5.7

Compare
Choose a tag to compare
@ceyonur ceyonur released this 24 Oct 16:18
· 247 commits to master since this release
4d97c64

This release mostly includes Warp related improvements and changes.

The AvalancheGo dependency is updated to v1.10.13 in this release, making it compatible with [v1.10.13] (Protocol Version 29).

Warp Updates

  • Fixed event packing of Warp sendWarpMessage function
  • Added unsigned messageID to event topics and return value of Warp's sendWarpMessage function
  • Improved documentation and code organization of Warp package
  • Added Warp block signature request handler
  • Improved Warp handler metrics
  • Documented predicate results size cap
  • Introduced HardHat tests for Warp precompile contract
  • Bumped AvalancheGo dependency to v1.10.13
  • Moved AWM payload components from Subnet-EVM to AvalancheGo
  • Update predicate results to encode verification failures in bitsets instead of successes
  • Removed unnecessary ParsePredicateResults call when verifying unexpected predicate results

Bug Fixes

  • Addressed flaky tests and updated dependencies
  • Fixed deadlock issue in network handler on shutdown
  • Fixed type cast of precompile config to type in error logs

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7