Zebra/zebra-chain/src/parameters
Alfredo Garcia 9fc2388fbc
Parse ConsensusBranchId into NetworkUpgrade for transaction v5 (#2075)
* add consensus_branch_id field to transaction v5

* clippy

* rustfmt

* replace consensus_branch_id with network_upgrade

* remove unintended test files

* change method name

* some clanups

* add network_upgrade as a constant in tests

* use std in created function

* add comment to manual arbitrary impl

* create custom strategy to deal with NetworkUpgrade

* Add a missing TODO comment

Co-authored-by: teor <teor@riseup.net>
2021-04-29 01:55:29 +00:00
..
genesis.rs Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
network.rs Add the new commit count and git hash to the version (#2038) 2021-04-21 22:14:36 +00:00
network_upgrade.rs Parse ConsensusBranchId into NetworkUpgrade for transaction v5 (#2075) 2021-04-29 01:55:29 +00:00
tests.rs Call `zebra_test::init` where needed. (#1227) 2020-11-10 10:29:25 +10:00
transaction.rs Add transaction version 5 stubs (#1824) 2021-03-04 07:56:41 +10:00