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

updates regarding fallback #1

Merged

Conversation

livingrockrises
Copy link

When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md

We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met:

  • The PR edits only existing draft PRs.
  • The build passes.
  • Your GitHub username or email address is listed in the 'author' header of all affected PRs, inside .
  • If matching on email address, the email address is the one publicly listed on your GitHub profile.

ERCS/erc-7579.md Outdated
- MUST use `call` to invoke the fallback handler
- MUST utilize [ERC-2771](./eip-2771.md) to add the original `msg.sender` to the `calldata` sent to the fallback handler
- MUST use `call` or `staticcall` to invoke the fallback handler
- MUST utilize [ERC-2771](./eip-2771.md) to add the original `msg.sender` to the `calldata` sent to the fallback handler. Authorization control MAY be implemented by the fallback handler

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imo Authorization control MAY be implemented by the fallback handler would fit better into the Fallback Handlers section under Modules since thats where behaviours that modules should implement are defined

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you mean under Module Configurations right?
section where above comment is in this review

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted this and added at recommended place.

ERCS/erc-7579.md Outdated Show resolved Hide resolved
ERCS/erc-7579.md Outdated Show resolved Hide resolved
ERCS/erc-7579.md Outdated Show resolved Hide resolved
livingrockrises and others added 3 commits August 13, 2024 14:38
Co-authored-by: Konrad <kopp.konrad@gmail.com>
Co-authored-by: Konrad <kopp.konrad@gmail.com>
Co-authored-by: Konrad <kopp.konrad@gmail.com>
@kopy-kat kopy-kat merged commit 9d34a08 into erc7579:master Aug 13, 2024
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.

2 participants