You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: All prior work was for the consensus-aligned implementation (i.e. keeping the same under-the-hood function calls, but using the dependency tasks). What follows are the tasks for a full clean-room re-implementation of the various tasks as their own independent units.
What is this task and why do we need to work on it?
Relevant to #2356, but for the dependency refactor specifically.
Subissus
QuorumVoteTask
with dummy dependencies #2708QuorumVoteTask
with other tasks #2712QuorumProposalTask
#2713QuorumProposalTask
#2750QuorumProposalRecv
events #2951QuorumProposalRecv
into module functions #2986Note: All prior work was for the consensus-aligned implementation (i.e. keeping the same under-the-hood function calls, but using the dependency tasks). What follows are the tasks for a full clean-room re-implementation of the various tasks as their own independent units.
Consensus 2 refactor
QuorumProposalTask
with other tasks #2748test_success
#3277test_with_failures
#3282libp2p
test #3283ValidatedStateUpdated
dependency in the quorum proposal and vote tasks #3296update_validated_state_map
to not override a view with more info #3306What work will need to be done to complete this task?
No response
Are there any other details to include?
No response
What are the acceptance criteria to close this issue?
Original consensus task is fully replaced by the new consensus task plus dependency tasks.
Branch work will be merged to (if not the default branch)
No response
The text was updated successfully, but these errors were encountered: