Open
Description
As part of a broader effort toward making Comet more modular, we need to start thinking about splitting the reactors out into independent modules. This would force us to start disentangling the various parts of the system that are currently so entangled.
For the mempool specifically, the first question that we need to answer is: what interface should we provide application/consensus engine developers for them to be able to use the mempool from within the SDK/application, or perhaps replace it with their own implementation?
- Capture interface definition in ADR
- Define next steps from ADR