zebra/zebra-consensus/src
Alfredo Garcia b06a1221cb
deps(zcash_proofs): Update zcash_proofs from 0.13.0-rc.1 to 0.14.0 (#8527)
* update zcash_proofs to 0.14 using custom sapling

* remove OnceLock

* Copies `parse_parameters()` function and other private functions it depends on from `zcash_proofs` (#8548)

* add links to copied code

* use upstream proofs and sapling

---------

Co-authored-by: Arya <aryasolhi@gmail.com>
2024-05-21 18:24:29 +00:00
..
block add(consensus): Add `slow_start_{interval/shift}` fields to `testnet::Parameters` (#8477) 2024-05-08 17:14:54 +00:00
checkpoint change(consensus): Allow configurable NU5 activation height on Regtest (#8505) 2024-05-08 14:46:13 +00:00
parameters add(consensus): Add `slow_start_{interval/shift}` fields to `testnet::Parameters` (#8477) 2024-05-08 17:14:54 +00:00
primitives deps(zcash_proofs): Update zcash_proofs from 0.13.0-rc.1 to 0.14.0 (#8527) 2024-05-21 18:24:29 +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): Add a `target_difficulty_limit` field on `testnet::Parameters` (#8518) 2024-05-17 23:06:08 +00:00
checkpoint.rs add(consensus): Add a `target_difficulty_limit` field on `testnet::Parameters` (#8518) 2024-05-17 23:06:08 +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 add(consensus): Add a `target_difficulty_limit` field on `testnet::Parameters` (#8518) 2024-05-17 23:06:08 +00:00
parameters.rs Remove duplicate and redundant consensus parameter code (#4760) 2022-07-22 16:33:26 +00:00
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 refactor: address comments from #3415: Prepare for changes in ZIP-244 (#3446) 2022-02-01 06:24:08 +00:00
transaction.rs fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00