* Use bloom filter to dedup packets * dedup first * Update bloom/src/bloom.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * Update core/src/sigverify_stage.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * Update core/src/sigverify_stage.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * Update core/src/sigverify_stage.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * fixup * fixup * fixup Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> (cherry picked from commit d343713f6166be2dcbf22aaffc5f1b4930db115d) # Conflicts: # Cargo.lock # core/Cargo.toml # core/src/banking_stage.rs # core/src/sigverify_stage.rs # gossip/Cargo.toml # perf/Cargo.toml # programs/bpf/Cargo.lock # runtime/Cargo.toml Co-authored-by: anatoly yakovenko <anatoly@solana.com>
6 lines
136 B
Rust
6 lines
136 B
Rust
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
|
|
pub mod bloom;
|
|
|
|
#[macro_use]
|
|
extern crate solana_frozen_abi_macro;
|