-
Notifications
You must be signed in to change notification settings - Fork 723
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
cast send
0x prefixed calldata
#1434
Comments
|
closing as this appears to be solved via --data flag |
I don't think this has been resolved, send/estimate has no --data flag "make eth_calls or do gas estimation with calldata directly instead of passing in a function selector + args" it's useful |
Sorry, I found "sig" has already support calldata: A fragment: someFunction(uint256,bytes32) |
sorry confused send with @DaniPopes we should mirror |
Actually I think it should be the other way around. Since the |
you can do
we're keeping this to update the docs for
to reflect this option |
Component
Cast
Describe the feature you would like
I'd like to be able to send transactions, make
eth_call
s or do gas estimation with calldata directly instead of passing in a function selector + args. This is useful when handling data that has already been ABI encoded or if the calldata is not following ABI.seth
does have this feature, it would require some refactoring to allowcast
to do so but it should definitely be possible.Additional context
No response
The text was updated successfully, but these errors were encountered: