solana/core
Tao Zhu 82e65593ee
Batch filtering invalid transactions before forwarding (#26798)
- Batch filtering invalid transactions (fail to sanitize, too old or already processed) before forwarding
- Combine packet filtering and forwarding to share sanitized transactions
- `iter_desc` is no longer needed, remove it;
- Add a method to share the logic of removing packets from buffer after they were removed from MinMaxHeap
- Add test coverage for forward_packet_batches_by_accounts
- rebase, resolve conflicts
2022-09-29 16:33:40 -05:00
..
benches Batch filtering invalid transactions before forwarding (#26798) 2022-09-29 16:33:40 -05:00
src Batch filtering invalid transactions before forwarding (#26798) 2022-09-29 16:33:40 -05:00
tests plumbs through flag to generate merkle variant of shreds 2022-09-23 16:45:18 +00:00
.gitignore
Cargo.toml chore: bump itertools from 0.10.3 to 0.10.5 (#27962) 2022-09-21 15:28:49 -06:00
build.rs