Age | Commit message (Expand) | Author |
2017-05-03 | Merge #9966: Control mempool persistence using a command line parameter | Wladimir J. van der Laan |
2017-04-27 | Add -stopatheight for benchmarking | Pieter Wuille |
2017-04-20 | Merge #10181: Include cleanup | Wladimir J. van der Laan |
2017-04-20 | Merge #9942: Refactor CBlockPolicyEstimator | Wladimir J. van der Laan |
2017-04-13 | Trivial: Remove unneeded includes from .h: | Jorge Timón |
2017-04-10 | Make DisconnectBlock and ConnectBlock static in validation.cpp | Matt Corallo |
2017-04-10 | Make feeEstimator its own global instance of CBlockPolicyEstimator | Alex Morcos |
2017-04-03 | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan |
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan |
2017-03-22 | Control mempool persistence using a command line parameter. | John Newbery |
2017-03-19 | Fix parameter naming inconsistencies between .h and .cpp files | practicalswift |
2017-03-03 | No longer allow "free" transactions | Alex Morcos |
2017-02-17 | Return errors from importmulti if complete rescans are not successful | Russell Yanofsky |
2017-01-19 | Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa... | Wladimir J. van der Laan |
2017-01-16 | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ... | Pieter Wuille |
2017-01-13 | Merge #9375: Relay compact block messages prior to full block connection | Pieter Wuille |
2017-01-13 | Introduce assumevalid setting to skip presumed valid scripts. | Gregory Maxwell |
2017-01-12 | Merge #9472: Disentangle progress estimation from checkpoints and update it | Wladimir J. van der Laan |
2017-01-10 | Add pruneblockchain RPC to enable manual block file pruning. | mrbandrews |
2017-01-09 | Make ATMP optionally return the CTransactionRefs it replaced | Matt Corallo |
2017-01-09 | Move ORPHAN constants from validation.h to net_processing.h | Matt Corallo |
2017-01-05 | Merge #9138: Improve fee estimation | Pieter Wuille |
2017-01-05 | Merge #9312: Increase mempool expiry time to 2 weeks | Wladimir J. van der Laan |
2017-01-04 | Remove SIGCHECK_VERIFICATION_FACTOR | Pieter Wuille |
2017-01-04 | Move tx estimation data out of CCheckPointData | Pieter Wuille |
2017-01-04 | [MOVEONLY] Move progress estimation out of checkpoints | Pieter Wuille |
2017-01-04 | Make CBlockIndex*es in net_processing const | Matt Corallo |
2017-01-04 | Add clarifying comments to fee estimation | Alex Morcos |
2017-01-04 | Add IsCurrentForFeeEstimatation | Alex Morcos |
2017-01-04 | Merge #9283: A few more CTransactionRef optimizations | Wladimir J. van der Laan |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-21 | Make AcceptToMemoryPool take CTransactionRef | Pieter Wuille |
2016-12-19 | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw... | Wladimir J. van der Laan |
2016-12-14 | Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock | Wladimir J. van der Laan |
2016-12-09 | Increase mempool expiry time to 2 weeks | Alex Morcos |
2016-12-05 | Merge #9014: Fix block-connection performance regression | Wladimir J. van der Laan |
2016-12-04 | Remove unused CDiskBlockPos* argument from ProcessNewBlock | Matt Corallo |
2016-12-04 | Switch pblock in ProcessNewBlock to a shared_ptr | Matt Corallo |
2016-12-04 | Make the optional pblock in ActivateBestChain a shared_ptr | Matt Corallo |
2016-12-03 | Make QT runawayException call GetWarnings instead of directly access strMiscW... | Gregory Maxwell |
2016-12-02 | Switch GetTransaction to returning a CTransactionRef | Pieter Wuille |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo |