6911 Commits (c90036f6645dea7c19e033c11240567371407017)

Author SHA1 Message Date
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
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
Alex Morcos c0353064dd Change GetPriority calculation. 9 years ago
Alex Morcos 71f1d9fd4a Modify variable names for entry height and priority 9 years ago
Alex Morcos 5945819717 Remove default arguments for CTxMemPoolEntry() 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 8504867b14 Save the last unnecessary database read 9 years ago
Alex Morcos 072e2f8644 Alter assumptions in CCoinsViewCache::BatchWrite 9 years ago
Jonas Schnelli 2a8e8c2e37
[Qt] don't allow to store invalid proxy ports 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
Alex Morcos 6303051470 EstimateSmart functions consider mempool min fee 9 years ago
Alex Morcos f22ac4a22c Increase success threshold for fee estimation to 95% 9 years ago
Alex Morcos 4fe28236c0 Change wallet and GUI code to use new smart fee estimation calls. 9 years ago
Alex Morcos 22eca7da22 Add smart fee estimation functions 9 years ago
Jonas Schnelli d16d1b72d1
[Qt] refactor and optimize proxy settings behavior 9 years ago
Gregory Maxwell aee22bf288 Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN. 9 years ago
Eric Lombrozo 4d29032a64 Fixed integer comparison warning. 9 years ago