Skip to content

Add eth_maxPriorityFeePerGas

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

What

Add eth_maxPriorityFeePerGas RPC.

Related to EIP-1559

Related to #7176 (closed)

Why

We can return a default value even if we do not support priority fees. As stated in the issue, maybe we can simply return a "Not Supported' error.

Manually testing the MR

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

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 repository's root 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