zebra/zebra-state/src
teor 211dbb437b
1. fix(rpc): Fix slow getblock RPC (verbose=1) using transaction ID index (#5307)
* Add RPC timing to zcash-rpc-diff

* Use transaction hash index for verbose block requests, rather than block data
2022-10-02 23:34:44 +00:00
..
service 1. fix(rpc): Fix slow getblock RPC (verbose=1) using transaction ID index (#5307) 2022-10-02 23:34:44 +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 change(state): Write finalized blocks to the state in a separate thread, to avoid network and RPC hangs (#5134) 2022-09-28 16:09:56 +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(state): Write finalized blocks to the state in a separate thread, to avoid network and RPC hangs (#5134) 2022-09-28 16:09:56 +00:00
request.rs 1. fix(rpc): Fix slow getblock RPC (verbose=1) using transaction ID index (#5307) 2022-10-02 23:34:44 +00:00
response.rs 1. fix(rpc): Fix slow getblock RPC (verbose=1) using transaction ID index (#5307) 2022-10-02 23:34:44 +00:00
service.rs 1. fix(rpc): Fix slow getblock RPC (verbose=1) using transaction ID index (#5307) 2022-10-02 23:34:44 +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