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

feat(driver): Add interface for selecting proposer each round #55

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

romac
Copy link
Member

@romac romac commented Nov 9, 2023

Closes: #58

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #55 (c3ca1fa) into main (fad0d1f) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   86.59%   86.54%   -0.05%     
==========================================
  Files          25       25              
  Lines        1178     1174       -4     
==========================================
- Hits         1020     1016       -4     
  Misses        158      158              
Files Coverage Δ
Code/driver/src/driver.rs 87.86% <100.00%> (+0.67%) ⬆️
Code/test/src/validator_set.rs 91.35% <100.00%> (-0.96%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@romac romac changed the title Add interface for selecting proposer each round feat(driver): Add interface for selecting proposer each round Nov 9, 2023
@romac romac force-pushed the proposer-selection branch from cebbda9 to 42afe20 Compare November 10, 2023 10:23
@romac romac force-pushed the proposer-selection branch from 42afe20 to c3ca1fa Compare November 10, 2023 10:24
@romac romac marked this pull request as ready for review November 10, 2023 10:26
@romac romac merged commit 19b65d3 into main Nov 10, 2023
7 checks passed
@romac romac deleted the proposer-selection branch November 10, 2023 10:27
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.

feat(driver): Add interface for selecting the proposer each round
1 participant