aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | policy: Treat segwit as always activeMarcoFalke2018-05-291-7/+1
|/ / /
* | | Merge #13151: net: Serve blocks directly from disk when possibleWladimir J. van der Laan2018-05-231-0/+46
|\ \ \ | |_|/ |/| |
| * | net: Serve blocks directly from disk when possibleWladimir J. van der Laan2018-05-151-0/+46
* | | Merge #13023: Fix some concurrency issues in ActivateBestChain()Wladimir J. van der Laan2018-05-161-28/+50
|\ \ \
| * | | Fix concurrency-related bugs in ActivateBestChainJesse Cohen2018-05-121-0/+13
| * | | Do not unlock cs_main in ABC unless we've actually made progress.Matt Corallo2018-05-121-28/+37
* | | | Merge #13199: Bugfix: ensure consistency of m_failed_blocks after reconsiderb...Pieter Wuille2018-05-121-0/+1
|\ \ \ \
| * | | | Bugfix: ensure consistency of m_failed_blocks after reconsiderblockSuhas Daftuar2018-05-091-0/+1
* | | | | Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan2018-05-121-0/+6
|\ \ \ \ \
| * | | | | Policy to reject extremely small transactionsJohnson Lau2018-05-051-0/+6
| | |_|/ / | |/| | |
* | | | | Bugfix: the end of a reorged chain is invalid when connect failsPieter Wuille2018-05-071-2/+3
| |/ / / |/| | |
* | | | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-3/+3
|/ / /
* | | Simplify semantics of ChainStateFlushed callbackMatt Corallo2018-04-271-10/+6
* | | scripted-diff: Rename SetBestChain callback ChainStateFlushedMatt Corallo2018-04-271-1/+1
* | | [index] Move disk IO logic from GetTransaction to TxIndex::FindTx.Jim Posen2018-04-251-21/+1
* | | [validation] Replace tx index code in validation code with TxIndex.Jim Posen2018-04-251-33/+3
* | | Merge #13032: Output values for "min relay fee not met" errorWladimir J. van der Laan2018-04-241-1/+1
|\ \ \
| * | | Output values for "min relay fee not met" errorKristaps Kaupe2018-04-201-1/+1
| |/ /
* | | Merge #13012: [doc] Add comments for chainparams.h, validation.cppWladimir J. van der Laan2018-04-231-0/+16
|\ \ \
| * | | [doc] Add comments for chainparams.h, validation.cppJames O'Beirne2018-04-171-0/+16
* | | | Merge #13020: Consistently log CValidationState on call failureWladimir J. van der Laan2018-04-231-9/+19
|\ \ \ \
| * | | | Consistently log CValidationState on failureBen Woosley2018-04-181-9/+19
* | | | | Merge #13039: Add logging and error handling for file syncingWladimir J. van der Laan2018-04-231-5/+11
|\ \ \ \ \
| * | | | | Add logging and error handling for file syncingWladimir J. van der Laan2018-04-231-5/+11
| | |_|/ / | |/| | |
* | | | | Merge #13016: scripted-diff: Rename CChainState::g_failed_blocks to m_failed_...Wladimir J. van der Laan2018-04-231-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | scripted-diff: Rename CChainState::g_failed_blocks to m_failed_blocksBen Woosley2018-04-181-6/+6
| |/ / /
* | | | Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesisMarcoFalke2018-04-191-5/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Always enforce SCRIPT_VERIFY_WITNESS with P2SHSuhas Daftuar2018-04-131-5/+18
| * | | Separate NULLDUMMY enforcement from SEGWIT enforcementSuhas Daftuar2018-04-131-0/+9
| * | | Use P2SH consensus rules for all blocksSuhas Daftuar2018-04-131-2/+9
* | | | Merge #12988: Hold cs_main while calling UpdatedBlockTip() signalWladimir J. van der Laan2018-04-171-10/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen2018-04-161-10/+9
| |/ /
* | | Merge #12951: [doc] Fix comment in FindForkInGlobalIndexWladimir J. van der Laan2018-04-161-1/+2
|\ \ \ | |/ / |/| |
| * | [doc] Fix comment in FindForkInGlobalIndexJames O'Beirne2018-04-111-1/+2
* | | Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-121-3/+8
|\ \ \ | |/ / |/| |
| * | Modernize best block mutex/cv/hash variable namingPieter Wuille2018-04-031-6/+6
| * | Fix csBestBlock/cvBlockChange waiting in rpc/miningPieter Wuille2018-04-031-1/+6
* | | Document how FlushStateMode::NONE is handledpracticalswift2018-04-111-0/+3
* | | Call FlushStateToDisk(...) regardless of fCheckForPruningpracticalswift2018-04-111-2/+1
* | | Merge #12561: Check for block corruption in ConnectBlock()Wladimir J. van der Laan2018-04-081-1/+8
|\ \ \
| * | | Shut down if trying to connect a corrupted blockSuhas Daftuar2018-03-051-1/+8
* | | | Merge #12891: [logging] add lint-logs.sh to check for newline termination.Wladimir J. van der Laan2018-04-081-4/+4
|\ \ \ \
| * | | | [logging] Comment all continuing logs.John Newbery2018-04-071-4/+4
| | |/ / | |/| |
* / | | doc: Add testmempoolaccept to release-notesMarcoFalke2018-04-021-3/+2
|/ / /
* | | Merge #11742: rpc: Add testmempoolacceptWladimir J. van der Laan2018-04-021-6/+12
|\ \ \
| * | | rpc: Add testmempoolacceptMarcoFalke2018-03-241-6/+12
* | | | Merge #12740: Add native support for serializing char arrays without FLATDATAWladimir J. van der Laan2018-03-301-3/+3
|\ \ \ \
| * | | | Add native support for serializing char arrays without FLATDATAPieter Wuille2018-03-211-3/+3
* | | | | Bugfix: RPC: savemempool: Don't save until LoadMempool() is finishedJorge Timón2018-03-291-0/+1
* | | | | Merge #12798: doc: Refer to witness reserved value as spec. in the BIPWladimir J. van der Laan2018-03-281-4/+4
|\ \ \ \ \