4306 Commits (6b271a3911b10a9d100341b8dc31ed92074a43c3)

Author SHA1 Message Date
Wladimir J. van der Laan 3015e0bca6 Revert "UI to alert of respend attempt affecting wallet." 10 years ago
Wladimir J. van der Laan 39d3f2cb40 Revert "Add -respendnotify option and new RPC data" 10 years ago
Wladimir J. van der Laan ad26dc9c31 Revert "Formatting, spelling, comment fixes." 10 years ago
Wladimir J. van der Laan cd057bfd41 Revert "Check signatures before respend relay" 10 years ago
Wladimir J. van der Laan 67cc8f25c2 Revert "Remove signal DoubleSpendDetected, use function" 10 years ago
Wladimir J. van der Laan 0de61e7585
qt: Move SplashFinished to after ClientModel/WalletModel creation 10 years ago
Cozz Lovan 027dcdc792 [Qt] Fix thin space in URI 10 years ago
Whit J b9345f7d1c
qt: Make error message for failed export a little friendlier 10 years ago
Otto Allmendinger d2d9dc063f script tests: add tests for CHECKMULTISIG limits 10 years ago
Jeff Garzik 3da434a2ef Introduce option to disable relay/mining of bare multisig scripts in TX outputs 10 years ago
Otto Allmendinger 89101c6e78 script test: test case for 5-byte bools 10 years ago
Wladimir J. van der Laan 5bb765507b
Fix a signed/unsigned warning introduced in 1b4568c 10 years ago
Otto Allmendinger 4cac5dbf83 script tests: value with trailing 0x00 is true 10 years ago
Otto Allmendinger 833ff161bc script tests: values that overflow to 0 are true 10 years ago
Otto Allmendinger 0072d98849 script tests: BOOLAND, BOOLOR decode to integer 10 years ago
Otto Allmendinger ed02282bba additional test for OP_SIZE in script_valid.json 10 years ago
Cory Fields 2d89ea9781 build: fix whitespace in pkg-config variable 10 years ago
Cory Fields ab123ad4d6 build: allow linux and osx to build against static qt5 10 years ago
Cory Fields 1e72d5c033 build: silence false errors during make clean 10 years ago
Cozz Lovan acd432b5b3 [Qt] Prevent balloon-spam after rescan 10 years ago
Philip Kaufmann c994d2e769 prevent SOCKET leak in BindListenPort() 10 years ago
Philip Kaufmann eaedb59e05 net: add SetSocketNonBlocking() as OS independent wrapper 10 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 10 years ago
Philip Kaufmann 7de3f1cfd6 fix help message for RPC getpeerinfo 10 years ago
Pieter Wuille 09c744c2a8 Make sure CAutoFile for fees estimate goes out of scope 10 years ago
Pieter Wuille b069750d3f Break up CAddrMan's IMPLEMENT_SERIALIZE 10 years ago
Trevin Hofmann 125fba1b48 Add a new checkpoint at block 295,000 10 years ago
Wladimir J. van der Laan 33357b27a0
qt: Start core thread only when needed 10 years ago
Gregory Maxwell c4a321f5c6 Add peerid to getpeerinfo to allow correlation with the logs. 10 years ago
Cozz Lovan 1b4568cb0f Add vout to ListTransactions output 10 years ago
Wladimir J. van der Laan c715ff52c7 ui: Replace some LogPrintfs with qDebug() 10 years ago
Wladimir J. van der Laan 96ff9d6403 Can't log to debug log before chain params initialized 10 years ago
Cozz Lovan ebdcc360b6 Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis 10 years ago
kazcw 43005cffa3 Fix semantic typo in state.CorruptionPossible check 10 years ago
Pieter Wuille bc42503f6a Use unordered_map for CCoinsViewCache with salted hash 10 years ago
Rune K. Svendsen bdd5b587fc
Add option to disable 077 umask (create new files with system default umask) 10 years ago
JaSK d512534cd7 Fixed error in 'getbalance' when using watchonly addresses. 10 years ago
Wladimir J. van der Laan 49d57125f9
qt: Ignore showNormalIfMinimized in initialization or shutdown 10 years ago
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. 11 years ago
Ruben Dario Ponticelli 954d2e7201
Avoid a segfault on getblock if it can't read a block from disk. 11 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 11 years ago