4326 Commits (8b11d3de7aa4fc3f6c4e7bf292495850034ded2c)

Author SHA1 Message Date
Cozz Lovan 39cc4922fe Fix Watchonly: cs_main lock not held 10 years ago
Cozz Lovan e3496da730 [Qt] Fix No such slot UnitDisplayStatusBarControl::onDisplayUnitsClicked 10 years ago
Cozz Lovan 76fd7b8c26 [Qt] Fix segfault when launched with -disablewallet 10 years ago
Zak Wilcox 6265ecc87f Clarify that redeemScript is often optional 10 years ago
Zak Wilcox a7e1d503c4 In -? output: -keypool, -gen, -genproclimit depend on ENABLE_WALLET 10 years ago
Pieter Wuille d4d3fbd828 Do not flush the cache after every block outside of IBD 10 years ago
Pieter Wuille 714a3e6505 Only keep setBlockIndexValid entries that are possible improvements 10 years ago
Wladimir J. van der Laan 6c37f7fd78 `getrawchangeaddress` should fail when keypool exhausted 10 years ago
Luke Dashjr ff6a7af154 getblocktemplate: longpolling support 10 years ago
Gregory Maxwell b60be6be4a Clean up RPCs that are disabled in safe-mode. 10 years ago
Ruben Dario Ponticelli 954d2e7201
Avoid a segfault on getblock if it can't read a block from disk. 10 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 10 years ago
Pieter Wuille 5734d4d1e6 Only remove actualy failed blocks from setBlockIndexValid 10 years ago
Philip Kaufmann 4eedf4ffee make RandAddSeed() use OPENSSL_cleanse() 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Philip Kaufmann 001a53d742 add GetRandBytes() as wrapper for RAND_bytes() 10 years ago
Philip Kaufmann 00d1980b8f init.cpp: log fee estimates filename on error 10 years ago
Ross Nicoll 509f926e80 Payment request parsing on startup now only changes network if a valid network name is specified. 10 years ago
Cory Fields 575e70c0c6 build: fix win32 static linking after libtool merge 10 years ago
Cory Fields 9a427da116 build: re-add AM_LDFLAGS where it's overridden 10 years ago
Cozz Lovan d88af56011 Fee fixes 10 years ago
Roy Badami 7149499fd8 Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnit 10 years ago
Roy Badami f7d70c603f Remove unused fAlign argument from BitcoinUnits::format and friends 10 years ago
Roy Badami 2e4fee2ac4 Show bitcoin quantities with full precision, even in the presence of trailing zeros 10 years ago
Luke Dashjr 2227725fcb test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibility 10 years ago
Luke Dashjr 109849e204 Bugfix: strerror_r can return an error, and if it does, POSIX does not specify the content of the buffer 10 years ago
Wladimir J. van der Laan afe380ef0f
Fix the build for windows 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 10 years ago
Wladimir J. van der Laan 73ac7abd08 Move ui_interface to bitcoin_server.a 10 years ago
Wladimir J. van der Laan 509030344c qt: Pick translation messages only from necessary files 10 years ago
Daniel Kraft e832ab7754 Rename SendMoneyToDestination to SendMoney. 10 years ago
Philip Kaufmann a339a37b28 error out, when we detect -socks argument 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Pieter Wuille 9f4da19bab Use pong receive time rather than processing time 10 years ago
Pieter Wuille 40f5cb878e Send rejects and apply DoS scoring for errors in direct block validation. 10 years ago
Pieter Wuille f4b00beae5 Add CChain::GetLocator() unit test 10 years ago
Pieter Wuille 3c85d2ec37 Fix CChain::GetLocator 10 years ago
R E Broadley 1f740ddc4d Remove unused variable 10 years ago
Cozz Lovan ad87bc4de1 [Qt] Replace status bar unit icon with actual images 10 years ago
Philip Kaufmann 674c070e5d [Qt] seed OpenSSL PNRG with Windows event data 10 years ago
Philip Kaufmann 3d0e92dc83 [Qt] remove dup includes in bitcoingui 10 years ago
Wladimir J. van der Laan 2ec5a3d212
rpc: Prevent easy memory exhaustion attack 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Gavin Andresen 4b7b1bb1ac
Sanity checks for estimates 10 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 10 years ago
Wladimir J. van der Laan 4278b1df45
Clarify error message when invalid -rpcallowip 10 years ago
jtimon 834e46e847 CBlockIndex()::SetNull() method to avoid code repetition 10 years ago
Tom Harding 0da6b3fd18 Remove signal DoubleSpendDetected, use function 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago