aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #16908: txmempool: Make entry time type-safe (std::chrono)Wladimir J. van der Laan2019-10-021-6/+6
|\ \ \
| * | | txmempool: Make entry time type-safe (std::chrono)MarcoFalke2019-09-231-6/+6
* | | | Merge #16849: Fix block index inconsistency in InvalidateBlock()Wladimir J. van der Laan2019-10-021-2/+52
|\ \ \ \
| * | | | Fix block index inconsistency in InvalidateBlock()Suhas Daftuar2019-09-101-2/+52
* | | | | Merge #16713: Ignore old versionbit activations to avoid 'unknown softforks' ...MarcoFalke2019-09-271-1/+2
|\ \ \ \ \
| * | | | | Ignore old versionbit activationsAnthony Towns2019-09-051-1/+2
* | | | | | validation: Make GetWitnessCommitmentIndex publicMarcoFalke2019-09-241-3/+1
| |_|/ / / |/| | | |
* | | | | Merge #16743: refactor: move LoadChainTip/RelayBlocks under CChainStateMarcoFalke2019-09-191-17/+17
|\ \ \ \ \
| * | | | | refactoring: move ReplayBlocks under CChainStateJames O'Beirne2019-09-171-7/+4
| * | | | | refactoring: move LoadChainTip to CChainState methodJames O'Beirne2019-09-171-10/+13
* | | | | | Merge #16885: doc: Update tx-size-small comment with relevant CVE disclosurefanquake2019-09-191-1/+2
|\ \ \ \ \ \
| * | | | | | Update tx-size-small comment with relevant CVE disclosureGregory Sanders2019-09-181-1/+2
| |/ / / / /
* | | | | | Merge #16400: refactor: Rewrite AcceptToMemoryPoolWorker() using smaller partsWladimir J. van der Laan2019-09-181-346/+499
|\ \ \ \ \ \
| * | | | | | [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller partsSuhas Daftuar2019-09-161-346/+499
| |/ / / / /
* | | | | | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...Wladimir J. van der Laan2019-09-181-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added comments referencing multiple CVEs in tests and production code.lucash-dev2019-06-021-1/+2
* | | | | | Merge #16757: doc: CChainState return valuesWladimir J. van der Laan2019-09-161-10/+5
|\ \ \ \ \ \
| * | | | | | doc: move-only ActivateBestChain doxygen comment to headerMarcoFalke2019-09-101-11/+0
| * | | | | | doc: ActivateBestChainStep return valueMarcoFalke2019-09-031-1/+7
* | | | | | | Prevent UpdateTip log message from being broken upSteven Roose2019-09-121-5/+3
| |_|_|/ / / |/| | | | |
* | | | | | Merge #16421: Conservatively accept RBF bumps bumping one tx at the package l...fanquake2019-09-071-1/+43
|\ \ \ \ \ \
| * | | | | | Conservatively accept RBF bumps bumping one tx at the package limitsMatt Corallo2019-09-041-1/+43
* | | | | | | Merge #16793: refactor: Avoid locking cs_main in ProcessNewBlockHeadersMarcoFalke2019-09-061-1/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | refactor: Avoid locking cs_main in ProcessNewBlockHeadersJoão Barbosa2019-09-061-1/+0
* | | | | | | Merge #16774: Avoid unnecessary "Synchronizing blockheaders" log messagesMarcoFalke2019-09-031-3/+3
|\| | | | | | | |_|_|_|/ / |/| | | | |
| * | | | | Avoid unnecessary "Synchronizing blockheaders" log messagesJonas Schnelli2019-08-311-3/+3
* | | | | | Merge #13868: Remove unused fScriptChecks parameter from CheckInputsfanquake2019-09-021-85/+81
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove unused fScriptChecks parameter from CheckInputsMatt Corallo2019-08-261-85/+81
| | |/ / / | |/| | |
* | | | | Merge #15615: Add log output during initial header syncWladimir J. van der Laan2019-08-291-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add log output during initial header syncJonas Schnelli2019-06-131-0/+6
* | | | | Merge #16060: Bury bip9 deploymentsMarcoFalke2019-08-151-18/+13
|\ \ \ \ \
| * | | | | [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-12/+7
| * | | | | [Consensus] Bury CSV deployment heightJohn Newbery2019-08-141-6/+6
| | |/ / / | |/| | |
* | | | | Cover UTXO set access with lock annotationsJames O'Beirne2019-08-151-2/+5
* | | | | refactor: have CCoins* data managed under CChainStateJames O'Beirne2019-08-151-6/+45
* | | | | refactor: pcoinsTip -> CChainState::CoinsTip()James O'Beirne2019-08-061-22/+25
|/ / / /
* | | | [mempool] log correct messages when CPFP failsJohn Newbery2019-07-261-1/+3
* | | | Merge #15305: [validation] Crash if disconnecting a block failsfanquake2019-07-251-1/+6
|\ \ \ \
| * | | | [validation] Crash if disconnecting a block failsSuhas Daftuar2019-06-051-1/+6
* | | | | scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-12/+12
* | | | | Refactor out translation.hHennadii Stepanov2019-07-241-0/+1
* | | | | Merge #15681: [mempool] Allow one extra single-ancestor transaction per packageWladimir J. van der Laan2019-07-191-1/+15
|\ \ \ \ \
| * | | | | [mempool] Allow one extra single-ancestor transaction per packageMatt Corallo2019-07-091-1/+15
* | | | | | refactoring: remove mapBlockIndex globalJames O'Beirne2019-07-081-22/+33
* | | | | | refactoring: make pindexBestInvalid internal to validation.cppJames O'Beirne2019-07-081-1/+1
* | | | | | refactoring: add block_index_candidates arg to LoadBlockIndexJames O'Beirne2019-07-081-4/+9
* | | | | | refactoring: move block metadata structures into BlockManagerJames O'Beirne2019-07-081-68/+77
* | | | | | [build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)Sjors Provoost2019-07-051-1/+1
* | | | | | Merge #15457: Check std::system for -[alert|block|wallet]notifyWladimir J. van der Laan2019-07-051-0/+2
|\ \ \ \ \ \
| * | | | | | [build]: check std::system for -[alert|block|wallet]notifySjors Provoost2019-06-061-0/+2