-
Couldn't load subscription status.
- Fork 0
V1.1.0 rc.3 #521
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
V1.1.0 rc.3 #521
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.
Looks good, but tests are failing.
Should be fixed now. We had to specify the burn function to be restricted as only |
@0xlucian Please change |
yes you are right. Those are restricted functions. I have aligned the tests to use public non-restricted functions and to fail. Please re-review if this makes sense |
| message.functionSignature, | ||
| message.nonce, | ||
| [ | ||
| "0x84ddd3eaf623d5beffc2a66af9525f5cebbe080046f772e1b70df2b7eae63daa", |
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.
wrap should be restricted too (it's on the list here: https://docs.google.com/document/d/1eyU-DadrJ5Cx7IA-lumDZHlT62ttk8tY42d9S66pd90/edit?tab=t.0 )
transfer that you used in the other test is a better choice.
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.
using transferFrom as further suggested from you
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
No description provided.