Zebra/zebra-chain/src
Deirdre Connolly 1255cec6a4 Serialize Amount to bytes using byteorder::LittleEndian 2020-08-14 02:04:12 -04:00
..
addresses add cargo fmt to ci (#403) 2020-05-27 19:12:25 -07:00
block Serialize Amount to bytes using byteorder::LittleEndian 2020-08-14 02:04:12 -04:00
commitments Add a TODO about caching Pedersen hash generator points 2020-08-14 02:04:12 -04:00
keys Add Sapling EphemeralPublicKey type that wraps jubjub::AffinePoint 2020-08-14 02:04:12 -04:00
notes Use convenience Reader/Writer methods to only use From/Into for nullifer serialization 2020-08-14 02:04:12 -04:00
parameters refactor: Move NetworkUpgrade to zebra-chain 2020-08-10 18:54:42 +10:00
proofs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
test Add consensus coinbase checks (#593) 2020-07-10 09:13:44 +10:00
transaction Refine JoinSplit::anchor to be a sprout::NoteTreeRootHash type 2020-08-14 02:04:12 -04:00
treestate Whoops forgot to add sprout::NoteTreeRootHash 2020-08-14 02:04:12 -04:00
types Serialize Amount to bytes using byteorder::LittleEndian 2020-08-14 02:04:12 -04:00
addresses.rs Add the beginnings of Sprout and Sapling key types 2020-03-28 02:42:13 -04:00
block.rs Correct coinbase check (#898) 2020-08-13 14:04:43 -07:00
commitments.rs Move commitment types into commitments module 2020-08-14 02:04:12 -04:00
equihash_solution.rs Add cool helpers for using zcash_serialize / zcash_deserialize (#586) 2020-07-09 15:29:31 -04:00
keys.rs Finish migration of TransparentAddress out of addresses.rs 2020-03-28 02:42:13 -04:00
lib.rs Move commitment types into commitments module 2020-08-14 02:04:12 -04:00
merkle_tree.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
notes.rs Move commitment types into commitments module 2020-08-14 02:04:12 -04:00
parameters.rs refactor: Move NetworkUpgrade to zebra-chain 2020-08-10 18:54:42 +10:00
proofs.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
serde_helpers.rs Do not confuse a NoteCommitment for U(NoteCommitment) 2020-08-14 02:04:12 -04:00
serialization.rs Add 32byte and 64 bytes convenience writer methods to WriteExt 2020-08-14 02:04:12 -04:00
sha256d_writer.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
test.rs Create a test for block size (#558) 2020-07-07 10:37:32 +10:00
transaction.rs Correct coinbase check (#898) 2020-08-13 14:04:43 -07:00
treestate.rs Refine JoinSplit::anchor to be a sprout::NoteTreeRootHash type 2020-08-14 02:04:12 -04:00
types.rs Add Hard-Coded Checkpoint Lists (#674) 2020-07-21 23:11:51 +10:00
utils.rs Create consensus utils and move byte_reverse_hex function to it (#705) 2020-07-22 12:29:14 +10:00