solana/core
Tyera 2cdb43ff1b
Eradicate zombie RPC threads (#31688)
* Ensure jsonrpc server has closed when joining rpc_service thread

* Use same exit bool as other services

* Remove redundant registered exit line
2023-05-17 03:09:44 +00:00
..
benches Keep signal_receiver in scope (#31625) 2023-05-15 08:56:57 -07:00
src Eradicate zombie RPC threads (#31688) 2023-05-17 03:09:44 +00:00
tests validator: remove optional remote accounts hash consistency check (#31279) 2023-05-16 14:23:13 -06:00
.gitignore
Cargo.toml refactor: move test and bench only code from main code to where they are needed (#31550) 2023-05-09 16:39:23 -05:00
build.rs