Closed sellout closed 2 months ago
ZcashFoundation/zebra#8751 integrates this with zebrad, and shouldn’t be merged until we know that that relationship is working (which it is currently not).
The changes in ZcashFoundation/zebra#8751 now work correctly with this, so we’re good for final review.
Post-hoc review.
@str4d’s review has been addressed in #175.
This adds a
Script
trait that exposes slightly Rustier types in order to have a common interface for the existing C++ implementation as well as the upcoming Rust implementation (and a third instance that runs both and checks that the Rust result matches the C++ one).