solana/multinode-demo
Lijun Wang 7c61e438fc
Batch tpu calls in send-transaction-service (#24083)
Introduced flag --tpu-do-batch2.
Introduced flag to control the batch size-- by default 100
The default batch timeout is 200ms -- configurable. If either it time out or the batch size is filled, a new batch is sent
The batch honor the retry rate on the transaction already sent before.
Introduced two threads in STS: one for receiving new transactions and doing batch send and one for retrying old transactions and doing batch.6.
Fixes #
2022-04-21 12:43:08 -07:00
..
bench-tps.sh typo (#14774) 2021-01-22 13:36:26 -06:00
bootstrap-validator.sh Batch tpu calls in send-transaction-service (#24083) 2022-04-21 12:43:08 -07:00
common.sh Fix sanity test flakiness by prebuilding binaries (#16530) 2021-04-15 01:15:06 +08:00
delegate-stake.sh transfer now requires --allow-unfunded-recipient if the recipient doesn't exist 2021-03-23 02:31:39 +00:00
faucet.sh
setup-from-mainnet-beta.sh Add multinode-demo/setup-from-testnet.sh 2020-09-29 04:21:37 +00:00
setup-from-testnet.sh Add multinode-demo/setup-from-testnet.sh 2020-09-29 04:21:37 +00:00
setup.sh Preserve pre-existing vote/stake keypairs for bootstrap validator (#19405) 2021-08-24 22:29:55 +00:00
validator-x.sh
validator.sh Batch tpu calls in send-transaction-service (#24083) 2022-04-21 12:43:08 -07:00