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

IF: Persist hotstuff safety state #1578

Merged
merged 17 commits into from
Nov 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'hotstuff_integration' into persist_hs_safety_liveness_s…
…tate_WIP
  • Loading branch information
fcecin authored Nov 18, 2023
commit 14a898ea74ff13d24f4ce9acf88fed4886230d4a
3 changes: 3 additions & 0 deletions libraries/hotstuff/qc_chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ namespace eosio::hotstuff {

write_safety_state_file();

//propagate this proposal since it was new to us
send_hs_proposal_msg(connection_id, proposal);

for (auto &msg : msgs) {
send_hs_vote_msg( std::nullopt, msg );
}
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.