Skip to content

Tx_rollup: carbonate rejection

Context

This MR introduces a gas model for TORU rejection.

This model is based on (1) the size of the message, and (2) the size of the proof. Because the proof size is a poor indicator at the very beginning of the rollup lifecycle, we always consider it is at least the maximum proof size of the rejection.

Manually testing the MR

CI should prevail.

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