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

Use generics for add/remove subscriptions #3175

Merged
merged 1 commit into from
Mar 7, 2019

Conversation

CriesofCarrots
Copy link
Contributor

Problem

Irritating copy-pasta in makes it difficult to add a new rpc subscription type

Summary of Changes

Make helper functions using generics as needed

@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Mar 7, 2019
@codecov
Copy link

codecov bot commented Mar 7, 2019

Codecov Report

Merging #3175 into master will increase coverage by <.1%.
The diff coverage is 91.6%.

@@           Coverage Diff            @@
##           master   #3175     +/-   ##
========================================
+ Coverage    80.8%   80.9%   +<.1%     
========================================
  Files         129     129             
  Lines       19497   19491      -6     
========================================
- Hits        15770   15769      -1     
+ Misses       3727    3722      -5

@solana-grimes solana-grimes merged commit 9fedc95 into solana-labs:master Mar 7, 2019
@codecov
Copy link

codecov bot commented Mar 7, 2019

Codecov Report

Merging #3175 into master will increase coverage by <.1%.
The diff coverage is 91.6%.

@@           Coverage Diff            @@
##           master   #3175     +/-   ##
========================================
+ Coverage    80.8%   80.9%   +<.1%     
========================================
  Files         129     129             
  Lines       19497   19491      -6     
========================================
- Hits        15770   15769      -1     
+ Misses       3727    3722      -5

@CriesofCarrots CriesofCarrots deleted the generic-subs branch April 8, 2019 22:13
brooksprumo pushed a commit to brooksprumo/solana that referenced this pull request Oct 15, 2024
* fix doc link in solana-epoch-schedule

* fmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants