1450 Commits (fae6bb85cf71056aa2541d9bc5cce26946a56945)

Author SHA1 Message Date
Patick Strateman 420fa8143a Do not process tx inv's in blocksonly mode 9 years ago
Peter Todd c277a63ed7
Clarify nLockTime-by-time comment in CheckFinalTx() 9 years ago
Jonas Schnelli d61fcff071
don't enforce maxuploadtargets disconnect for whitelisted peers 9 years ago
Jorge Timón 598e494587 Chainparams: Explicit CChainParams arg for main (pre miner): 9 years ago
Jorge Timón 7267843745 Globals: Make AcceptBlockHeader static (Fix #6163) 9 years ago
Peter Todd 16a2f93629
Fix incorrect locking of mempool during RBF replacement 9 years ago
Suhas Daftuar 73d904009d Improve RBF replacement criteria 9 years ago
Peter Todd b272ecfdb3 Reject replacements that add new unconfirmed inputs 9 years ago
Peter Todd fc8c19a07c Prevent low feerate txs from (directly) replacing high feerate txs 9 years ago
Peter Todd 5891f870d6 Add opt-in full-RBF to mempool 9 years ago
Wladimir J. van der Laan 8f4e67f152 net: Automatically create hidden service, listen on Tor 9 years ago
MarcoFalke 536766c903 [trivial] New DEFAULT_MIN_RELAY_TX_FEE = 1000 9 years ago
Wladimir J. van der Laan 40b77d450d Always allow getheaders from whitelisted peers 9 years ago
Matt Corallo 77f1f59d12 Benchmark sanity checks and fork checks in ConnectBlock 9 years ago
Pieter Wuille 22e780737d Always flush block and undo when switching to new file 9 years ago
Gregory Maxwell e4e5334ef8 Restore MedianTimePast for locktime. 9 years ago
MarcoFalke 53238ff0b1 Clarify what minrelaytxfee does 9 years ago
Alex Morcos 14470f9aa6 ModifyNewCoins saves database lookups 9 years ago
Alex Morcos 33c90cf197 Make skipping BIP30 check chain agnostic 9 years ago
Alex Morcos 06d81ad516 Skip BIP30 check after BIP34 activation 9 years ago
Pieter Wuille 69d373ff66 Don't wipe the sigcache in TestBlockValidity 9 years ago
Gregory Maxwell 40cd32e835 Revert "Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations" 9 years ago
Jorge Timón 87cbdb8b41 Globals: Explicit Consensus::Params arg for main: 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
Mark Friedenbach 9d55050773 Add rules--presently disabled--for using GetMedianTimePast as endpoint for lock-time calculations 9 years ago
Alex Morcos d3b09f6bac Do not allow blockfile pruning during reindex. 9 years ago
Daniel Kraft 53b86d0de5 doc: add comment explaining initial header request 9 years ago
Matt Corallo 9e93640be6 Drop minRelayTxFee to 1000 9 years ago
Matt Corallo d355cf4420 Only call TrimToSize once per reorg/blocks disconnect 9 years ago
Matt Corallo 794a8cec5d Implement on-the-fly mempool size limitation. 9 years ago
Matt Corallo e6c7b362ab Print mempool size in KB when adding txn 9 years ago
Matt Corallo 9c9b66f771 Fix calling mempool directly, instead of pool, in ATMP 9 years ago
Wladimir J. van der Laan 28e3249e53 Bump minrelaytxfee default 9 years ago
Peter Todd 287f54fc90 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Luke Dashjr e761d7a94f Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 9 years ago
Pieter Wuille 3b33ec85ed Avoid duplicate CheckBlock checks 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Suhas Daftuar 5add7a74a6 Track transaction packages in CTxMemPoolEntry 9 years ago
Alex Morcos 131c23d027 Fix locking in GetTransaction. 9 years ago
Jonas Schnelli d76a8acb9b use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 9 years ago
João Barbosa 5624e055b3 Add UpdatedBlockTip signal to CMainSignals and CValidationInterface 9 years ago
Gregory Maxwell 6ecaec395c [Trivial] [logging] Rm extraneous cleansubver in serveral debug messages. 9 years ago
Matt Corallo afb0ccaf9c Add NODE_BLOOM service bit and bump protocol version 9 years ago
Tom Harding 9524c4d35c In (strCommand == "tx"), return if AlreadyHave() 9 years ago
Patrick Strateman 4bac601610 Record nMinPingUsecTime 9 years ago
Wladimir J. van der Laan 7f1f8f5edf Move mempool rejections to new debug category 9 years ago
Wladimir J. van der Laan 66daed5e1b Add information to errors in ConnectBlock, CheckBlock 9 years ago
Wladimir J. van der Laan 6cab808272 Remove most logging from transaction validation 9 years ago
Wladimir J. van der Laan 9003c7cdd8 Add function to convert CValidationState to a human-readable message 9 years ago
Wladimir J. van der Laan dc58258adf Introduce REJECT_INTERNAL codes for local AcceptToMempool errors 9 years ago