Zebra/zebra-consensus/src
Conrado Gouvea 84f2c07fbc
Ignore AlreadyInChain error in the syncer (#2890)
* Ignore AlreadyInChain error in the syncer

* Split Cancelled errors; add them to should_restart_sync exceptions

* Also filter 'block is already comitted'; try to detect a wrong downcast
2021-10-20 11:07:19 +10:00
..
block Handle zero transaction expirations (#2782) 2021-09-22 13:44:52 +10:00
chain Return a transaction verifier from `zebra_consensus::init` (#2665) 2021-08-25 15:07:26 +00:00
checkpoint Add `zebra_state::init_test` helper function for tests (#2539) 2021-07-28 20:55:01 -03:00
parameters Replace smart quotes with ascii quotes 2021-03-15 03:18:10 -04:00
primitives Fix or disable recent nightly clippy lints (#2817) 2021-10-01 15:26:06 +00:00
transaction Store the transaction fee in the mempool storage (#2885) 2021-10-18 11:24:37 +10:00
block.rs Ignore AlreadyInChain error in the syncer (#2890) 2021-10-20 11:07:19 +10:00
chain.rs Return a transaction verifier from `zebra_consensus::init` (#2665) 2021-08-25 15:07:26 +00:00
checkpoint.rs Ignore AlreadyInChain error in the syncer (#2890) 2021-10-20 11:07:19 +10:00
config.rs Allow deliberate instances of the clippy::derivable_impls lint (#2788) 2021-09-22 10:43:27 -03:00
error.rs Return transaction fee (#2876) 2021-10-15 07:15:10 +10:00
lib.rs Ignore AlreadyInChain error in the syncer (#2890) 2021-10-20 11:07:19 +10:00
parameters.rs move genesis parameters to zebra-chain (#1151) 2020-10-12 14:08:23 -07:00
primitives.rs Merge pull request #2318 from ZcashFoundation/redpallas-verifier 2021-07-02 02:50:23 -04:00
script.rs Send looked up UTXOs to the transaction verifier (#2849) 2021-10-12 00:25:20 +00:00
transaction.rs Store the transaction fee in the mempool storage (#2885) 2021-10-18 11:24:37 +10:00