zebra/zebra-chain/src
Alfredo Garcia 8883543a85
Add transaction version 5 stubs (#1824)
* add transaction V5 stub
* add v5_strategy
* deduplicate version group ids
* Update comment for V5 transactions
* Add V5 transactions to non_finalized_state

Currently these are all `unimplemented!(...)`

* Fix struct matches
* Apply trivial panic message changes
* add zcash_deserialize for V5
* make all tx versions explicit in sprout and sapling nullifier functions
* match exhaustively in sprout and sapling nullifier functions
* fix matches in zebra-consensus
* fix NU5 strategy
* We're still deciding if v5 transactions support Sprout

Co-authored-by: teor <teor@riseup.net>
2021-03-04 07:56:41 +10:00
..
block Add initial support for NU5 to zebra (#1823) 2021-03-03 06:22:11 +10:00
parameters Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00
primitives export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
sapling Use new bech32 methods that expect a Variant enum variant 2021-02-21 20:51:43 -05:00
serialization chain: add missing sources to SerializationError 2020-12-01 19:16:41 -08:00
sprout Fix clippy uppercase acronym lint 2021-02-17 12:47:56 +10:00
transaction Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00
transparent Fix a clippy redundant range lint 2021-02-17 12:47:56 +10:00
work fix rust beta panic string warnings (#1731) 2021-02-15 07:00:02 +10:00
amount.rs Use collect() to avoid a lint 2021-01-19 11:02:20 -05:00
block.rs Clippy: Use Option::map instead of a manual impl 2021-03-01 23:31:18 -05:00
fmt.rs Inbound `FindBlocks` and `FindHeaders` (#1347) 2020-12-01 07:30:37 +10:00
lib.rs Fix shutdown panics (#1637) 2021-02-03 19:03:28 +10:00
parameters.rs Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00
primitives.rs chain: move Transparent{Input,Output} to transparent 2020-08-17 11:46:34 -07:00
sapling.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
serialization.rs chain: touch up docs 2020-08-17 11:46:34 -07:00
shutdown.rs Fix shutdown panics (#1637) 2021-02-03 19:03:28 +10:00
sprout.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00
transaction.rs Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00
transparent.rs chain: add custom Debug for CoinbaseData 2020-11-21 14:09:15 -05:00
work.rs export proptest impls for use in downstream crates (#1092) 2020-09-23 18:52:52 -07:00