aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2016-09-21various typosleijurv
2016-09-09Reduce default number of blocks to check at startupPieter Wuille
2016-09-07Precompute sighashesPieter Wuille
2016-07-31Treat high-sigop transactions as larger rather than rejecting themPieter Wuille
2016-07-19Rename "block cost" to "block weight"Suhas Daftuar
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
2016-03-21Merge #7708: De-neuter NODE_BLOOMWladimir J. van der Laan
2016-03-18Always disconnect old nodes which request filtered connections.Patrick Strateman
2016-03-18Remove `-alerts` optionBtcDrak
2016-03-18Merge #7575: Minimal BIP9 implementationWladimir J. van der Laan
2016-03-16Add LockPointsAlex Morcos
2016-03-15Softfork status report in RPCPieter Wuille
2016-03-15BIP9 ImplementationPieter Wuille
2016-02-16Merge #7509: Common argument defaults for NODE_BLOOM stuff and -walletWladimir J. van der Laan
2016-02-12Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan
2016-02-11fix sdaftuar's nits againAlex Morcos
2016-02-11Common argument defaults for NODE_BLOOM stuff and -walletLuke Dashjr