aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | log: Avoid treating remote misbehvior as local system errorMarcoFalke2020-07-151-2/+4
| |/ /
* | | Merge #18984: Remove unnecessary input blockfile SetPosMarcoFalke2020-07-211-1/+0
|\ \ \ | |/ / |/| |
| * | Remove unnecessary blockfile SetPosTom Harding2020-05-151-1/+0
* | | Merge #18990: log: Properly log txs rejected from mempoolMarcoFalke2020-07-141-2/+3
|\ \ \
| * | | log: Properly log txs rejected from mempoolMarcoFalke2020-05-161-2/+3
| |/ /
* | | Merge #19317: Add a left-justified width field to log2_work component for a u...Wladimir J. van der Laan2020-07-091-3/+3
|\ \ \
| * | | Change format of log2_work for uniform output (zero-padded)jmorgan2020-06-211-3/+3
* | | | Merge #19277: util: Add Assert identity functionMarcoFalke2020-07-041-4/+1
|\ \ \ \
| * | | | move-only: Move NDEBUG compile time check to util/checkMarcoFalke2020-06-141-4/+1
* | | | | Merge #19413: refactor: Remove confusing BlockIndex globalMarcoFalke2020-07-031-6/+0
|\ \ \ \ \
| * | | | | refactor: Remove confusing BlockIndex globalMarcoFalke2020-06-291-6/+0
* | | | | | Merge #19331: build: Do not include server symbols in walletWladimir J. van der Laan2020-07-011-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
| | |/ / / | |/| | |
* / | | | Add ChainstateManager::ActiveChainstateMarcoFalke2020-06-191-2/+2
|/ / / /
* | | | refactor: Use AbortError in FatalErrorMarcoFalke2020-06-161-2/+0
* | | | Merge #18927: Pass bilingual_str argument to AbortNode()MarcoFalke2020-06-161-12/+12
|\ \ \ \ | |/ / / |/| | |
| * | | refactor: Add AbortError aliasHennadii Stepanov2020-06-081-5/+6
| * | | Drop MSG_NOPREFIX flagHennadii Stepanov2020-06-041-9/+9
| * | | Pass bilingual_str argument to AbortNode()Hennadii Stepanov2020-06-041-8/+7
* | | | Make SetMiscWarning() accept bilingual_str argumentHennadii Stepanov2020-06-101-12/+12
* | | | Merge #19069: refactor: replace pointers by references within tx_verify.{h,cpp}MarcoFalke2020-06-081-2/+2
|\ \ \ \
| * | | | refactor: replace pointers by references within tx_verify.{h,cpp}Sebastian Falbesoner2020-05-261-2/+2
| | |_|/ | |/| |
* | | | Merge #19005: doc: Add documentation for 'checklevel' argument in 'verifychai...MarcoFalke2020-06-071-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | doc: Add documentation for 'checklevel' argument in 'verifychain' RPC callCalvin Kim2020-06-071-0/+8
* | | | Merge #17994: validation: flush undo files after last block writeWladimir J. van der Laan2020-06-041-9/+27
|\ \ \ \
| * | | | validation: delay flushing undo files in syncing node caseKarl-Johan Alm2020-03-241-9/+27
* | | | | Merge #19142: validation: Make VerifyDB level 4 interruptiblefanquake2020-06-041-9/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | validation: Make VerifyDB level 4 interruptibleMarcoFalke2020-06-031-2/+2
| * | | | validation: Remove unused boost interruption_pointMarcoFalke2020-06-031-7/+1
* | | | | Merge #19088: validation: use std::chrono throughout some validation functionsMarcoFalke2020-06-031-14/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | validation: use std::chrono in IsCurrentForFeeEstimation()fanquake2020-05-281-3/+3
| * | | | validation: use std::chrono in CChainState::FlushStateToDisk()fanquake2020-05-281-11/+11
| | |/ / | |/| |
* | | | Merge #13204: Faster sigcache nonceMarcoFalke2020-06-021-9/+14
|\ \ \ \
| * | | | Use salted hasher instead of nonce in sigcacheJeremy Rubin2020-04-291-9/+14
* | | | | [mempool] Don't throw expected error message when upgradingAmiti Uttarwar2020-05-251-4/+10
| |/ / / |/| | |
* | | | validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-211-3/+4
* | | | validation: Make PruneOneBlockFile() a member of ChainstateManagerMarcoFalke2020-05-211-13/+13
* | | | validation: Make LoadBlockIndex() a member of ChainstateManagerMarcoFalke2020-05-211-7/+7
* | | | refactor: Pass SynchronizationState enum to GUIHennadii Stepanov2020-05-191-3/+10
| |_|/ |/| |
* | | Merge #16224: gui: Bilingual GUI error messagesMarcoFalke2020-05-081-2/+3
|\ \ \
| * | | Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov2020-05-051-2/+3
* | | | Merge #18088: build: ensure we aren't using GNU extensionsfanquake2020-05-051-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Remove use of non-standard zero variadic macrosBen Woosley2020-04-301-5/+5
* | | | Merge #18786: init: Remove boost from ThreadImportWladimir J. van der Laan2020-05-041-5/+3
|\ \ \ \
| * | | | init: Remove boost from ThreadImportMarcoFalke2020-04-271-5/+3
| | |/ / | |/| |
* | | | Merge #18780: validation: add const for minimum witness commitment sizefanquake2020-04-301-2/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | validation: Add minimum witness commitment size constantfanquake2020-04-291-2/+9
| |/ /
* | | Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake2020-04-291-1/+17
|\ \ \ | |/ / |/| |
| * | [mempool] Persist unbroadcast set to mempool.datAmiti Uttarwar2020-04-231-1/+17
* | | [validation] Move validation-only consts to validation.cppJohn Newbery2020-04-231-0/+19