8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
Pieter Wuille ecc7c82361
Move fPayAtLeastCustomFee function to CC 9 years ago
Gregory Maxwell d41e44c9ac Actually only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman b6a0da45db Only use filterInventoryKnown with MSG_TX inventory messages. 9 years ago
Patick Strateman 6b849350ab Rename setInventoryKnown filterInventoryKnown 9 years ago
Gregory Maxwell e20672479e Remove mruset as it is no longer used. 9 years ago
Gregory Maxwell ec73ef37ec Replace setInventoryKnown with a rolling bloom filter. 9 years ago
Daniel Cousens 4531fc4272 torcontrol: only output disconnect if -debug=tor 9 years ago
Jonas Schnelli 9af5f9cb87
Move uiInterface.NotifyBlockTip signal above the core/wallet signal 9 years ago
Jonas Schnelli 4082e46603
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal 9 years ago
Jonas Schnelli 947d20b84a
[Qt] reduce cs_main in getVerificationProgress() 9 years ago
Jonas Schnelli e6d50fcdec
[Qt] update block tip (height and date) without locking cs_main, update always (each block) 9 years ago
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
Gregory Sanders d52fbf00e3 Added additional config option for multiple RPC users. 9 years ago
Pieter Wuille 9ac63d6d30 Keep track of explicit wallet conflicts instead of using mempool 9 years ago
Suhas Daftuar 50262d8953 Allow block announcements with headers 9 years ago
Ryan Havar 4b89f01d72 Default fPayAtLeastCustomFee to false 9 years ago
Luke Dashjr a6cbc02b6b Bugfix: Default -uiplatform is not actually the platform this build was compiled on 9 years ago
MarcoFalke fa4b627269 Move blocksonly parameter interaction to InitParameterInteraction() 9 years ago
MarcoFalke fa41d4c8c6 [qt] Move GUI related HelpMessage() part downstream 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 3307bdb333 Bugfix: Omit wallet-related options from -help when wallet is not supported 9 years ago
Luke Dashjr b966aa836a Constrain constant values to a single location in code 9 years ago
Nick 996d3117c7 [RPC] Add transaction size to JSON output 9 years ago
paveljanik a64d7b4e42 Print correct minimum mempool size in MB 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Pieter Wuille ee60e5625b Add merkle.{h,cpp}, generic merkle root/branch algorithm 9 years ago
Wladimir J. van der Laan 9b63758974 util: Don't set strMiscWarning on every exception 9 years ago
Jonas Schnelli a46f87f0c1
Initialize logging before we do parameter interaction 9 years ago
Jonas Schnelli df66147613
Move -blocksonly parameter interaction to the new ParameterInteraction() function 9 years ago
Jonas Schnelli 68354e75e9
[QT] Call inits parameter interaction before we create the options model 9 years ago
Jonas Schnelli 411b05ac95
Refactor parameter interaction, call it before AppInit2() 9 years ago
Pieter Wuille a9f3d3db5c Fix and improve relay from whitelisted peers 9 years ago
Peter Todd cde857f2d9
Connect to Tor hidden services by default 9 years ago
Wladimir J. van der Laan 4ec3561eb3 Replace scriptnum_test's normative ScriptNum implementation 9 years ago
daniel c434940e83 uint256::GetCheapHash bigendian compatibility 9 years ago
Patick Strateman 1bb289fe1b Assert now > 0 in GetTime GetTimeMillis GetTimeMicros 9 years ago
Suhas Daftuar e30443244a Pass reference to estimateSmartFee and cleanup whitespace 9 years ago
MarcoFalke fa472f330f [trivial] Fix -maxmempool InitError 9 years ago
Patick Strateman 9cf668844e Document both the peerbloomfilters and enforcenodebloom options. 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
MarcoFalke faf12bc283 OpenSSL 1.1.0: Fix text variant of the version number 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
tulip 4846543ac5 Move time data log print to 'net' category to reduce log noise 9 years ago
Patick Strateman 80ae230a52 Improve log messages for blocks only violations. 9 years ago
Luke Dashjr 3e7c89196c Optimisation: Store transaction list order in memory rather than compute it every need 9 years ago