-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'origin/tiago/token-whitelist' (#1755)
* origin/tiago/token-whitelist: Add changelog entry for the Ethereum token whitelist Move ethbridge-rs deps to the workspace Update ethbridge-rs to v0.21.0 Add whitelisted ERC20 tokens to the genesis file Remove whitelist Ethereum events from the ledger Update ethbridge-rs to v0.20.0 Add NUT cmdline flag for Bridge pool transfers Test NUTs in the Bridge pool Check NUT escrow in Bridge pool VP Test burning NUTs Rework DAI minting unit tests to account for NUTs Fix refunding and burning of NUTs Fix unit tests requiring token whitelist checks Add helper fn to whitelist tokens in tests Mint NUTs upon receiving non-whitelisted assets or exceeding token caps Add transfer to Ethereum kinds (ERC20 or NUT) Update ethbridge-rs to v0.19.0 Trigger the NUT native VP Test NUT VP Add a VP for NUT transfers Add non-usable tokens for Ethereum bridge protocol bookkeeping Add Eth whitelist key tests Add Eth whitelist storage keys
- Loading branch information
Showing
38 changed files
with
1,436 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Implement Ethereum token whitelist. | ||
([\#1290](https://github.com/anoma/namada/issues/1290)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.