aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2016-09-08net: Pass CConnman around as neededCory Fields
2016-09-02Predeclare PrecomputedTransactionData as sturctPieter Wuille
2016-09-01Merge #8524: Precompute sighashesPieter Wuille
2016-08-27Reduce default number of blocks to check at startupPieter Wuille
2016-08-26Rename to PrecomputedTransactionDataPieter Wuille
2016-08-16Precompute sighashesPieter Wuille
2016-08-14various typosleijurv
2016-08-01Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...Pieter Wuille
2016-08-01Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI...Pieter Wuille
2016-07-29Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputsJorge Timón
2016-07-27Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...Jorge Timón
2016-07-26Merge #8365: Treat high-sigop transactions as larger rather than rejecting themWladimir J. van der Laan
2016-07-21Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea...Wladimir J. van der Laan
2016-07-19Treat high-sigop transactions as larger rather than rejecting themPieter Wuille
2016-07-18Rename "block cost" to "block weight"Suhas Daftuar
2016-07-17Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte...Jorge Timón
2016-07-12Improve handling of unconnecting headersSuhas Daftuar
2016-07-06Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan
2016-06-22[qa] Add GetTransactionSigOpCost unit testsJonas Nick
2016-06-22Add rewind logic to deal with post-fork software updatesPieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22Refactor script validation to observe amountsPieter Wuille
2016-06-22BIP141: Commitment structure and deploymentPieter Wuille
2016-06-22Merge #8068: Compact BlocksWladimir J. van der Laan
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-19Move context-required checks from CheckBlockHeader to Contextual...Matt Corallo
2016-06-15Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell
2016-06-15Adds an expiration time for orphan tx.Gregory Maxwell
2016-06-14Remove bad chain alert partition checkBtcDrak
2016-06-08Merge #7935: Versionbits: GBT supportPieter Wuille
2016-06-06Implement BIP 9 GBT changesLuke Dashjr
2016-05-20Consensus: Decouple from chainparams.o and timedata.oJorge Timón
2016-05-17Make ProcessNewBlock dbp const and update commentPieter Wuille
2016-05-16Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell
2016-05-10Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailu...Wladimir J. van der Laan
2016-05-09Rename ReconsiderBlock func to reflect real behaviorinstagibbs
2016-05-09Merge #7976: Remove obsolete reference to CValidationState from UpdateCoins.Wladimir J. van der Laan
2016-05-06Remove state arg from ReconsiderBlockinstagibbs
2016-05-06Merge #7815: Break circular dependency main ↔ txdbWladimir J. van der Laan
2016-05-05Merge #7840: Several performance and privacy improvements to inv/mempool hand...Wladimir J. van der Laan
2016-04-30Remove obsolete reference to CValidationState from UpdateCoins.21E14
2016-04-20Explicitly pass CChainParams to ConnectBlockface
2016-04-20Eliminate TX trickle bypass, sort TX invs for privacy and priority.Gregory Maxwell
2016-04-19Pass CChainParams to DisconnectTip()face
2016-04-15Break circular dependency main ↔ txdbWladimir J. van der Laan
2016-04-07Reduce block timeout to 10 minutesWladimir J. van der Laan
2016-04-07Track block download times per individual blockPieter Wuille
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-03-21Merge #7692: Remove p2p alert systemWladimir J. van der Laan