-
Notifications
You must be signed in to change notification settings - Fork 101
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
Handle "no zero transfer" tokens #250
base: develop
Are you sure you want to change the base?
Conversation
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.
LGTM, thinking about release strategy might have to wait for bold to release first
@@ -6,7 +6,7 @@ import "./ERC20Bridge.t.sol"; | |||
import "../../src/bridge/ERC20Bridge.sol"; |
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.
Should we also have an inbox/bridge test for enqueueing a delayed message
resolves BLK-253
looked to find places where zero value custom gas token (or rollup stake token) transfers could occur. these are marked in 2 commits: b69072d and ed56f91
after reviewing the token bridge contracts too, it seems that zero transfers are only maybe possible in the creator if a zero gas price bid is set. This is fine though
mentioning #230, because this PR may be enough of a reason to merge it