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(consensus): ensure into_signed forces correct format for eip1559/2930 txs #150

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

Evalir
Copy link
Contributor

@Evalir Evalir commented Jan 24, 2024

Motivation

Closes #144.

Solution

This ensures that, at the time of combining the signature with the tx, the correct format is applied for 2930/1559 txs, removing any eip-155 application.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Member

@prestwich prestwich left a comment

Choose a reason for hiding this comment

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

lgtm

@Evalir Evalir marked this pull request as ready for review January 24, 2024 14:47
@Evalir Evalir merged commit d68e110 into main Jan 24, 2024
14 checks passed
@Evalir Evalir deleted the evalir/fix-eip155 branch January 24, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Signers apply EIP-155 even for EIP-{1559,2718} transactions
2 participants