-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(cast mktx --raw-unsigned
): add way to accept signatures to build a transaction
#10167
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
Comments
hi @zerosnacks. Is this feature feasible? |
Yes it is, we've marked it as a good first issue cc @yash-atreya |
cast mktx --raw-unsigned
to accept signatures to build an ethereum transactioncast mktx --raw-unsigned
): add way to accept signatures to build an ethereum transaction
cast mktx --raw-unsigned
): add way to accept signatures to build an ethereum transactioncast mktx --raw-unsigned
): add way to accept signatures to build a transaction
great, glad to hear that. Thanks @zerosnacks |
Hi, @zerosnacks is this issue available to work on? |
hi @zerosnacks @yash-atreya , Just wanted to know an update on this, has this issue been resolved, or is there a linked PR? |
Hey, would you like to submit a PR for this? |
@yash-atreya I haven't worked on it yet, but i'd be open to do so If no one has taken it up yet, i'll come up with a PR |
Hi @yash-atreya @zerosnacks @AdvayAgrawal raised a pr for this , do check it out! #10377 |
Component
Cast
Describe the feature you would like
for reference, this is what i wish to achieve using foundry tools
https://medium.com/@LucasJennings/a-step-by-step-guide-to-generating-raw-ethereum-transactions-c3292ad36ab4
Thanks to the newly introduced
--raw-unsigned
flag, I am able to create a raw RLP transaction, hash it and sign it usingcast wallet sign
what is left is to be able to use the signature to create a new RLP transaction, which now includes the created signature using
cast mktx
to create a raw ethereum transactionAs per the medium article reference, Step 4 is to be tackled.
Hope this was enough information, let me know if this is feasable
Thanks
Additional context
No response
The text was updated successfully, but these errors were encountered: