HotShot icon indicating copy to clipboard operation
HotShot copied to clipboard

[CX_CLEANUP] - Diverge the Quorum Vote Task

Open jparr721 opened this issue 9 months ago • 1 comments

What is this task and why do we need to work on it?

Right now the quorum vote task relies on calling the existing consensus functions, but isolates the call site so that way it can exist in an idempotent manner. This has created some issues due to the need to keep backwards compatibility with the consensus task. Instead, we will author our own new logic and only reuse functions that have limited scope.

What work will need to be done to complete this task?

  • [ ] Make a new Quorum Vote Task module which will hold all relevant logic for that task
  • [ ] Fully remove all references to the old consensus task unless the functionality will live on in the new tasks
  • [ ] Fully test and evaluate all new code in the unit testing suite to ensure that all expected behaviors are understood.
  • [ ] Update the design document in notion with the architecture and event diagram.

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

All tests must pass.

Branch work will be merged to (if not the default branch)

No response

jparr721 avatar May 15 '24 22:05 jparr721