zebra/zebra-consensus/src
Alfredo Garcia 183249d2ed
add checkpoints for release 1.7.0 (#8493)
2024-05-03 13:49:34 +00:00
..
block add(consensus): Adds block construction and validation for NU5 from block height 1 for Regtest (#8475) 2024-05-02 19:43:42 +00:00
checkpoint add checkpoints for release 1.7.0 (#8493) 2024-05-03 13:49:34 +00:00
parameters add(consensus): Adds block construction and validation for NU5 from block height 1 for Regtest (#8475) 2024-05-02 19:43:42 +00:00
primitives fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
router fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
transaction add(consensus): Adds block construction and validation for NU5 from block height 1 for Regtest (#8475) 2024-05-02 19:43:42 +00:00
block.rs add(consensus): Adds `disable_pow` and `genesis_hash` fields, converts `equihash::Solution` to an enum (#8421) 2024-04-26 05:30:36 +00:00
checkpoint.rs add(consensus): Adds `disable_pow` and `genesis_hash` fields, converts `equihash::Solution` to an enum (#8421) 2024-04-26 05:30:36 +00:00
config.rs change(scan): Create a scanner storage database, but don't use it yet (#8031) 2023-11-30 12:59:15 +00:00
error.rs feat(mempool): add ZIP-317 rules to mempool (#6556) 2023-05-02 00:13:33 +00:00
lib.rs change(consensus): Refactor production code for network consensus rules to `Network` methods (#8340) 2024-03-12 21:41:44 +00:00
parameters.rs
primitives.rs cleanup(consensus): Avoid blocking threads by awaiting proof verification results from rayon in async context (#6887) 2023-07-12 21:30:07 +00:00
router.rs add(consensus/network): Add an empty `Parameters` struct in `Network::Testnet` (#8368) 2024-04-17 02:20:34 +00:00
script.rs
transaction.rs fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00