zebra/zebra-state
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
..
src Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00
tests state: fill in RFC5-style Request, Response enums 2020-09-11 13:37:49 -07:00
Cargo.toml Implement MVP of NonFinalizedState and integrate it with the state service (#1101) 2020-10-08 13:07:32 +10:00