Zebra/zebra-chain
Henry de Valence c26304d983 Correct an error in transaction modeling.
In the previous transaction modeling I defined the structs so that the number
of old and new commitments for a JoinSplit were variable, when in fact the
Sprout design fixes both to be 2.  So now they are hardcoded as 2 in the source
code as well.  This commit also fixes some missing `pub` fields on the
`JoinSplit` struct.
2019-12-31 02:46:39 -05:00
..
proptest-regressions Add a bytes round-trip test for compactsize encoding. 2019-11-20 11:59:54 -05:00
src Correct an error in transaction modeling. 2019-12-31 02:46:39 -05:00
Cargo.toml Use RedJubjub types in zebra-chain. (#142) 2019-12-12 14:23:19 -05:00