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/signed tx rlp init #170

Merged
merged 5 commits into from
Feb 19, 2024
Merged

Fix/signed tx rlp init #170

merged 5 commits into from
Feb 19, 2024

Conversation

Florian-S-A-W
Copy link
Member

Fixes #165
An else was missing and initialising a SignedTransaction from an RLPItem always failed. Also added minimal tests for the three cases handled (legacy, eip1559, invalid).

@Florian-S-A-W
Copy link
Member Author

@koraykoska

koraykoska
koraykoska previously approved these changes Feb 19, 2024
@Florian-S-A-W Florian-S-A-W merged commit 6b67d7b into master Feb 19, 2024
2 checks passed
@Florian-S-A-W Florian-S-A-W deleted the fix/signed-tx-rlp-init branch February 19, 2024 19:39
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.

EthereumSignedTransaction init always throws rlpItemInvalid
2 participants