Skip to content

Add dynamic guards to the fallback function #1

@julien-devatom

Description

@julien-devatom

Feature Request

  • you cannot control who is calling the i-th fallback function. The idea is to have a dynamic way to say "I want this i-th fallback to be called by address 0xdead"
    Is your feature request related to a problem? Please describe.

Describe the solution you'd like

  • use the calldata to add an address at the beginning (padded into the first slot) that is the address to check into the fallback. If it is address 0, then bypass the check.

Describe alternatives you've considered

Are you willing to resolve this issue by submitting a Pull Request?

  • Yes, I have the time, and I know how to start.
  • Yes, I have the time, but I don't know how to start. I would need guidance.
  • No, I don't have the time, although I believe I could do it if I had the time...
  • No, I don't have the time and I wouldn't even know how to start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions