-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Feature] Impl RlpEcdsaTx
for OpTypedTransaction
#316
Comments
another one I think is easy for you if you like @htiennv |
thanks @emhane, i love it |
Hi @emhane, i see |
Hi, I would like to work on this issue. Could you assign it to me? |
Is this still open? @emhane |
a bit divided opinion here since deposit tx isn't signed. so imo, perhaps we need a new op tx enum |
<!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Bug fixes and new features should include tests. Contributors guide: https://github.com/alloy-rs/core/blob/main/CONTRIBUTING.md The contributors guide includes instructions for running rustfmt and building the documentation. --> <!-- ** Please select "Allow edits from maintainers" in the PR Options ** --> ## Motivation Bump alloy to `0.12` Closes #316 <!-- Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and this can be thought of as being the motivation for your change. --> ## Solution - Bump alloy deps (using patch until 0.12 release) - Bump alloy-core - Impl RlpEcdsaEncodableTx for OpTypedTransaction <!-- Summarize the solution and provide any necessary context needed to understand the code change. --> ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ] Breaking changes
Component
consensus
Describe the feature you would like
Impl
alloy_consensus::RlpEcdsaTx
forOpTypedTransaction
https://github.com/alloy-rs/alloy/blob/a33937d9f4a1c67d5ea06e8eb9ad443ffde900f7/crates/consensus/src/transaction/rlp.rs#L7-L217
Additional context
No response
The text was updated successfully, but these errors were encountered: