-
Notifications
You must be signed in to change notification settings - Fork 232
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
feat: add ClientVersionV1 #562
Merged
mattsse
merged 3 commits into
alloy-rs:main
from
guha-rahul:add-clientVersion-rpc-engine-type
Apr 17, 2024
Merged
feat: add ClientVersionV1 #562
mattsse
merged 3 commits into
alloy-rs:main
from
guha-rahul:add-clientVersion-rpc-engine-type
Apr 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guha-rahul
requested review from
DaniPopes,
gakonst,
mattsse,
onbjerg,
prestwich and
Evalir
as code owners
April 17, 2024 13:02
@mattsse sorry for the inconvenience , i have made a pr from a different branch. |
mattsse
approved these changes
Apr 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty!
ThreeHrSleep
pushed a commit
to ThreeHrSleep/alloy
that referenced
this pull request
Apr 17, 2024
* added ClientVersionV1 * touchups * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
mattsse
added a commit
that referenced
this pull request
Apr 17, 2024
* Move BlockId type to alloy-eip * suggested changes * touchups * chore: touchups * fix: tmp fix for PendingTransactionBuilder::get_receipt (#558) * feat: add prague engine types (#557) * feat: add prague engine types * Update crates/eips/src/eip6110.rs Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> * clippy * Update crates/eips/src/eip6110.rs Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> * Update crates/rpc-types-engine/src/exit.rs Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> --------- Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> * fix: add more generics to any and receipt with bloom (#559) * fix: signer fills from if unset (#555) * fix: override txtype during submission prep (#556) * Use the same way to both serialize and deserialize `OptimismPayloadAttributes::gas_limit`. (#563) * Use the same way to both serialize and deserialize `OptimismPayloadAttributes::gas_limit`. I understand that `op-reth` only ever deserializes this structure. My use case is to serialize this struct and pass it to `op-geth`. The latter expects it to be hex. * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * feat: add ClientVersionV1 (#562) * added ClientVersionV1 * touchups * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * clippy * use alloc --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> Co-authored-by: James Prestwich <james@prestwi.ch> Co-authored-by: Raman Hafiyatulin <r.gafiyatullin@me.com> Co-authored-by: guha-rahul <52607971+guha-rahul@users.noreply.github.com>
ben186
pushed a commit
to ben186/alloy
that referenced
this pull request
Jul 27, 2024
* added ClientVersionV1 * touchups * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
ben186
pushed a commit
to ben186/alloy
that referenced
this pull request
Jul 27, 2024
* Move BlockId type to alloy-eip * suggested changes * touchups * chore: touchups * fix: tmp fix for PendingTransactionBuilder::get_receipt (alloy-rs#558) * feat: add prague engine types (alloy-rs#557) * feat: add prague engine types * Update crates/eips/src/eip6110.rs Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> * clippy * Update crates/eips/src/eip6110.rs Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> * Update crates/rpc-types-engine/src/exit.rs Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> --------- Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> * fix: add more generics to any and receipt with bloom (alloy-rs#559) * fix: signer fills from if unset (alloy-rs#555) * fix: override txtype during submission prep (alloy-rs#556) * Use the same way to both serialize and deserialize `OptimismPayloadAttributes::gas_limit`. (alloy-rs#563) * Use the same way to both serialize and deserialize `OptimismPayloadAttributes::gas_limit`. I understand that `op-reth` only ever deserializes this structure. My use case is to serialize this struct and pass it to `op-geth`. The latter expects it to be hex. * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * feat: add ClientVersionV1 (alloy-rs#562) * added ClientVersionV1 * touchups * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * clippy * use alloc --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> Co-authored-by: James Prestwich <james@prestwi.ch> Co-authored-by: Raman Hafiyatulin <r.gafiyatullin@me.com> Co-authored-by: guha-rahul <52607971+guha-rahul@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Solution
Added the type for ClientVersionV1 in a indentification.rs by adding a
ClientCode
enum that holds all the client code in 2 letter forms andClientVersionV1
struct.PR Checklist