TokenBridge Contracts 3.0.0
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)