Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Move BloomHashIndex into its own module #2378

Merged
merged 1 commit into from
Jan 10, 2019

Conversation

garious
Copy link
Contributor

@garious garious commented Jan 10, 2019

Problem

Awkward name cdrs_traits_impl.rs

Summary of Changes

Rename the module and yoink the trait definition.

Slightly better would be to put it in the SDK so that the trait
implementations could go into hash and pubkey, but if we don't
want compatibility constraints, this is the next best thing.

This trait is for bloom, not crds.

Slightly better would be to put it in the SDK so that the trait
implementations could go into hash and pubkey, but if we don't
want compatibility constraints, this is the next best thing.
@garious garious requested review from aeyakovenko and removed request for aeyakovenko January 10, 2019 18:10
@garious garious added the automerge Merge this Pull Request automatically once CI passes label Jan 10, 2019
@garious
Copy link
Contributor Author

garious commented Jan 10, 2019

@aeyakovenko, added you as a reviewer, but then removed you - assuming this is noncontroversial.

@solana-grimes solana-grimes merged commit 885fe38 into solana-labs:master Jan 10, 2019
@codecov
Copy link

codecov bot commented Jan 10, 2019

Codecov Report

Merging #2378 into master will decrease coverage by 2.6%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #2378     +/-   ##
========================================
- Coverage    74.4%   71.7%   -2.7%     
========================================
  Files         110     110             
  Lines       17150   17790    +640     
========================================
+ Hits        12761   12762      +1     
- Misses       4389    5028    +639

tao-stones added a commit to tao-stones/solana that referenced this pull request Aug 1, 2024
…na-cost-model to its own crate. (solana-labs#2378)

refactor: move statically defined builtin default costs map from solana-cost-model to its own crate. Makes sharing builtin costs between crates easier, and provide space to future refactoring; Issue solana-labs#2351
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants