Zebra/zebra-state/src
Jane Lusby e05103323e
Implement Async Script Verification RFC (#961)
This commit begins the process of integrating `zcash_script` with the rest of the system for verifying scripts while syncing the block chain. It does so by adding the necessary support for looking up UTXOs from the state service and implements the first parts of the `script::Verifier` for looking up the necessary UTXOs in the state and then generating the necessary call to `zcash_script` to verify the script itself.

Co-authored-by: teor <teor@riseup.net>
2020-10-14 14:06:32 -07:00
..
service Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
config.rs state: split into modules and reorganize 2020-09-11 13:37:49 -07:00
constants.rs state: split into modules and reorganize 2020-09-11 13:37:49 -07:00
error.rs Make the state service use broadcast channels (#1137) 2020-10-09 18:37:24 +10:00
lib.rs Make the state service use broadcast channels (#1137) 2020-10-09 18:37:24 +10:00
request.rs Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
response.rs Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
service.rs Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
sled_state.rs Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
tests.rs state: partial implementation of new sled layout 2020-09-11 13:37:49 -07:00
util.rs state: partial implementation of new sled layout 2020-09-11 13:37:49 -07:00