-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add OpenGSN support to Baal #73
Add OpenGSN support to Baal #73
Conversation
On your note about using the params struct, we should not need it now. I was able to remove the name and symbol because they are being set in the summoner now |
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.
if the build succeeds and the tests pass, this looks good to me, nice @akshaan !
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.
we should be able to keep the destructering
* move pausable function to token, todo: test failes on minting when paused * clean up console logs * remove pausable modifier for custom logic * update loot token tests * add comments * fix syntax typo * remove name and symbol from destructing * address review, fix if else logic, remove pause vailibles because they are in the token now * Add OpenGSN support to Baal (#73) * Add OpenGSN support to Baal * Add tests * Add docstrings * Drop hardhat configs for large contracts * Use init params to pass in forwarder * Clean up tests Co-authored-by: dekanbro <[email protected]> Co-authored-by: Akshaan Kakar <[email protected]>
This change adds support for OpenGSN-style meta-transactions (EIP-2771) to Baal contract functions