Skip to content

EOS EVM Bridge Contracts v0.1.1

Latest
Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 19 Oct 00:36
· 12 commits to main since this release
5be6649

This patch release introduces the new action, unregtoken, in order to void erroneous or problematic token contracts introduced. This feature was introduced during a testing phase prior to the release of EOS EVM v0.6.0 when a symbol error was uncovered related to the initial introduction of the EOS EVM USDT Token Contract Address. Using this action, the problematic token contract address was removed and a correct new address was introduced via MSIG prior to official release.

Please note that these updates have been available as part of the release made available to the public on October 16, 2023 and there is no change in user experience or functionality. No user tokens have been impacted.

Changes

unregtoken action

The EOS EVM Bridge Contracts now possess the ability to unregister problematic tokens for emergency situations.

Building, compatibility, and upgrading

Building

The README in the evm-bridge-contracts repository contains instructions on how to build the components.

Further details on the initial release

Contributors

Special thanks to the contributors that submitted patches for this release:

Full list of changes since last release

PRs

  • (32) [0.1] add unregtoken for emergency purpose


Full Changelog: v0.1.0...v0.1.1