zebra/zebra-state/src
Arya ec115e930f
change(zebrad): opens the database in a blocking tokio thread, which allows tokio to run other tasks (#5228)
* use spawn_blocking to run zebra_state::init from start cmd

* uses zebra_state::spawn_init in copy-state command

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-09-26 15:45:42 +00:00
..
service fix(testnet): look back up to 10,000 blocks on testnet for a legacy chain (#5133) 2022-09-20 11:31:24 +00:00
tests feat(state): Send treestate from non-finalized state to finalized state (#4721) 2022-09-06 09:32:54 +00:00
arbitrary.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
config.rs feat(state): delete old database directories (#4586) 2022-06-21 00:59:51 +00:00
constants.rs fix(testnet): look back up to 10,000 blocks on testnet for a legacy chain (#5133) 2022-09-20 11:31:24 +00:00
error.rs 1. fix(perf): Run CPU-intensive state updates in parallel rayon threads (#4802) 2022-07-22 12:19:11 -04:00
lib.rs change(zebrad): opens the database in a blocking tokio thread, which allows tokio to run other tasks (#5228) 2022-09-26 15:45:42 +00:00
request.rs cleanup(state): condenses match arms for redirected StateService requests and moves metrics counting to Request methods (#5137) 2022-09-16 19:03:56 +00:00
response.rs 2. change(state): Run AwaitUtxo read requests without shared mutable chain state (#5107) 2022-09-16 04:13:26 +00:00
service.rs change(zebrad): opens the database in a blocking tokio thread, which allows tokio to run other tasks (#5228) 2022-09-26 15:45:42 +00:00
tests.rs 1. change(state): Run most StateService read requests without shared mutable chain state (#5132) 2022-09-14 00:35:37 +00:00