Skip to content

Trustless Bridge Frontend v0.9.1

Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 19 Oct 00:36
· 64 commits to main since this release
f712046

This patch release introduces two fixes to the Trustless Bridge Frontend related to the EOS EVM USDT Token Contract Address and appropriate mapping of EOS transaction hash for EOS and USDT withdraw functions.

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.

Read on for details.

Changes

Update to EOS EVM USDT Token Contract Address Used in Bridge Frontend

During testing prior to the official release of EOS EVM v0.6.0 it was discovered that there was a symbol discrepancy with the original MSIG to introduce the USDT Token Contract Address. As a result, a new MSIG was created, resulting in an updated contract address, which is hardcoded as part of the Trustless Bridge Frontend.

EOS EVM and EOS Native transaction hash mapping for EOS and USDT

During testing prior to the official release of EOS EVM v0.6.0 it was discovered that the transaction hash mapping for withdrawal functions using the Trustless Bridge Frontend was not working correctly and getting stuck in a querying loop. With the latest fix, this mapping works as intended for both tokens.

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

  • (63) [0.9] Update usdt addr
  • (65) Bump version.


Full Changelog: v0.9.0...v0.9.1