Possibility to add additional data to contract's calldata #50
happyeric77
started this conversation in
General
Replies: 1 comment
-
Yeah, I think it would be great if instead of just invalidating any extra data passed to the token transaction like |
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
-
The project I am working on requires appending additional data to the smart contract
calldata
field.However, it seems like Metamask puts a validation to check the calldata format. I am not sure how it exactly works.
I assume metamask looks for the corresponding abi for those validated contract. And use it to validate the calldata.
I am wondering if we can somehow get around it.
For more detail, here is the discussion in StackOverflow
Beta Was this translation helpful? Give feedback.
All reactions