Skip to content

Shell: mempool: indicate needed fees to be considered by full mempool

Context

When an operation is rejected with the Rejected_by_full_mempool error, the error now indicates the fee that the operation would need to be included in the full mempool. This feature used to be present, but was lost in !6787 (merged) due to the rework of mempool bounding.

Fixes the "Full mempool" item of #5197 (closed).

This MR depends on !8573 (merged).

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • [N/A] 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 Diane Gallois-Wong

Merge request reports