Skip to content

chore(code)!: Remove VoteSet-based synchronization protocol #1008

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

Merged
merged 10 commits into from
May 17, 2025

Conversation

romac
Copy link
Member

@romac romac commented May 6, 2025

As per #922 and #998, the VoteSet protocol is neither required nor sufficient for liveness and can therefore be removed 🎉


PR author checklist

For all contributors

For external contributors

@romac romac requested review from adizere and ancazamfir as code owners May 6, 2025 15:14
@romac romac changed the title Romac/remove vote set chore!(code): Remove VoteSet-based synchronization protocol May 6, 2025
@romac romac marked this pull request as draft May 6, 2025 15:19
@romac romac force-pushed the romac/remove-vote-set branch from 024dbac to 1ab3417 Compare May 6, 2025 15:19
@romac
Copy link
Member Author

romac commented May 6, 2025

Looks like GitHub Actions are completely broken at this time. Will re-run CI tomorrow.

@romac romac force-pushed the romac/remove-vote-set branch from 1ab3417 to 5de387d Compare May 7, 2025 08:33
@romac romac changed the title chore!(code): Remove VoteSet-based synchronization protocol chore(code)!: Remove VoteSet-based synchronization protocol May 7, 2025
@romac romac force-pushed the romac/remove-vote-set branch from a70efac to 058acf8 Compare May 7, 2025 08:56
Copy link

codecov bot commented May 7, 2025

Codecov Report

Attention: Patch coverage is 76.78571% with 13 lines in your changes missing coverage. Please review.

Project coverage is 77.01%. Comparing base (1420a0f) to head (d75a72c).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1008      +/-   ##
==========================================
- Coverage   77.61%   77.01%   -0.60%     
==========================================
  Files         159      156       -3     
  Lines       16814    16047     -767     
  Branches    16814    16047     -767     
==========================================
- Hits        13050    12358     -692     
+ Misses       2887     2850      -37     
+ Partials      877      839      -38     
Flag Coverage Δ
integration 76.80% <76.79%> (-0.62%) ⬇️
mbt 8.37% <0.00%> (+0.45%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -39,13 +39,11 @@ pub struct Status<Ctx: Context> {
#[derive_where(Clone, Debug, PartialEq, Eq)]
pub enum Request<Ctx: Context> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still want to keep this enum? Same for Response

@romac romac marked this pull request as ready for review May 17, 2025 10:35
@romac romac merged commit 2497086 into main May 17, 2025
24 checks passed
@romac romac deleted the romac/remove-vote-set branch May 17, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants