EVM: rlp encode/decode transaction objects

Context

Closes #5694 (closed)

Follow-up of !8941 (merged)

Manually testing the MR

CI should prevail, otherwise you can checkout the branch and run

tezt -f evm_rollup.ml --title 'Alpha: Check L2 transfers are applied' --verbose

You'll be able to observe the produced transaction object

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
Edited by Valentin Chaboche

Merge request reports

Loading