Skip to content

TokenBridge Contracts 4.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@akolotov akolotov released this 21 Feb 05:04
· 165 commits to master since this release
026dbfd

This version of TokenBridge contracts supports operations in four modes:

  • native coin to an bridgeable ERC20 token;
  • an ERC20 token to a bridgeable ERC20 token;
  • an ERC20 token to a native coin;
  • relaying arbitrary messages (Arbitrary Message Bridging, AMB).

The following changes are included in this release:

  • Improvement: Earning interest with Chai for erc-to-native mode (#356)
  • Fix: Added Bridge Validators deterministic mock for e2e tests (#366)
  • Fix: Add restriction on claiming Chai token (#368)