solana/core/benches
sakridge 9cafd1f85e
Change check_txs to ignore recv errors and re-enable test (#4593)
Use more chunks to avoid duplicate signature failures:
Duplicate signatures can occur because bank.clear_signatures()
can occur before the bank has actually committed the signatures
to the status cache and then error out on the next set of transactions.
2019-06-17 19:04:21 -07:00
..
banking_stage.rs Change check_txs to ignore recv errors and re-enable test (#4593) 2019-06-17 19:04:21 -07:00
blocktree.rs move core tests to core (#3355) 2019-03-18 22:08:21 -07:00
chacha.rs move core tests to core (#3355) 2019-03-18 22:08:21 -07:00
gen_keys.rs move core tests to core (#3355) 2019-03-18 22:08:21 -07:00
ledger.rs Remove fee arg from system_transaction::* (#4346) 2019-05-20 10:03:19 -07:00
poh.rs Poh subsystem cleanup, genesis plumbing, enable real PoH on edge testnet (#4292) 2019-05-18 14:01:36 -07:00
poh_verify.rs Add GPU based PoH verification (#4524) 2019-06-08 10:21:43 -06:00
sigverify.rs move core tests to core (#3355) 2019-03-18 22:08:21 -07:00
sigverify_stage.rs Bump perf libs version to fix out buffer sizing (#4385) 2019-05-22 13:00:03 -07:00