hashgraph / hashgraph/guardian
Evolution of Policy block suggestion mechanism
- Dominant language
- TypeScript
- Stars
- 146
- Forks
- 186
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 126
Description
### Problem description
Current algorithm for block suggestions proposes a block and the user can either accept it or not. This is somewhat limited, multiple enhancements can be made (see below).
### Requirements
- Make the suggestion mechanism to propose multiple priorities options, from which the user may chose one or none.
- Add some indication on how frequently this pattern appear in the policies used for suggestions. E.g. this block follows that block 75% of the time.
### Definition of done
- Functionality is implemented as per above
- Documentation updated accordingly
### Acceptance criteria
Policy block suggestion mechanism can propose multiple options as per the description above
Contributor guide
Assessment
This issue has not been assessed yet.