Zebra/zebra-consensus/src
teor 3d2c5ef290
fix(concurrency): Use Arc::into_inner() to avoid potential concurrency issues, needs Rust 1.70 (#7032)
* Use Arc::into_inner() to avoid potential concurrency issues

* Remove some outdated clippy lint workarounds (fixed in Rust 1.66)

* Update the required Rust version to 1.70
2023-06-21 20:44:53 +00:00
..
block rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
checkpoint change(checkpoints): Update checkpoints for 1.0.0 (#6884) 2023-06-13 05:39:42 +00:00
parameters change(chain): Refactor the handling of height differences (#6330) 2023-03-29 23:06:31 +00:00
primitives change: Rename tower-batch to tower-batch-control (#6907) 2023-06-12 03:59:10 +00:00
router git ls-tree --full-tree -r --name-only HEAD | xargs sed -i -e 's/router_verifier/block_verifier_router/g' (#6998) 2023-06-20 07:11:04 +00:00
transaction Increase the the number of test cases (#6921) 2023-06-12 22:10:09 +00:00
block.rs fix(concurrency): Use Arc::into_inner() to avoid potential concurrency issues, needs Rust 1.70 (#7032) 2023-06-21 20:44:53 +00:00
checkpoint.rs rename(state): do additional renaming for clarification purposes (#6967) 2023-06-15 05:12:45 +00:00
config.rs feat(ui): Add a terminal-based progress bar to Zebra (#6235) 2023-04-13 08:42:17 +00:00
error.rs feat(mempool): add ZIP-317 rules to mempool (#6556) 2023-05-02 00:13:33 +00:00
lib.rs rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
parameters.rs Remove duplicate and redundant consensus parameter code (#4760) 2022-07-22 16:33:26 +00:00
primitives.rs fix(batch): Improve batch verifier async, correctness, and performance (#4750) 2022-07-18 08:41:18 +10:00
router.rs rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +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 rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00