-
Notifications
You must be signed in to change notification settings - Fork 984
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
Implement the Ethereum token whitelist logic in Namada #1755
Merged
Conversation
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
sug0
force-pushed
the
tiago/token-whitelist
branch
from
July 26, 2023 13:30
353dc57
to
4fefd3a
Compare
batconjurer
previously approved these changes
Jul 26, 2023
tzemanovic
reviewed
Jul 28, 2023
tzemanovic
reviewed
Jul 28, 2023
tzemanovic
reviewed
Jul 28, 2023
tzemanovic
previously approved these changes
Jul 28, 2023
sug0
force-pushed
the
tiago/token-whitelist
branch
from
July 31, 2023 12:12
4fefd3a
to
ae650c0
Compare
2 tasks
tzemanovic
previously approved these changes
Jul 31, 2023
2 tasks
sug0
force-pushed
the
tiago/token-whitelist
branch
from
August 28, 2023 14:43
06d3a3d
to
20044d0
Compare
Closed
sug0
added a commit
that referenced
this pull request
Aug 30, 2023
Fraccaman
added a commit
that referenced
this pull request
Sep 6, 2023
* 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
Fraccaman
added a commit
that referenced
this pull request
Sep 6, 2023
* 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
Fraccaman
added a commit
that referenced
this pull request
Sep 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Related to #1290 and anoma/ethereum-bridge#60
Supersedes #1718 (reason: it was running an old CI)
Indicate on which release or other PRs this topic is based on
v0.21.1
Checklist before merging to
draft