Zebra/zebra-consensus/src
teor 132c7fe4a5 Add a comment about a mempool request bug
Transaction verifier mempool requests should take the next block height,
because some consensus rules depend on the exact height.

See #1683.
2021-02-05 16:40:34 -05:00
..
block Fix clippy "unnecessary Vec::push" lints 2021-01-22 11:51:30 -08:00
chain state: don't pre-buffer the service 2020-10-26 12:05:35 -07:00
checkpoint Fix clippy "unnecessary Ok" lints 2021-01-22 11:51:30 -08:00
parameters Refactor block target spacing into NetworkUpgrade methods 2020-11-12 12:30:54 +10:00
primitives Implement Async Batch verification API for groth16 2021-02-05 14:52:48 -05:00
transaction consensus: remove incorrect check 2020-11-21 14:09:15 -05:00
block.rs consensus: check Merkle root immediately after difficulty 2020-12-01 10:14:44 +10:00
chain.rs consensus,state: document cancellation contracts for services 2020-11-17 14:56:27 -08:00
checkpoint.rs Fix shutdown panics (#1637) 2021-02-03 19:03:28 +10:00
config.rs consensus: minimize API, clean docs 2020-10-20 11:16:22 -04:00
error.rs consensus: check for duplicate transactions in blocks 2020-12-01 10:14:44 +10:00
lib.rs Use the rustc unknown lints attribute 2021-01-19 11:02:20 -05:00
parameters.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives.rs Implement Async Batch verification API for groth16 2021-02-05 14:52:48 -05:00
script.rs Remove an outdated comment in the script verifier (#1680) 2021-02-04 09:48:00 +10:00
transaction.rs Add a comment about a mempool request bug 2021-02-05 16:40:34 -05:00