[go: up one dir, main page]

EVM node: fix transaction type encoding

Checklist

  • Provide automatic testing.
  • Add an item in the changelog
  • Add a page in the doc

What

Use a compact hexadecimal encoding in JSON for the transaction type, e.g. 0x2 instead of 0x02 for EIP 1559.

Why

How

Use correct encoding but support reading older one for backward compatibility.

Edited by Alain Mebsout

Merge request reports

Loading