mirror of
https://github.com/nspcc-dev/dbft.git
synced 2026-03-01 04:28:38 +00:00
Better states separation #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AnnaShaleva on GitHub (Sep 5, 2024).
Is your feature request related to a problem? Please describe.
With anti-MEV extension added, the bounds between states in our nice and simple state machine are vanishing. There's a set of repetitive checks (https://github.com/nspcc-dev/dbft/pull/129#discussion_r1741086328) in state transitions that may be avoided.
Describe the solution you'd like
We need to refactor anti-MEV extension to have more clean state transitions.
Describe alternatives you've considered
Leave it as is, it works.