-
Notifications
You must be signed in to change notification settings - Fork 347
[Feature] Add helper function to force either data or input or both for TransactionRequest.input #2381
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, I'm EDOHWAREZ , a software developer with years of experience in building scalable softwares. May I work on this issue ? |
hello @mattsse can i work on this issue |
@mattsse i will love to work on this |
hi, can i work on this task |
May I take this? |
Gm dev, i will like to attack this issues using my current knowledge so i can make solid my Rust learning capacity Massive 🚀 . |
Hi @mattsse and @ratankaliani, I'd like to take on this feature request to add helper functions for
I've worked with Ethereum transaction encoding before and understand the importance of having ergonomic API methods for handling transaction data. I can create a PR implementing these helpers within the next few days if that works for you. Would you have any specific requirements or patterns you'd like these helper functions to follow? Happy to align with the project's coding style and existing patterns. Thanks! |
Component
rpc
Describe the feature you would like
Transactionrequest has:
alloy/crates/rpc-types-eth/src/transaction/request.rs
Lines 86 to 88 in 79e4790
alloy/crates/rpc-types-eth/src/transaction/request.rs
Lines 258 to 262 in 79e4790
we are missing a few helper functions on both
TransactionInput
andTransactionRequest
that make it easier to force both input and data field or swap data for inputTODO
maybe @ratankaliani you want to take this
ref #2378
Additional context
No response
The text was updated successfully, but these errors were encountered: