Introduction
The latest release of EOS EVM introduces support for new fee statistics tracking and enhancements to bridging functionality that enables multiple transfers to take place in a single transaction.
Read on for more details.
Updates
Gas and bridge fee tracking
A new statistics
table has been introduced to help track gas and bridge fees generated on EOS EVM.
Allow multiple bridge transfers in one transaction
The Trustless Bridge now supports more than one bridge transfer per transaction with appropriate use of memo
.
Building, compatibility, and upgrading
Building
The README in the eos-evm repository contains instructions on how to build EOS EVM Contract.
Compatibility and upgrading
EOS EVM Contract can be upgraded from the prior 1.x.x version by simply deploying the WASM and ABI.
Further details on changes since last release
Contributors
Special thanks to the contributors that submitted patches for this release:
Full list of changes since last release
PRs
Full Changelog: v1.0.1...v1.1.0