* Cleanup a function that calls zcash_script * Remove zebra_test::prelude macros that conflict with the Rust prelude * Add sigops count support to zebra-script * Check MAX_BLOCK_SIGOPS in the block verifier * Test MAX_BLOCK_SIGOPS on generated and historic blocks * Add SAFETY comments for all unsafe zebra-script code * Explain where the consensus rule comes from * Remove unused pretty_assertions dependency * Allow large test block generation functions with the proptest-impl feature * Replace `as` with `try_into` for integer conversions in unsafe code * Expand SAFETY comments |
||
|---|---|---|
| .. | ||
| tests | ||
| arbitrary.rs | ||
| commitment.rs | ||
| error.rs | ||
| hash.rs | ||
| header.rs | ||
| height.rs | ||
| merkle.rs | ||
| serialize.rs | ||
| tests.rs | ||