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
Nodes perform Quorum Certificate (QC) verification when committing a block in the consensus process, and for validating blocks received via state synchronization. The objective of this issue is to implement QC verification tests.
Goals
Implement QC verification tests in the consensus e2e_tests/hotstuff_test.go
Add more QC verification tests to the e2e_tests/hotstuff_test.go.
Deliverable
QC verification tests implementation.
Ensuring QC verification process is correct with extensive tests.
Non-goals / Non-deliverables
Change business logic.
General issue deliverables
Update the appropriate CHANGELOG(s)
Update any relevant local/global README(s)
Update relevant source code tree explanations
Add or update any relevant or supporting mermaid diagrams
Testing Methodology
Task specific tests or benchmarks: make ...
New tests or benchmarks: make ...
All tests: make test_all
LocalNet: verify a LocalNet is still functioning correctly by following the instructions at docs/development/README.md
Objective
Nodes perform Quorum Certificate (QC) verification when committing a block in the consensus process, and for validating blocks received via state synchronization. The objective of this issue is to implement QC verification tests.
Goals
e2e_tests/hotstuff_test.go
e2e_tests/hotstuff_test.go
.Deliverable
Non-goals / Non-deliverables
General issue deliverables
Testing Methodology
make ...
make ...
make test_all
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdCreator: @gokutheengineer
Co-Owners: @Olshansk
The text was updated successfully, but these errors were encountered: