mlabs-haskell / mlabs-haskell/clb
Slot promotion strategies in the library mode
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 10
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently, in the library mode, the slot is increased once a successful transaction is submitted. At the same time, there is an action modifySlot that allows users to promote slots arbitrarily. The cases when this default behavior might not be desirable should be allowed for presumably by introducing a strategy to control the automatic promotion of slots.
Contributor guide
No contributing guide indexed for this repository
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 library-mode behavior that advances the slot after a successful transaction and the existing modifySlot action. Define how a configurable promotion strategy should control automatic advancement while preserving arbitrary slot changes. Done means the strategy can represent cases where automatic promotion is undesirable and its behavior is covered by the project’s relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100