-
Notifications
You must be signed in to change notification settings - Fork 15
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
PIP36: use call over transfer in mrc20 #5
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.
Approved from my side, internal security review pending.
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
added MATIC > POL rename |
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
Rationale: https://github.com/maticnetwork/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-36.md
This PR updated
transfer
tocall
during Plasma Deposits on MRC20 (ie matic token on Polygon PoS). The updates:transfer
withcall
, and bubble up any reverts, fixed gas of 5000 is passed.MRC20.transfer is intentionally kept to re-use transfer, for external callers to support sending tokens to Gnosis Safe or SCW's, please use Access Lists.