Jack Grigg
c6cd47a5dd
Fix Rand.u8() to return unsigned integers
...
Existing test vector generators are adjusted to use Rand.i8() so they
generate the same test vectors. We should evaluate these later to
determine whether they should actually use Rand.u8() (and update the
test vectors across the ecosystem).
2021-04-29 12:57:40 +12:00
Jack Grigg
73b8401b9a
Use i64 for amounts in Rust test vectors
2018-10-11 18:38:33 +01:00
Jack Grigg
17d146b5a9
Refactor Rust output rendering to support reformatting
...
Used to convert a -1 for JSON to Option::None in Rust
2018-08-21 20:13:11 +01:00
Jack Grigg
af98406307
Use snake_case for ZIP 143 test vector part names
2018-08-21 19:37:16 +01:00
Jack Grigg
07b7a6e8d8
Don't reverse 32-byte transactions in Zcash output
2018-08-20 12:26:48 +01:00
Jack Grigg
9448eeeee5
Implement JoinSplits in ZIP 143 test vectors
2018-08-20 12:26:48 +01:00
Ariel Gabizon
704a2ac14d
Implement ZIP 143 test vector generation
...
No support for JoinSplits yet.
Co-authored-by: Jack Grigg <jack@z.cash>
2018-08-20 12:26:43 +01:00