6522 Commits (9af5f9cb8773da2904aa3819234aaebd2efb5d15)

Author SHA1 Message Date
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
Suhas Daftuar 50262d8953 Allow block announcements with headers 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
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
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
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
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
Peter Todd 08843ed998 Add relaytxes status to getpeerinfo 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
Pavel Janík 5c2fd38d05 Add missing "blocktime" description to listtransactions help, fix formatting. 9 years ago
Wladimir J. van der Laan 3522f49f5a http: add Boost 1.49 compatibility 9 years ago
Jonas Schnelli c197798d1b
[Qt] simple mempool info in debug window 9 years ago
Wladimir J. van der Laan 52c563710d
qt: Periodic translations update 9 years ago
Wladimir J. van der Laan b4f3e9c09e ui: Add "Copy raw transaction data" to transaction list context menu 9 years ago
Daniel Cousens ffacd27def zmq: prepend zmq to debug messages 9 years ago
Daniel Cousens 14075b189d init: add zmq to debug categories 9 years ago
Daniel Cousens cdcd816a1b init: amend ZMQ flag names 9 years ago
Jonas Schnelli f71bfefcb0
add UI help for -resetguisettings 9 years ago
Alex Morcos 072e2f8644 Alter assumptions in CCoinsViewCache::BatchWrite 9 years ago
Alex Morcos e855b0152f Fix debug log message for block files 9 years ago
Luke Dashjr 2aa49ce9fe Bugfix: Use unique autostart filenames on Linux for testnet/regtest 9 years ago
Alex Morcos e587bc3fd9 Implement helper class for CTxMemPoolEntry constructor 9 years ago
Alex Morcos 56106a3300 Expose RPC calls for estimatesmart functions 9 years ago
Alex Morcos e93a236d7a add estimateSmartFee to the unit test 9 years ago