Skip to content

TokenBridge Contracts 3.0.0

Compare
Choose a tag to compare
@akolotov akolotov released this 09 Sep 13:18
· 221 commits to master since this release
7d259b9

This version of TokenBridge supports operations in three 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).

In order to get more details how to implement applications for AMB please refer to the manual "How to develop a cross-blockchain application by using AMB bridge"

The following changes were included in this version:

  • Enhancement: New bridge mode supporting relay of an arbitrary message (#77)
  • Enhancement: Support of different token decimals (#268)
  • Enhancement: Enhance setStakingContract function (#274)
  • Fix: Process validator's reward accounts only when used in deploy script (#272)
  • Fix: Security update of project dependencies (#276)