Zebra/zebra-consensus/src
teor af4797130b
Replace Target<block::Height> with TargetHeight (#1289)
We don't use this generic, so let's just remove it.
2020-11-12 16:11:25 -08:00
..
block Add a comment explaining the issues in ZIPs 205 and 208 2020-11-12 12:30:54 +10:00
chain state: don't pre-buffer the service 2020-10-26 12:05:35 -07:00
checkpoint Replace Target<block::Height> with TargetHeight (#1289) 2020-11-12 16:11:25 -08:00
parameters Refactor block target spacing into NetworkUpgrade methods 2020-11-12 12:30:54 +10:00
primitives consensus: add stub groth16::Verifier 2020-10-20 11:16:22 -04:00
transaction Dedupe VerifyTransactionError into TransactionError 2020-10-28 21:44:13 -04:00
block.rs Dedupe VerifyTransactionError into TransactionError 2020-10-28 21:44:13 -04:00
chain.rs consensus: simplify block verify tracing output 2020-10-26 12:05:35 -07:00
checkpoint.rs Replace Target<block::Height> with TargetHeight (#1289) 2020-11-12 16:11:25 -08:00
config.rs consensus: minimize API, clean docs 2020-10-20 11:16:22 -04:00
error.rs Add a comment explaining the issues in ZIPs 205 and 208 2020-11-12 12:30:54 +10:00
lib.rs Remove allow(dead_code) on transaction module] 2020-10-28 21:44:13 -04:00
parameters.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives.rs consensus: add stub groth16::Verifier 2020-10-20 11:16:22 -04:00
script.rs consensus: minimize API, clean docs 2020-10-20 11:16:22 -04:00
transaction.rs Tidy TransactionError 2020-10-28 21:44:13 -04:00