62 Commits (5cfdda2503c995cdd563b1a2a29162ac298d173d)

Author SHA1 Message Date
Matt Corallo 7c98ce584e Remove pfrom parameter from ProcessNewBlock 8 years ago
Suhas Daftuar 88c35491ab Fix compact block handling to not ban if block is invalid 8 years ago
Matt Corallo d6ea737be1 Remove network state wipe from UnloadBlockIndex. 8 years ago
Pieter Wuille 3f78562df5 Add DumpMempool and LoadMempool 8 years ago
Pieter Wuille ced7c949e8 Add AcceptToMemoryPoolWithTime function 8 years ago
Geoffrey Tsui d0b01f3a85 Explicitly pass const CChainParams& to LoadBlockIndexDB() 8 years ago
mruddy fc146095d2 RPC: augment getblockchaininfo bip9_softforks data 8 years ago
Pieter Wuille 3ac6de0a04 Align constant names for maximum compact block / blocktxn depth 8 years ago
Matt Corallo a9aec5c24d Use BlockChecked signal to send reject messages from mapBlockSource 8 years ago
Matt Corallo f5efa28393 Remove CConnman parameter from ProcessNewBlock/ActivateBestChain 8 years ago
Matt Corallo fef1010199 Use CValidationInterface from chain logic to notify peer logic 8 years ago
Matt Corallo aefcb7b70c Move net-processing logic definitions together in main.h 8 years ago
Cory Fields 8d58c4d81f net: Pass CConnman around as needed 8 years ago
Pieter Wuille 4424af5190 Predeclare PrecomputedTransactionData as sturct 8 years ago
Pieter Wuille 203f2121be Reduce default number of blocks to check at startup 8 years ago
Pieter Wuille 5127c4f21c Add preciousblock RPC 8 years ago
Pieter Wuille 35fe0393f2 Rename to PrecomputedTransactionData 8 years ago
Pieter Wuille d2c5d044d0 Precompute sighashes 8 years ago
leijurv 1aacfc2da5
various typos 8 years ago
Jorge Timón a6cc299541 Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs 8 years ago
Jorge Timón c8664eeac7 Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckBlock 8 years ago
Pieter Wuille ab942c15bd Treat high-sigop transactions as larger rather than rejecting them 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Jorge Timón 6f3d616dc8 Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and ContextualCheckBlock 8 years ago
Suhas Daftuar 96fa95361f Improve handling of unconnecting headers 8 years ago
Jonas Nick fdb43df23e [qa] Add GetTransactionSigOpCost unit tests 8 years ago
Pieter Wuille 6032f6930a Add rewind logic to deal with post-fork software updates 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille 0ef1dd3e11 Refactor script validation to observe amounts 8 years ago
Pieter Wuille 8b49040854 BIP141: Commitment structure and deployment 8 years ago
Matt Corallo cbda71cf04 Move context-required checks from CheckBlockHeader to Contextual... 8 years ago
Gregory Maxwell 5d0ca81f74 Add recently accepted blocks and txn to AttemptToEvictConnection. 8 years ago
Gregory Maxwell 11cc143895 Adds an expiration time for orphan tx. 8 years ago
BtcDrak ab8be98fdb Remove bad chain alert partition check 8 years ago
Luke Dashjr d3df40e51a Implement BIP 9 GBT changes 8 years ago
Jorge Timón ee9f4a5b15 Consensus: Decouple from chainparams.o and timedata.o 8 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 8 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 8 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 9 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 9 years ago
21E14 c8b92486c4 Remove obsolete reference to CValidationState from UpdateCoins. 9 years ago
face 176869f9b3 Explicitly pass CChainParams to ConnectBlock 9 years ago
Gregory Maxwell f2d3ba7386 Eliminate TX trickle bypass, sort TX invs for privacy and priority. 9 years ago
face d0a6353dec Pass CChainParams to DisconnectTip() 9 years ago
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 9 years ago
Wladimir J. van der Laan 62b9a557fc Reduce block timeout to 10 minutes 9 years ago
Pieter Wuille 2d1d6581ec Track block download times per individual block 9 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members 9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message. 9 years ago
Patrick Strateman c90036f664 Always disconnect old nodes which request filtered connections. 9 years ago