We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chain_pacemaker.(hpp/cpp) and qc_chain.(hpp/cpp) are no longer needed. Remove them to save maintenance.
chain_pacemaker.(hpp/cpp)
qc_chain.(hpp/cpp)
Ensure tests using qc_chain and chain_pacemaker have been ported to work with the new implementation.
qc_chain
chain_pacemaker
As it is a significant work to port the large number of the tests, #2147 is created to track the work.
The text was updated successfully, but these errors were encountered:
Also avoid using hotstuff in the code. And prefer using just finality rather than instant_finality if possible.
hotstuff
finality
instant_finality
Sorry, something went wrong.
linh2931
Successfully merging a pull request may close this issue.
chain_pacemaker.(hpp/cpp)
andqc_chain.(hpp/cpp)
are no longer needed. Remove them to save maintenance.Ensure tests usingqc_chain
andchain_pacemaker
have been ported to work with the new implementation.As it is a significant work to port the large number of the tests, #2147 is created to track the work.
The text was updated successfully, but these errors were encountered: