Zebra/zebra-consensus
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
Cargo.toml Implement Async Script Verification RFC (#961) 2020-10-14 14:06:32 -07:00