Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CATCHUP] - Integrate Proposal Fetching to Current Impl #3243

Closed
bfish713 opened this issue May 30, 2024 · 0 comments · Fixed by #3310
Closed

[CATCHUP] - Integrate Proposal Fetching to Current Impl #3243

bfish713 opened this issue May 30, 2024 · 0 comments · Fixed by #3310

Comments

@bfish713
Copy link
Collaborator

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

We should have all the building blocks where we can request and respond with proposals for prior views, and validate and update our storage. Now we need to hook up those functions into the implementation.

For the current (not dependency) version of the code we'll need to send the event to look up the proposal when missing, then spawn a task to wait for the response. On response received we should then call the handling logic and eventually emit a QuorumProposalValidated event

What 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?

We have a test that shows a node can vote in the first view it comes back on line for

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

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant