-
Notifications
You must be signed in to change notification settings - Fork 39
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
refactor: Removing actor pipes and naming #213
Merged
Merged
Commits on Oct 21, 2024
-
Implemented all types for ChonkyBFT. Work on this is all on the roles crate. Tests in roles crate are passing. Note that I'm not keeping the old types, that's because `ReplicaCommit` has no changes to it (I checked and serialization is the same for old and new, old signatures still work) as well as `CommitQC` and `FinalBlock`. Any type that an EN could receive, or that ends on our database, doesn't suffer any alterations. So it seems that the upgrade to ChonkyBFT is backwards-compatible for ENs. Since we only have one validator, we can upgrade the whole network without a planned hard fork. Part of BFT-452
Configuration menu - View commit details
-
Copy full SHA for f6168f8 - Browse repository at this point
Copy the full SHA f6168f8View commit details
Commits on Nov 1, 2024
-
- Everything in chonky_bft folder is basically new. - UTHarness was moved to chonky_bft/testonly.rs. Several changes to it though. - All tests that use UTHarness were moved to chonky_bft/tests. Some of the old unit tests were repurposed, but a fair amount of the tests in chonky_bft/tests are new. - The tests in tests.rs were split between tests/mod.rs and tests/twins.rs (except for a few that used UTHarness and were moved as said before). There were no changes to them though. Part of BFT-452
Configuration menu - View commit details
-
Copy full SHA for 00f6214 - Browse repository at this point
Copy the full SHA 00f6214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d29b9 - Browse repository at this point
Copy the full SHA 14d29b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5db84f - Browse repository at this point
Copy the full SHA b5db84fView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c3e962 - Browse repository at this point
Copy the full SHA 2c3e962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4f524 - Browse repository at this point
Copy the full SHA 0f4f524View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d94cc40 - Browse repository at this point
Copy the full SHA d94cc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b3040 - Browse repository at this point
Copy the full SHA c1b3040View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a5ab3 - Browse repository at this point
Copy the full SHA 99a5ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1c1c6 - Browse repository at this point
Copy the full SHA cd1c1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e69d9 - Browse repository at this point
Copy the full SHA 17e69d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffa2cf - Browse repository at this point
Copy the full SHA 0ffa2cfView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba76a38 - Browse repository at this point
Copy the full SHA ba76a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83d1d1 - Browse repository at this point
Copy the full SHA a83d1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e16db97 - Browse repository at this point
Copy the full SHA e16db97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ddc072 - Browse repository at this point
Copy the full SHA 7ddc072View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.