Zebra/zebra-consensus/src
teor 92eb92d1dd
Disable the nightly clippy unnecessary_wraps lint (#1403)
It seems to be a bit broken - some of our functions return `Result` for
consistency with similar functions. But the lint picks them up anyway.
2020-12-01 12:20:57 +10:00
..
block consensus: check for duplicate transactions in blocks 2020-12-01 10:14:44 +10:00
chain state: don't pre-buffer the service 2020-10-26 12:05:35 -07:00
checkpoint state: introduce PreparedBlock, FinalizedBlock 2020-11-23 14:16:39 +10:00
parameters Refactor block target spacing into NetworkUpgrade methods 2020-11-12 12:30:54 +10:00
primitives I before E except after C (or uh, not-english) 2020-11-24 22:23:57 -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 consensus: tidy merkle validation in checkpointer 2020-12-01 10:14:44 +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 Disable the nightly clippy unnecessary_wraps lint (#1403) 2020-12-01 12:20:57 +10: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 Decrease the UTXO request timeout (#1407) 2020-12-01 10:12:25 +10:00
transaction.rs consensus: ignore sighash-derived checks until #1377 2020-11-24 16:28:22 -08:00