Better states separation
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 20
- Forks
- 4
- Avg merge
- 19h 59m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the anti-MEV extension and the repetitive state-transition checks discussed in PR #129. Identify how the current state boundaries overlap before proposing the refactor. Done means the anti-MEV extension has cleaner state transitions while preserving the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100