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

Split vote related code from runtime to its own crate #32882

Merged
merged 7 commits into from
Sep 19, 2023

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Aug 18, 2023

Problem

The vote related code in runtime crate could be moved to its own crate. It'll help remove some unnecessary dependency on runtime crate and establish a cleaner interface between runtime and vote related code.

Summary of Changes

Move the vote code to its own crate and update imports.

Fixes #

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #32882 (b769260) into master (910b0f5) will increase coverage by 0.0%.
Report is 5 commits behind head on master.
The diff coverage is 94.4%.

@@           Coverage Diff           @@
##           master   #32882   +/-   ##
=======================================
  Coverage    82.0%    82.0%           
=======================================
  Files         785      785           
  Lines      212391   212445   +54     
=======================================
+ Hits       174204   174252   +48     
- Misses      38187    38193    +6     

@pgarg66 pgarg66 marked this pull request as ready for review August 21, 2023 17:29
@pgarg66 pgarg66 force-pushed the vote-crate branch 2 times, most recently from 37bf775 to b769260 Compare August 21, 2023 19:02
@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Sep 5, 2023
@github-actions github-actions bot closed this Sep 13, 2023
@pgarg66 pgarg66 reopened this Sep 18, 2023
@github-actions github-actions bot removed the stale [bot only] Added to stale content; results in auto-close after a week. label Sep 19, 2023
Copy link
Contributor

@tao-stones tao-stones left a comment

Choose a reason for hiding this comment

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

lgtm.

tag @AshwinSekar so he's aware of the move.

@pgarg66 pgarg66 merged commit f50342a into solana-labs:master Sep 19, 2023
28 checks passed
@pgarg66 pgarg66 deleted the vote-crate branch September 19, 2023 17:46
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