solana/tests
anatoly yakovenko 5c85e037f8
Tick entry ids as only valid last_ids (#1441)
Generate tick entry ids and only register ticks as the last_id expected by the bank.  Since the bank is MT, the in-flight pipeline of transactions cannot be close to the end of the queue or there is a high possibility that a starved thread will encode an expired last_id into the ledger.  The banking_stage therefore uses a shorter age limit for encoded last_ids then the validators.

Bench client doesn't send transactions that are older then 30 seconds.
2018-10-10 17:23:06 -07:00
..
data_replicator.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
multinode.rs Tick entry ids as only valid last_ids (#1441) 2018-10-10 17:23:06 -07:00
programs.rs SystemProgram transactions now fail on invalid arguments 2018-10-10 15:19:03 -07:00