-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app: make the mempool stateless (#4627)
## Describe your changes This is a draft PR that removes the stateful mempool from the application, replacing it with: - a stateless mempool that gates inclusion on validity against the latest version of the app state - a prepare proposal implementation that filters for valid transactions - a process proposal implementation that validates block quality and lays the groundwork to do optimistic execution ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > Consensus breaking --------- Signed-off-by: Erwan Or <erwan.ounn.84@gmail.com> Co-authored-by: dynst <148708712+dynst@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
137 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters