Skip to content

RLP decoding doesn't work for EIP1559 transaction hex #3269

Answered by ricmoo
crisog asked this question in Q&A
Discussion options

You must be logged in to vote

EIP-1559 uses a typed transaction envelope, so the first byte is an out-of-bounds type. You need to remove the first byte (I.E. 02). Pass in the hexSlice from 1 onwards.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@crisog
Comment options

@ricmoo
Comment options

@crisog
Comment options

Answer selected by crisog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3268 on August 13, 2022 05:29.