Skip to content

EVM/Node: add eth_getBlockReceipts RPC

Steve Sanches requested to merge steve.sanches@eth_getBlockReceipts into master

What

Add eth_getBlockReceipts RPC.

Related to #7175 (closed)

Manually testing the MR

tezt --file etherlink/tezt/tests/evm_rollup.ml get_block_receipts

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 Steve Sanches

Merge request reports