Zebra/zebra-consensus/src/block
Henry de Valence 4906a191f9 consensus: check for duplicate transactions in blocks
Change the Merkle root validation logic to also check that a block does not
contain duplicate transactions.  This check is redundant with later
double-spend checks, but is a useful defense-in-depth.
2020-12-01 10:14:44 +10:00
..
subsidy Call `zebra_test::init` where needed. (#1227) 2020-11-10 10:29:25 +10:00
check.rs consensus: check for duplicate transactions in blocks 2020-12-01 10:14:44 +10:00
subsidy.rs Block Subsidy and Founders Reward Amounts (#1051) 2020-10-13 06:54:48 +10:00
tests.rs Remove test attributes and allow(dead_code) for test code that tests currently unimplemented functionality 2020-11-21 05:40:25 -05:00