tokenbridge-contracts
tokenbridge-contracts copied to clipboard
Smart contracts for TokenBridge
Currently the users cannot make transfer through the bridge if the value is below the minimum per transaction threshold. From other side, high gas fees force the validators to increase...
Consider to add functionality to add and remove extensions that can be allowed to use AMB to transfer information from one chain to another. The allowance list should work in...
There could be a rare case where the validator contract address needs to be changed in the bridge contract. For example: >Imagine that the bridge has lost the control over...
It is obvious that for further AMB adoption it could be a situation when one chain concentrates several AMB contracts of the same nature. Even for now there are two...
The proposal is to rename private/internal functions so that their names would have a leading underscore `_`. It would help a code reader to distinguish public/external and private/internal functions.
This issue is being opened to make research to identify ability of migrating a native-to-erc bridge (e.g. WETC bridge) to be an extension of AMB bridge. The following is required...
These changes are adding the ability to use a relative daily limit for withdrawals
In order generalise the name of the repo it is being suggested to change the name to `tokenbridge-contracts`. This issue is opened to track the work required to change the...
As part of #295 two ways to transfer tokens with specifying an alternative receiver were implemented: 1. for scenarios where generic ERC20 tokes are involved it is necessary to use...
All three bridge mode (`native-to-erc20`, `erc20-to-erc20` and `erc20-to-native`) operates with absolute daily limits. For example, if the limit for the xDai bridge is equal `100000` xDai it means that if...