1258 Commits (6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2)

Author SHA1 Message Date
Jonas Schnelli 012fc91511
NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* 9 years ago
Jorge Timón cb491e7788 Trivial: Fix warning introduced by #7053 by casting to uint64_t 9 years ago
Suhas Daftuar 50262d8953 Allow block announcements with headers 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Pieter Wuille 086ee67d83 Switch to a more efficient rolling Bloom filter 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Pieter Wuille a9f3d3db5c Fix and improve relay from whitelisted peers 9 years ago
Patick Strateman 0f4dc53fd6 Add enforcenodebloom option. 9 years ago
Patick Strateman b3caa9b7fa Move bloom filter filtering logic outside of command "switch" (giant if/else). 9 years ago
Jorge Timón 2e29e7e247 Globals: Remove a bunch of Params() calls from main.cpp: 9 years ago
Gregory Maxwell ebb25f4c23 Limit setAskFor and retire requested entries only when a getdata returns. 9 years ago
kazcw 5029698186 prevent peer flooding request queue for an inv 9 years ago
Patick Strateman 80ae230a52 Improve log messages for blocks only violations. 9 years ago
Patick Strateman d8aaa51bec Bail early in processing transactions in blocks only mode. 9 years ago
Patick Strateman 3587f6a024 Fix relay mechanism for whitelisted peers under blocks only mode. 9 years ago
Alex Morcos c0353064dd Change GetPriority calculation. 9 years ago
Alex Morcos 8504867b14 Save the last unnecessary database read 9 years ago
Alex Morcos e855b0152f Fix debug log message for block files 9 years ago
Eric Lombrozo 4d29032a64 Fixed integer comparison warning. 9 years ago
Patick Strateman 71a2683f4b Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constants 9 years ago
Patick Strateman 3a964973fe Add whitelistalwaysrelay option 9 years ago
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