zebra/zebra-consensus/src
Jane Lusby cfc339e8ea
export new precompute api in zebra-script (#1493)
* export new precompute api in zebra-script
* remove old API in favor of precompute API
* add multi use test cases and bump version
* update implementation to actually match henry's design
* Add safety comment for zebra-script

Co-authored-by: teor <teor@riseup.net>
2020-12-18 13:18:28 +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 Add documentation to zebra-utils and checkpoint generation (#1491) 2020-12-14 11:34:22 +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 export new precompute api in zebra-script (#1493) 2020-12-18 13:18:28 +10:00
transaction.rs export new precompute api in zebra-script (#1493) 2020-12-18 13:18:28 +10:00