Skip to content

Draft: Proto/parameters: Alternative stab at implementing sponsored operations

Pavlo Khrystenko requested to merge zett98@alternative_apply_tests into master

What

This is mr that introduces alternative way of implementing sponsored operations, this time around without making changes to mempool or 1M restriction

Why

Allows us to make the implementation easier to test and review. removes big chunk of complexity stemming from mempool changes

How

Manually testing the MR

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 Pavlo Khrystenko

Merge request reports