solana/core
behzad nouri 7d56fa8363
sends packets in batches from sigverify-stage (#18446)
sigverify-stage is breaking batches to single-item vectors before
sending them down the channel:
https://github.com/solana-labs/solana/blob/d451363dc/core/src/sigverify_stage.rs#L88-L92

Also simplifying window-service code, reducing number of nested branches.
2021-07-22 14:49:21 +00:00
..
benches Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
src sends packets in batches from sigverify-stage (#18446) 2021-07-22 14:49:21 +00:00
tests add ledger-tool verify verify-accounts-index option (#18375) 2021-07-13 11:06:18 -05:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
Cargo.toml Add AncestorHashesRepair type (#18681) 2021-07-15 19:29:53 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00