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

bloom for forking #2431

Merged
merged 3 commits into from
Jan 15, 2019
Merged

Conversation

rob-solana
Copy link
Contributor

tiniest part of #2289

src/bloom.rs Show resolved Hide resolved
@garious
Copy link
Contributor

garious commented Jan 15, 2019

So the reason that was in a separate module is so that we have the option to move it to the SDK and have Hash and Pubkey implement the traits alongside their definitions. The implementation has to be colocated with either the trait definition or the struct definition. Seems cleaner to attach to the struct definition, but I don't feel too strongly about it.

@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #2431 into master will increase coverage by <.1%.
The diff coverage is 97.7%.

@@           Coverage Diff            @@
##           master   #2431     +/-   ##
========================================
+ Coverage    76.7%   76.7%   +<.1%     
========================================
  Files         111     110      -1     
  Lines       17438   17460     +22     
========================================
+ Hits        13377   13395     +18     
- Misses       4061    4065      +4

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