Age | Commit message (Expand) | Author |
2017-03-03 | Define 7200 second timestamp window constant | Russell Yanofsky |
2017-02-22 | Merge #9773: Return errors from importmulti if complete rescans are not succe... | Wladimir J. van der Laan |
2017-02-22 | Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction | Wladimir J. van der Laan |
2017-02-21 | Removed redundant parameter from mempool.PrioritiseTransaction | gubatron |
2017-02-20 | Read/write mempool.dat as a binary. | Pavel JanÃk |
2017-02-18 | Merge #9696: [trivial] Fix recently introduced typos in comments | MarcoFalke |
2017-02-17 | Return errors from importmulti if complete rescans are not successful | Russell Yanofsky |
2017-02-15 | Harden against mistakes handling invalid blocks | Suhas Daftuar |
2017-02-14 | [trivial] Fix recently introduced typos in comments | practicalswift |
2017-01-30 | Merge #9644: [refactor] Remove using namespace <xxx> from src/ | MarcoFalke |
2017-01-30 | Merge #9615: Wallet incremental fee | Wladimir J. van der Laan |
2017-01-27 | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm |
2017-01-26 | Merge #9519: Exclude RBF replacement txs from fee estimation | Wladimir J. van der Laan |
2017-01-24 | [Trivial] fix logging typo in FlushStateToDisk() | John Newbery |
2017-01-23 | Introduce MemPoolConflictRemovalTracker | Alex Morcos |
2017-01-23 | mempool: add notification for added/removed entries | Wladimir J. van der Laan |
2017-01-23 | Merge #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool | Pieter Wuille |
2017-01-23 | Merge #9511: Don't overwrite validation state with corruption check | Wladimir J. van der Laan |
2017-01-20 | Exclude RBF txs from fee estimation | Alex Morcos |
2017-01-19 | [bugfix] save feeDelta instead of priorityDelta in DumpMempool | Alex Morcos |
2017-01-19 | Use incrementalRelayFee for BIP 125 replacement | Alex Morcos |
2017-01-19 | Move wallet callbacks into cs_main (this effectively reverts #7946) | Matt Corallo |
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 #9490: Replace FindLatestBefore used by importmuti with FindEarliestAtL... | 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 | Add comment to describe callers to ActivateBestChain | Matt Corallo |
2017-01-12 | Replace FindLatestBefore used by importmuti with FindEarliestAtLeast. | Gregory Maxwell |
2017-01-12 | Merge #9472: Disentangle progress estimation from checkpoints and update it | Wladimir J. van der Laan |
2017-01-11 | Use a temp pindex to avoid a const_cast in ProcessNewBlockHeaders | Matt Corallo |
2017-01-11 | Shorten variable names and switch to tx/s | Pieter Wuille |
2017-01-10 | Don't overwrite validation state with corruption check | Alex Morcos |
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-06 | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille |
2017-01-05 | Merge #9138: Improve fee estimation | Pieter Wuille |
2017-01-05 | Merge #8610: Share unused mempool memory with coincache | Pieter Wuille |
2017-01-05 | Add a CValidationInterface::NewPoWValidBlock callback | Matt Corallo |
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 | Call AcceptBlock with the block's shared_ptr instead of CBlock& | Matt Corallo |
2017-01-04 | Make CBlockIndex*es in net_processing const | Matt Corallo |
2017-01-04 | Merge #9107: Safer modify new coins | Pieter Wuille |
2017-01-04 | Add IsCurrentForFeeEstimatation | Alex Morcos |
2017-01-04 | Always update fee estimates on new blocks. | Alex Morcos |
2017-01-04 | Remove member variable hadNoDependencies from CTxMemPoolEntry | Alex Morcos |
2017-01-04 | Don't track transactions at all during IBD. | Alex Morcos |
2017-01-04 | Fix dangerous condition in ModifyNewCoins. | Alex Morcos |