Skip to content
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

Merged
merged 7 commits into from
Sep 22, 2022

Conversation

akshaan
Copy link

@akshaan akshaan commented Sep 21, 2022

This change adds support for OpenGSN-style meta-transactions (EIP-2771) to Baal contract functions

hardhat.config.ts Outdated Show resolved Hide resolved
@dekanbro
Copy link

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

@akshaan akshaan changed the base branch from feat/baalZodiac to feat/refac-token-pausable September 22, 2022 16:38
Copy link

@brossetti1 brossetti1 left a 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 !

Copy link

@dekanbro dekanbro left a 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

@dekanbro dekanbro merged commit 994ec4c into HausDAO:feat/refac-token-pausable Sep 22, 2022
dekanbro added a commit that referenced this pull request Sep 22, 2022
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants