magi icon indicating copy to clipboard operation
magi copied to clipboard

Fix blob data decoding in reassemble_bytes function

Open DeVikingMark opened this issue 10 months ago • 0 comments

Fixed incorrect byte assembly in the reassemble_bytes function where encoded_byte[3] was incorrectly used instead of encoded_byte[2] when constructing the y byte. This bug could cause incorrect blob data decoding for EIP-4844 transactions.

DeVikingMark avatar Feb 27 '25 02:02 DeVikingMark