zebra/zebra-consensus/src
Conrado Gouvea a3bb1e2e05
change(diagnostics): Updates error messages to include inner error types (#9066)
* add: add consensus validation reason to error messages

* add additional instances
2024-12-04 18:45:10 +00:00
..
block add(mempool): Verify transactions with unmined inputs in the mempool (#8857) 2024-11-18 12:16:21 +00:00
checkpoint chore: Update Mainnet and Testnet checkpoints (#8968) 2024-10-25 14:35:14 +00:00
primitives deps(zcash_proofs): Update zcash_proofs from 0.13.0-rc.1 to 0.14.0 (#8527) 2024-05-21 18:24:29 +00:00
router add(mempool): Verify transactions with unmined inputs in the mempool (#8857) 2024-11-18 12:16:21 +00:00
transaction add(mempool): Verify transactions with unmined inputs in the mempool (#8857) 2024-11-18 12:16:21 +00:00
block.rs change(diagnostics): Updates error messages to include inner error types (#9066) 2024-12-04 18:45:10 +00:00
checkpoint.rs change(diagnostics): Updates error messages to include inner error types (#9066) 2024-12-04 18:45:10 +00:00
config.rs change(scan): Create a scanner storage database, but don't use it yet (#8031) 2023-11-30 12:59:15 +00:00
error.rs change(diagnostics): Updates error messages to include inner error types (#9066) 2024-12-04 18:45:10 +00:00
lib.rs change: Track the balance of the deferred chain value pool (#8729) 2024-08-05 20:30:47 +00:00
primitives.rs cleanup(consensus): Avoid blocking threads by awaiting proof verification results from rayon in async context (#6887) 2023-07-12 21:30:07 +00:00
router.rs add(mempool): Verify transactions with unmined inputs in the mempool (#8857) 2024-11-18 12:16:21 +00:00
script.rs
transaction.rs change(mempool): Return verification result after attempting to insert transactions in the mempool (#9067) 2024-12-04 13:53:06 +00:00