Skip to content

Commit

Permalink
Merge pull request #2340 from eqlabs/sistemd/aggregate-bloom-filters
Browse files Browse the repository at this point in the history
feat(bloom): aggregate bloom filters
  • Loading branch information
sistemd authored Nov 5, 2024
2 parents 29f93d0 + 4874fa6 commit e02507e
Show file tree
Hide file tree
Showing 3 changed files with 524 additions and 10 deletions.
5 changes: 5 additions & 0 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ license = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
aggregate_bloom = []

default = []

[dependencies]
anyhow = { workspace = true }
base64 = { workspace = true }
Expand Down
Loading

0 comments on commit e02507e

Please sign in to comment.