-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Remove GSNv1 contracts #2521
Remove GSNv1 contracts #2521
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.
A few things are pending:
- remove
test/setup.js
- remove dependencies
@openzeppelin/gsn-helpers
and@openzeppelin/gsn-provider
- remove GSNv1-related content from docs and from
nav.adoc
- remove mention of GSN in
utils/Context.sol
, saying just "meta-transactions" is enough
Note that there are still articles about GSNv1 and mentions of it in the documentation articles. Run a grep search for |
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.
Thank you!
Fixes #2520
PR Checklist