tokenbridge-contracts icon indicating copy to clipboard operation
tokenbridge-contracts copied to clipboard

Smart contracts for TokenBridge

Results 86 tokenbridge-contracts issues
Sort by recently updated
recently updated
newest added

i will like to know if i can deploy token bridge on TRONBSC, if yes, can you point me to a guide on how to achieve it

In the bridge modes where fee collection is supported at the destination side, it can be impossible to withdraw all the tokens back to the originating side of the bridge....

bug

Currently Sacrifice.sol contract is used to send native coins to an account in case if the account is a contract reverting at the moment of receiving assets. A new Sacrifice...

enhancement

As per the usage template for the bridge it was found that the bridge validators list does not contains lots of validators. 3-7 is enough. Bigger number of validators is...

Intensive usage of the Proxy standard with the TokenBridge contracts shows that it is not effective. Despite the fact that the upgrade touches only few methods in the original contracts,...

enhancement

Currently the bridge contracts do not use the revert messages to clarify the reason of reverts. That's why sometimes it is hard to guess the exact reason why the bridge...

enhancement

I noticed that `yarn` package manager works much faster than the default `npm`. Also, `yarn` is used in the monorepo, so I propose to use it in this repo as...

The DAI token has support of the `permit` call. So, it makes sense to extended the erc20-to-native (both the vanilla bridge and the extension for AMB) functionality to allow using...

enhancement

This issue is created to track the work required to develop changes in the contracts and the upgrade procedure to migrate the xDai bridge to be the extension of the...