aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #13783: validation: Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-10-271-4/+4
|\ \ \ \
| * | | | Pass tx pool reference into CheckSequenceLocksMarcoFalke2018-09-111-4/+4
* | | | | Merge #12842: Prevent concurrent savemempoolWladimir J. van der Laan2018-10-241-0/+3
|\ \ \ \ \
| * | | | | rpc: Prevent concurrent savemempoolJoão Barbosa2018-10-201-0/+3
| | |/ / / | |/| | |
* / | | | validation: Pass chainparams in AcceptToMemoryPoolWorker(...)practicalswift2018-09-241-1/+1
|/ / / /
* | | | Merge #14214: convert C-style (void) parameter lists to C++ style ()MarcoFalke2018-09-201-2/+2
|\ \ \ \
| * | | | convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-2/+2
* | | | | Fix crash bug with duplicate inputs within a transactionSuhas Daftuar2018-09-171-1/+1
|/ / / /
* | | | Merge #13310: Report progress in ReplayBlocks while rolling forwardWladimir J. van der Laan2018-09-131-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Report progress in ReplayBlocks while rolling forwardJoão Barbosa2018-05-231-0/+1
* | | | Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan2018-09-111-6/+6
|\ \ \ \
| * | | | Drop minor GetSerializeSize templateBen Woosley2018-09-111-2/+2
| * | | | Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-4/+4
* | | | | tx pool: Use class methods to hide raw map iterator impl detailsMarcoFalke2018-09-071-15/+6
* | | | | Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-041-3/+3
|\ \ \ \ \
| * | | | | Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-3/+3
* | | | | | scripted-diff: Small locking renameRussell Yanofsky2018-08-311-2/+2
* | | | | | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan2018-08-311-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use LOCK macros for non-recursive locksRussell Yanofsky2018-08-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge #14097: validation: Log FormatStateMessage on ConnectBlock error in Con...Wladimir J. van der Laan2018-08-291-1/+1
|\ \ \ \ \
| * | | | | validation: Log FormatStateMessage on ConnectBlock error in ConnectTipMarcoFalke2018-08-281-1/+1
| | |/ / / | |/| | |
* | | | | Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan2018-08-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | scripted-diff: Remove unused first argument to addUncheckedMarcoFalke2018-07-301-1/+1
| |/ / /
* | | / Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-14/+15
| |_|/ |/| |
* | | Merge #13527: policy: Remove promiscuousmempoolflagsWladimir J. van der Laan2018-08-071-17/+2
|\ \ \ | |/ / |/| |
| * | policy: Remove promiscuousmempoolflagsMarcoFalke2018-06-231-17/+2
* | | Return void instead of bool for functions that cannot failpracticalswift2018-07-271-4/+4
* | | Removes the boost/algorithm/string/join dependency2512018-07-211-5/+11
* | | Merge #13680: [doc] Remove outdated comment about miner ignoring CPFPWladimir J. van der Laan2018-07-171-7/+5
|\ \ \
| * | | [doc] Remove outdated comment about mining code ignoring CPFPJames O'Beirne2018-07-161-7/+5
* | | | Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin...Pieter Wuille2018-07-131-0/+9
|\ \ \ \
| * | | | During IBD, when doing pruning, prune 10% extra to avoid pruning again soon a...Luke Dashjr2017-11-111-0/+9
* | | | | Merge #13481: doc: Rewrite some validation docs as lock annotationsWladimir J. van der Laan2018-07-091-15/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | doc: Rewrite some validation doc as lock annotationsMarcoFalke2018-06-181-15/+15
* | | | | Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan2018-07-041-2/+2
|\ \ \ \ \
| * | | | | Break circular dependency: init -> * -> init by extracting shutdown.hBen Woosley2018-06-251-2/+2
* | | | | | Merge #13431: validation: count blocks correctly for check level < 3MarcoFalke2018-06-301-7/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | validation: count blocks correctly for check level < 3Karl-Johan Alm2018-06-151-7/+7
* | | | | | Merge #13480: Avoid copies in range-for loops and add a warning to detect themWladimir J. van der Laan2018-06-241-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cleanup: avoid hidden copies in range-for loopsCory Fields2018-06-151-2/+2
* | | | | | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblockJonas Schnelli2018-06-191-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Only set fNewBlock to true in AcceptBlock when we write to diskMatt Corallo2018-06-111-1/+1
* | | | | | Merge #13412: Make ReceivedBlockTransactions return voidWladimir J. van der Laan2018-06-181-9/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make ReceivedBlockTransactions return voidMarcoFalke2018-06-071-9/+4
| |/ / / /
* | | | | Merge #13241: scripted-diff: Avoid temporary copies when looping over std::mapMarcoFalke2018-06-151-2/+2
|\ \ \ \ \
| * | | | | scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-2/+2
| |/ / / /
* | | | | Merge #13402: Document validationinterace callback blocking deadlock potential.MarcoFalke2018-06-151-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Document validationinterace callback blocking deadlock potential.Matt Corallo2018-06-051-0/+3
| |/ / /
* | | | Merge #13428: validation: check the specified number of blocks (off-by-one)Wladimir J. van der Laan2018-06-131-1/+1
|\ \ \ \
| * | | | validation: check the specified number of blocks (off-by-one)Karl-Johan Alm2018-06-111-1/+1
| |/ / /