Skip to content
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

fix: override txtype during submission prep #556

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

prestwich
Copy link
Member

Followup to #552

Motivation

We don't want to rely on users to set the correct tx type pre-submission. We assume that other tx characteristics are more important than tx type, and essentially treat the tx type as a computed property

Solution

Modify prep_for_submission to override user-specified tx_type

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@prestwich prestwich added enhancement New feature or request debt Tech debt which needs to be addressed labels Apr 17, 2024
@prestwich prestwich self-assigned this Apr 17, 2024
@prestwich prestwich merged commit fd82102 into main Apr 17, 2024
18 checks passed
@prestwich prestwich deleted the prestwich/tx-type-builder branch April 17, 2024 12:06
ThreeHrSleep pushed a commit to ThreeHrSleep/alloy that referenced this pull request Apr 17, 2024
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 <[email protected]>

* clippy

* Update crates/eips/src/eip6110.rs

Co-authored-by: Oliver Nordbjerg <[email protected]>

* Update crates/rpc-types-engine/src/exit.rs

Co-authored-by: Oliver Nordbjerg <[email protected]>

---------

Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: Oliver Nordbjerg <[email protected]>

* 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 <[email protected]>

* feat: add ClientVersionV1 (#562)

* added ClientVersionV1

* touchups

* rustfmt

---------

Co-authored-by: Matthias Seitz <[email protected]>

* clippy

* use alloc

---------

Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Arsenii Kulikov <[email protected]>
Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: Oliver Nordbjerg <[email protected]>
Co-authored-by: James Prestwich <[email protected]>
Co-authored-by: Raman Hafiyatulin <[email protected]>
Co-authored-by: guha-rahul <[email protected]>
ben186 pushed a commit to ben186/alloy that referenced this pull request Jul 27, 2024
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 <[email protected]>

* clippy

* Update crates/eips/src/eip6110.rs

Co-authored-by: Oliver Nordbjerg <[email protected]>

* Update crates/rpc-types-engine/src/exit.rs

Co-authored-by: Oliver Nordbjerg <[email protected]>

---------

Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: Oliver Nordbjerg <[email protected]>

* 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 <[email protected]>

* feat: add ClientVersionV1 (alloy-rs#562)

* added ClientVersionV1

* touchups

* rustfmt

---------

Co-authored-by: Matthias Seitz <[email protected]>

* clippy

* use alloc

---------

Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Arsenii Kulikov <[email protected]>
Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: Oliver Nordbjerg <[email protected]>
Co-authored-by: James Prestwich <[email protected]>
Co-authored-by: Raman Hafiyatulin <[email protected]>
Co-authored-by: guha-rahul <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Tech debt which needs to be addressed enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants