Zebra/zebra-consensus/src
Henry de Valence 2eceff421f consensus: remove incorrect check
This consensus rule is supposed to apply to transactions whose
transparent inputs are the *outputs* of previous coinbase
transactions, not to transactions with coinbase inputs.  Because that
logic is different enough from this logic, and requires different data
flow, it's cleaner to just remove this check for now.
2020-11-21 14:09:15 -05:00
..
block Remove test attributes and allow(dead_code) for test code that tests currently unimplemented functionality 2020-11-21 05:40:25 -05:00
chain state: don't pre-buffer the service 2020-10-26 12:05:35 -07:00
checkpoint Remove test attributes and allow(dead_code) for test code that tests currently unimplemented functionality 2020-11-21 05:40:25 -05:00
parameters Refactor block target spacing into NetworkUpgrade methods 2020-11-12 12:30:54 +10:00
primitives deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00
transaction consensus: remove incorrect check 2020-11-21 14:09:15 -05:00
block.rs consensus: fix span handling in BlockVerifier 2020-11-21 14:09:15 -05:00
chain.rs consensus,state: document cancellation contracts for services 2020-11-17 14:56:27 -08:00
checkpoint.rs consensus: improve checkpoint request replacement diagnostics 2020-11-17 14:56:27 -08:00
config.rs consensus: minimize API, clean docs 2020-10-20 11:16:22 -04:00
error.rs consensus: fix bug in tx input/output presence check 2020-11-21 14:09:15 -05: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: instrument script verification 2020-11-20 17:38:21 -05:00
transaction.rs consensus: remove incorrect check 2020-11-21 14:09:15 -05:00