Age | Commit message (Expand) | Author |
2016-11-09 | Remove redundant duplicate-input check from CheckTransaction | Matt Corallo |
2016-11-03 | Fix compact block handling to not ban if block is invalid | Suhas Daftuar |
2016-11-03 | Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2) | Wladimir J. van der Laan |
2016-11-02 | Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB() | Wladimir J. van der Laan |
2016-10-31 | Remove network state wipe from UnloadBlockIndex. | Matt Corallo |
2016-10-31 | Add DumpMempool and LoadMempool | Pieter Wuille |
2016-10-30 | Add AcceptToMemoryPoolWithTime function | Pieter Wuille |
2016-10-25 | Explicitly pass const CChainParams& to LoadBlockIndexDB() | Geoffrey Tsui |
2016-10-19 | RPC: augment getblockchaininfo bip9_softforks data | mruddy |
2016-10-18 | Merge #8865: Decouple peer-processing-logic from block-connection-logic | Wladimir J. van der Laan |
2016-10-18 | Merge #6996: Add preciousblock RPC | Wladimir J. van der Laan |
2016-10-17 | Align constant names for maximum compact block / blocktxn depth | Pieter Wuille |
2016-10-04 | Use BlockChecked signal to send reject messages from mapBlockSource | Matt Corallo |
2016-10-04 | Remove CConnman parameter from ProcessNewBlock/ActivateBestChain | Matt Corallo |
2016-10-04 | Use CValidationInterface from chain logic to notify peer logic | Matt Corallo |
2016-10-04 | Move net-processing logic definitions together in main.h | Matt Corallo |
2016-09-08 | net: Pass CConnman around as needed | Cory Fields |
2016-09-02 | Predeclare PrecomputedTransactionData as sturct | Pieter Wuille |
2016-09-01 | Merge #8524: Precompute sighashes | Pieter Wuille |
2016-08-27 | Reduce default number of blocks to check at startup | Pieter Wuille |
2016-08-26 | Add preciousblock RPC | Pieter Wuille |
2016-08-26 | Rename to PrecomputedTransactionData | Pieter Wuille |
2016-08-16 | Precompute sighashes | Pieter Wuille |
2016-08-14 | various typos | leijurv |
2016-08-01 | Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con... | Pieter Wuille |
2016-08-01 | Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI... | Pieter Wuille |
2016-07-29 | Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs | Jorge Timón |
2016-07-27 | Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB... | Jorge Timón |
2016-07-26 | Merge #8365: Treat high-sigop transactions as larger rather than rejecting them | Wladimir J. van der Laan |
2016-07-21 | Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea... | Wladimir J. van der Laan |
2016-07-19 | Treat high-sigop transactions as larger rather than rejecting them | Pieter Wuille |
2016-07-18 | Rename "block cost" to "block weight" | Suhas Daftuar |
2016-07-17 | Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte... | Jorge Timón |
2016-07-12 | Improve handling of unconnecting headers | Suhas Daftuar |
2016-07-06 | Merge #8275: Remove bad chain alert partition check | Wladimir J. van der Laan |
2016-06-22 | [qa] Add GetTransactionSigOpCost unit tests | Jonas Nick |
2016-06-22 | Add rewind logic to deal with post-fork software updates | Pieter Wuille |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille |
2016-06-22 | Refactor script validation to observe amounts | Pieter Wuille |
2016-06-22 | BIP141: Commitment structure and deployment | Pieter Wuille |
2016-06-22 | Merge #8068: Compact Blocks | Wladimir J. van der Laan |
2016-06-20 | Merge #8179: Evict orphans which are included or precluded by accepted blocks. | Wladimir J. van der Laan |
2016-06-19 | Move context-required checks from CheckBlockHeader to Contextual... | Matt Corallo |
2016-06-15 | Add recently accepted blocks and txn to AttemptToEvictConnection. | Gregory Maxwell |
2016-06-15 | Adds an expiration time for orphan tx. | Gregory Maxwell |
2016-06-14 | Remove bad chain alert partition check | BtcDrak |
2016-06-08 | Merge #7935: Versionbits: GBT support | Pieter Wuille |
2016-06-06 | Implement BIP 9 GBT changes | Luke Dashjr |
2016-05-20 | Consensus: Decouple from chainparams.o and timedata.o | Jorge Timón |
2016-05-17 | Make ProcessNewBlock dbp const and update comment | Pieter Wuille |