Skip to content

EVM/Kernel: propagate transaction type into the result

Pierrick Couderc requested to merge pidc@evm-kernel-type-in-transaction into master

What

The transaction type was not propagated into the receipts: every transaction would be tagged as Legacy

Why

Well... That doesn't make sense.

How

Simply propagate the type parameter, there is no magic. Deposits remain tagged as Legacy transactions.

Manually testing the MR

Check the unit test, or if you know how to send EIP1559 or EIP2930 transactions, please do.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports