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: actually use envelope encoding for pooled tx #6832

Merged
merged 1 commit into from Feb 27, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Feb 27, 2024

incredibly annoying.

can unify the function later but really don't want to deal with that rn.

@mattsse mattsse added C-bug An unexpected or incorrect behavior A-rpc Related to the RPC implementation C-enhancement New feature or request labels Feb 27, 2024
@mattsse mattsse force-pushed the matt/use-enveloped-encoding branch 2 times, most recently from 3a4491b to e7f440d Compare February 27, 2024 22:31
Copy link
Member

@Rjected Rjected left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

// The inner encoding is used with `with_header` set to true, making the final
// encoding:
// `tx_type || rlp([transaction_payload_body, blobs, commitments, proofs]))`
blob_tx.encode_with_type_inner(out, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, this is right

@mattsse mattsse added this pull request to the merge queue Feb 27, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 27, 2024
@mattsse mattsse added this pull request to the merge queue Feb 27, 2024
Merged via the queue into main with commit e0c220e Feb 27, 2024
29 checks passed
@mattsse mattsse deleted the matt/use-enveloped-encoding branch February 27, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants