33 Commits (2d97ccb7b8e928ab0bc2e7f6718288725960261e)

Author SHA1 Message Date
Dimitris Apostolou 34f762cea2
Electric Coin Company 5 years ago
Jack Grigg 6c99d71d4f
cargo fmt 6 years ago
Jack Grigg 3501365950
Test Transaction::txid() 6 years ago
Jack Grigg 663f9d619d
Use named fields in Transaction struct 6 years ago
Jack Grigg b856d23069
Reverse a clone of [u8; 32] instead of allocating 6 years ago
Jack Grigg 4289843852
Compute TxId for Transaction 6 years ago
Jack Grigg 670bb277e9
Block header serialisation 6 years ago
Jack Grigg a1664c6bbc
impl Display for BlockHash and TxId 6 years ago
Jack Grigg 20d5cdc571
TxId struct 6 years ago
Jack Grigg e21be37042
Block header representation 6 years ago
Jack Grigg 3d39706aee
Make SpendDescription.spend_auth_sig optional 6 years ago
Jack Grigg 012d43bc8c
derive Debug for various structs 6 years ago
Jack Grigg 09a20aacfe
Make zcash_primitives::JUBJUB the canonical instantiation of JubjubBls12 6 years ago
Jack Grigg 6b43b2d0d6
Refactor Sapling spendAuthSig creation into zcash_primitives::sapling 6 years ago
Jack Grigg 482bef87f0
Add ff and group crates to Cargo workspace 6 years ago
Jack Grigg 538de482f3
Update zcash_primitives crate to use ff crate 6 years ago
Jack Grigg 1a1c77536d
cargo fmt 1.31.1 6 years ago
Jack Grigg c9b23dfdef
Extract single-TxOut hashing from signature_hash_data() for clarity 6 years ago
Jack Grigg e25b614573
Match error message in Amount::Read_i64() to allow_negative value 6 years ago
Jack Grigg 7ff32b04d6
Document enforcement of consensus rules on transaction components 6 years ago
Jack Grigg d707ebd321
Use Option<[u8; N]> for JoinSplit pubkey and signature in a transaction 6 years ago
Jack Grigg 9b06205ed6
Reject unexpected binding sig during transaction write 6 years ago
Jack Grigg 61ce4dd3d6
Enforce range checks when reading Amounts 6 years ago
Jack Grigg 9282c7da29
Replace tx_read_write() test vector with one from current testnet chain 6 years ago
Jack Grigg 2d2e4aad86
Pass &[E] into Vector::write() instead of &Vec<E> 6 years ago
Jack Grigg cc183efda4
Define MAX_SIZE constant for CompactSize serialization 6 years ago
Jack Grigg 1f11c404dc
Convert Transaction into a wrapping struct with impl Deref 6 years ago
Jack Grigg 0c81695731
ZIP 243 6 years ago
Jack Grigg 2d8b1fe504
ZIP 143 6 years ago
Jack Grigg e490b79907
Transaction serialization 6 years ago
Jack Grigg 91ff2c71cf
Helper for serializing CompactSize-prefixed vectors 6 years ago
Jack Grigg ad16ba6a35
Empty crates as a base for code refactoring 6 years ago