-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Multi token bridge and NFT bridge #296
Conversation
This pull request introduces 4 alerts when merging 79dcc22 into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 1ae99da into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 8c535a6 into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 31d5dca into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging c1799c2 into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 3b0a4ff into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging c54f67c into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 50b2aad into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging ed9952a into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging ea73218 into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging 069b555 into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging f06d03e into 64a2859 - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging dad0f28 into 64a2859 - view on LGTM.com new alerts:
|
Add a bscscan.key file with the bscscan API key Set multi key etherscan verification on hardhat.config Update hardhat-etherscan version Use getArtifact for MultiSigWallet when already exists as named account but it hasn't been deployed with hardhat IsRsk needs a network, no the network_id
We need the address of the deployed bridge not just the ABI Do the same for the federation Update the Bsc Testnet addresses on the federator config. Update From block to use the new contracts as the starting point
dad0f28
to
dda4941
Compare
This pull request introduces 3 alerts when merging ed1f879 into 69219d6 - view on LGTM.com new alerts:
|
Update README.md
This pull request introduces 3 alerts when merging 7c03d31 into 69219d6 - view on LGTM.com new alerts:
|
This pull request introduces 3 alerts when merging b71382b into 69219d6 - view on LGTM.com new alerts:
|
Fixed federator error on creating of a new transaction
This pull request introduces 3 alerts when merging 5e1de58 into 69219d6 - view on LGTM.com new alerts:
|
Add tryCall script to get the revert reason of reverted Tx
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request introduces 4 alerts when merging 394a95c into 69219d6 - view on LGTM.com new alerts:
|
![image](https://user-images.githubusercontent.com/17556614/137998725-3938ce87-87b1-4631-9cff-095935854d6e.png) | ||
|
||
|
||
7. Run the integration test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the difference between the step 6 and the step 7? aren't they executing the same tests twice?
NFT Bridge as a WIP
Multi chain bridge allows the bridge to be run against multiple chains like Binance and Ethereum, using the same federators for all of them.
Also we updated the solidity version to 0.8.9
Used typescript for the federator
Used node 16
Update dependencies
Fixed linting using prettier
Fix sonar cloud smells
Refactor the integration tests
Improved logging on federator
Added data dog