Replies: 2 comments
-
I think that this is safe to let as is. This is an edge case, and if the owner really has to interact with the fallback function of a target contract, they have two option:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Locking this discussion since it is no longer applicable to the latest implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
That is, what if the owner wishes to give permission to an envoy to call a contract but not provide a 4-bye signature because they intend to let the fallback function be called?
The current approach to store the 4-byte signature in the
permissions
mapping does not cover this use case.Beta Was this translation helpful? Give feedback.
All reactions