14821 Commits (25cd520fc429c464846b0f986104db45b3bfaebb)
 

Author SHA1 Message Date
Wladimir J. van der Laan 2a50b11586
Merge #10945: Update defaultAssumeValid according to release-process.md. 7 years ago
Wladimir J. van der Laan f0aceddf88 p2p: Hardcoded seeds update pre-0.15 branch 7 years ago
Carl Dong d201e40c55 Update init.md: Fix section numbering. 7 years ago
Alex Morcos bdd5543ad6 Clarify help message for -discardfee 7 years ago
Wladimir J. van der Laan 70888a39c4
Merge #10885: Reject invalid wallets 7 years ago
John Newbery d84e78ec39 [wallet] Specify wallet name in wallet loading errors 7 years ago
João Barbosa a6da027d83 Reject invalid wallet files 7 years ago
João Barbosa 3ef77a0c12 Reject duplicate wallet filenames 7 years ago
Pieter Wuille efeb273305 Force on-the-fly compaction during pertxout upgrade 7 years ago
Alex Morcos 49d903e696 Eliminate fee overpaying edge case when subtracting fee from recipients 7 years ago
Gregory Maxwell 9a8b054185 Update defaultAssumeValid according to release-process.md. 7 years ago
Andrew Chow e222dc2aee Replace ismine with producesignature check in witnessifier 7 years ago
Matt Corallo c0025d0a92 Fix segfault when shutting down before fully loading 7 years ago
Matt Corallo 138569722c Order chainstate init more logically. 7 years ago
Matt Corallo ff3a21919d Call RewindBlockIndex even if we're about to run -reindex-chainstate 7 years ago
Matt Corallo b0f32497b8 More user-friendly error message if UTXO DB runs ahead of block DB 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
Wladimir J. van der Laan 0b11a07848
Merge #10931: Fix misleading "Method not found" multiwallet errors 7 years ago
James Hilliard ee2d10ad0c Check if sys/random.h is required for getentropy on OSX. 7 years ago
Wladimir J. van der Laan ba1bbb049b
Merge #10892: Replace traditional for with ranged for in block and transaction primitives 7 years ago
Wladimir J. van der Laan 8a99fe053a
Merge #10501: remove some unused functions 7 years ago
Russell Yanofsky df389bca20 Change wallet method disabled error text 7 years ago
Wladimir J. van der Laan 5c8eb7916d
Merge #10912: [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 7 years ago
Wladimir J. van der Laan 9dd6a2be41
Merge #10824: Avoid unnecessary work in SetNetworkActive 7 years ago
Wladimir J. van der Laan 5c003cb1af
Merge #10917: developer-notes: add reference to snake_case and PascalCase 7 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 7 years ago
Wladimir J. van der Laan 04d395e832
Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol constants. 7 years ago
Wladimir J. van der Laan 78f307b664
Merge #10655: Properly document target_confirmations in listsinceblock 7 years ago
Wladimir J. van der Laan b995a374f7
Merge #10914: Add missing lock in CScheduler::AreThreadsServicingQueue() 7 years ago
Wladimir J. van der Laan f29d5dbd04
Merge #10899: [test] Qt: Use _putenv_s instead of setenv on Windows builds 7 years ago
practicalswift 065039da1f [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 7 years ago
Wladimir J. van der Laan 8537187d42
Merge #10799: Prevent user from specifying conflicting parameters to fundrawtx 7 years ago
Wladimir J. van der Laan 9d5e8f92a7
Merge #10927: test: Make sure wallet.backup is created in temp path 7 years ago
Wladimir J. van der Laan 60f9778abf
Revert "[tests] Allow tests to pass when stderr is non-empty" 7 years ago
Ryan Havar 9f8a46f077 Properly document target_confirmations in listsinceblock 7 years ago
MarcoFalke f1f1605c22
Merge #10703: [tests] Allow tests to pass when stderr is non-empty 7 years ago
Wladimir J. van der Laan 88af227687 test: Make sure wallet.backup is created in temp path 7 years ago
Wladimir J. van der Laan 1caafa6cde
Merge #10508: Run Qt wallet tests on travis 7 years ago
Wladimir J. van der Laan 412b466d11
Merge #10870: [Qt] Use wallet 0 in rpc console if running with multiple wallets 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 7 years ago
Marko Bencun 4a7a4ff1f1 developer-notes: add reference to snake_case and PascalCase 7 years ago
Wladimir J. van der Laan 1124328ad1
Merge #10789: Punctuation/grammer fixes in rpcwallet.cpp 7 years ago
João Barbosa a622a17683 Fix constness of ArgsManager methods 7 years ago
Wladimir J. van der Laan 0c70e845aa
Merge #10865: Move CloseSocket out of SetSocketNonBlocking and pass socket as const reference 7 years ago
Dag Robole 72f00608d0 Replace traditional for with ranged for in primitives 7 years ago
Wladimir J. van der Laan 6ef3c7ec62
Merge #9622: [rpc] listsinceblock should include lost transactions when parameter is a reorg'd block 7 years ago
Matt Corallo a56f8b0be3 Add missing lock in CScheduler::AreThreadsServicingQueue() 7 years ago
MarcoFalke 0c173a15ca
Merge #10893: [QA] Avoid running multiwallet.py twice 7 years ago
Marko Bencun f228b8e163 remove some unused functions 7 years ago
Dag Robole 05e023f2ec Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 7 years ago