solana-with-rpc-optimizations/core
behzad nouri 2096626633
exits send_requests_task if the connection is closed (#33837)
receiver.recv() can unnecessarily block when the connection is already closed.
The commit exits send_requests_task if the connection is closed.
2023-12-05 16:08:06 +00:00
..
benches Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
src exits send_requests_task if the connection is closed (#33837) 2023-12-05 16:08:06 +00:00
tests Move and rename ledger services from core to ledger (#33947) 2023-11-08 11:58:31 -06:00
.gitignore
Cargo.toml TransactionScheduler: Consume Scheduler w/ PrioGraph (#33612) 2023-10-24 11:33:04 +08:00
build.rs