zebra/zebra-chain/src
Henry de Valence c5a8cb0c91 chain: create primitives module.
This contains definitions of primitive types used in other structures
and re-exports of component libraries.
2020-08-17 11:46:34 -07:00
..
addresses chain: create primitives module. 2020-08-17 11:46:34 -07:00
block chain: rename LightClientRootHash to RootHash 2020-08-17 11:46:34 -07:00
commitments chain: move amount to a top-level module. 2020-08-17 11:46:34 -07:00
keys chain: create primitives module. 2020-08-17 11:46:34 -07:00
notes chain: move amount to a top-level module. 2020-08-17 11:46:34 -07:00
parameters chain: move Network, NetworkUpgrade to parameters 2020-08-17 11:46:34 -07:00
primitives chain: create primitives module. 2020-08-17 11:46:34 -07:00
serialization chain: move amount to a top-level module. 2020-08-17 11:46:34 -07:00
transaction chain: create primitives module. 2020-08-17 11:46:34 -07:00
treestate Whoops forgot to add sprout::NoteTreeRootHash 2020-08-14 02:04:12 -04:00
work chain: create a new work module for proof-of-work 2020-08-17 11:46:34 -07:00
addresses.rs Add the beginnings of Sprout and Sapling key types 2020-03-28 02:42:13 -04:00
amount.rs chain: move amount to a top-level module. 2020-08-17 11:46:34 -07:00
block.rs chain: rename LightClientRootHash to RootHash 2020-08-17 11:46:34 -07:00
commitments.rs Move commitment types into commitments module 2020-08-14 02:04:12 -04:00
keys.rs Finish migration of TransparentAddress out of addresses.rs 2020-03-28 02:42:13 -04:00
lib.rs chain: create primitives module. 2020-08-17 11:46:34 -07:00
merkle_tree.rs chain: move sha256d to serialization module. 2020-08-17 11:46:34 -07:00
notes.rs Move commitment types into commitments module 2020-08-14 02:04:12 -04:00
parameters.rs chain: move Network, NetworkUpgrade to parameters 2020-08-17 11:46:34 -07:00
primitives.rs chain: create primitives module. 2020-08-17 11:46:34 -07:00
serialization.rs chain: move serde_helpers into serialization. 2020-08-17 11:46:34 -07:00
transaction.rs chain: create primitives module. 2020-08-17 11:46:34 -07:00
treestate.rs Refine JoinSplit::anchor to be a sprout::NoteTreeRootHash type 2020-08-14 02:04:12 -04:00
types.rs chain: create primitives module. 2020-08-17 11:46:34 -07:00
work.rs chain: create a new work module for proof-of-work 2020-08-17 11:46:34 -07:00