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

handle json-rpc raw transactions encoded in either #2132

Merged
merged 3 commits into from
Apr 13, 2021
Merged

handle json-rpc raw transactions encoded in either #2132

merged 3 commits into from
Apr 13, 2021

Conversation

garyschulte
Copy link
Contributor

PR description

resubmitting this PR. The recent 1559 merge changed the behavior of EthSendRawTransaction with the intent to work for both rlp encoded raw transactions and byte prefixed typed transactions. However the result was that properly encoded 2718 transactions fail.

Dimitry updated retesteth to use the 2718 style encoding, so we need to fix this.

Fixed Issue(s)

Changelog

…xn byte prefixed

Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte changed the title handl json-rpc raw transactions encoded in either RLP or 2718 handle json-rpc raw transactions encoded in either RLP or 2718 Apr 9, 2021
@garyschulte garyschulte changed the title handle json-rpc raw transactions encoded in either RLP or 2718 handle json-rpc raw transactions encoded in either Apr 9, 2021
Copy link
Contributor

@matkt matkt left a comment

Choose a reason for hiding this comment

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

Obviously we change the plugin API. Is this modification does not bring regression with plugins ?

Copy link
Contributor

@matkt matkt left a comment

Choose a reason for hiding this comment

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

LGTM

@matkt matkt enabled auto-merge (squash) April 13, 2021 17:32
@matkt matkt merged commit a95a008 into hyperledger:master Apr 13, 2021
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
…xn byte prefixed (hyperledger#2132)

Signed-off-by: garyschulte <garyschulte@gmail.com>
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.

2 participants