10000 Release EOS EVM Contract v1.1.0 · VaultaFoundation/evm-contract · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

EOS EVM Contract v1.1.0

Latest
Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 18 Mar 12:52
· 136 commits to main since this release
b87bb9a

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

PRs

  • (800)[1.0] Add statistics for gas and bridge fee income.


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

PRs

  • (797)[1.0] Support multiple bridge transfers in one tx.


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

  • (802)[1.0] Fix tests broken by spring 1.1
  • (797)[1.0] Support multiple bridge transfers in one tx.
  • (800)[1.0] Add statistics for gas and bridge fee income.
  • (807)[1.1] Bump 1.1.0-rc1 version
  • (816)[1.1] Bump 1.1.0 version


Full Changelog: v1.0.1...v1.1.0

0