1287 Commits (76da7613517d05aca31c2cee42b5ebf3d5c54974)

Author SHA1 Message Date
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
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Daniel Kraft 69c3bde448 Add some const declarations where they are appropriate. 9 years ago
Wladimir J. van der Laan 5922b6774e Add assertion and cast before sending reject code 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 9 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 9 years ago
Wladimir J. van der Laan a8d0407c4f Move recentRejects initialization to top of InitBlockIndex 9 years ago
Peter Todd 0847d9cb5f
Keep track of recently rejected transactions 9 years ago
Pieter Wuille eddaba7b56
Revert "Cache transaction validation successes" 9 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 9 years ago