14773 Commits (3e55f13bfc98a6b832697d1d0cfb942dbe2094db)
 

Author SHA1 Message Date
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
Brian McMichael 0be03c71bd Qt: Use _putenv_s instead of setenv on Windows builds 7 years ago
Jonas Schnelli 44eb9d406a
[QA] Avoid running multiwallet.py twice 7 years ago
Wladimir J. van der Laan 420238d310
Merge #10604: [wallet] [tests] Add listwallets RPC, include wallet name in `getwalletinfo` and add multiwallet test 7 years ago
Karl-Johan Alm 876e92bf54
Testing: listsinceblock should display all transactions that were affected since the given block, including transactions that were removed due to a reorg. 7 years ago
Karl-Johan Alm f999c46cae
listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array. 7 years ago
Wladimir J. van der Laan 6adc3a3732
qt: Periodic translations update 7 years ago
John Newbery 3707fcd94e [wallet] [tests] Add listwallets to multiwallet test 7 years ago
John Newbery 9508761ed6 [wallet] [rpc] Add listwallets RPC 7 years ago
John Newbery 4a057152d2 [wallet] [rpc] print wallet name in getwalletinfo 7 years ago
John Newbery 09eacee6b2 [wallet] fix comment for CWallet::Verify() 7 years ago
Wladimir J. van der Laan 16240f43a5
Merge #10821: Add SSE4 optimized SHA256 7 years ago
Jonas Schnelli 97375727b8
[Qt] Use wallet 0 in rpc console if running with multiple wallets 7 years ago
Pieter Wuille 6b8d872e5e Protect SSE4 code behind a compile-time flag 7 years ago
Pieter Wuille fa9be909c9 Add selftest for SHA256 transform 7 years ago
Pieter Wuille c1ccb15b0e Add SSE4 based SHA256 7 years ago
Pieter Wuille 2991c91d88 Add SHA256 dispatcher 7 years ago
Pieter Wuille 4d50f38fe0 Support multi-block SHA256 transforms 7 years ago
Wladimir J. van der Laan 7c2400cb8a
Merge #10775: nCheckDepth chain height fix 7 years ago
Wladimir J. van der Laan 041dad94b0
Merge #10783: [RPC] Various rpc argument fixes 7 years ago
Wladimir J. van der Laan fd2814ef11
Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "condition". 7 years ago
Wladimir J. van der Laan adf170daf9
Merge #10571: [RPC]Move transaction combining from signrawtransaction to new RPC 7 years ago
Wladimir J. van der Laan bf3b742e28
Merge #10883: Rename -usewallet to -rpcwallet 7 years ago
Steven D. Lander a5ecaf1490
Fix misspellings and remove safety verbiage 7 years ago
MarcoFalke df0793f324
Merge #10681: add gdb attach process to test README 7 years ago
Alex Morcos 2264236da0 Rename -usewallet to -rpcwallet 7 years ago
Wladimir J. van der Laan d445a2c2ea
Merge #10857: [RPC] Add a deprecation warning to getinfo's output 7 years ago
Wladimir J. van der Laan 9022aa3722
Merge #10817: Redefine Dust and add a discard_rate 7 years ago
Jonas Schnelli a6ec5802b0
Merge #10864: Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Carl Dong 72a184a780 Update init.md: Fix line breaks in section 3b. 7 years ago
Andrew Chow 1c9b818756 getinfo deprecation warning 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
Wladimir J. van der Laan 9e8d6a3fb4
Merge #10784: Do not allow users to get keys from keypool without reserving them 7 years ago
Matt Corallo cf82a9e704 Do not allow users to get keys from keypool without reserving them 7 years ago
Wladimir J. van der Laan bde4f937ae
Merge #10849: Multiwallet: simplest endpoint support 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
practicalswift 5a6671c4ca Fix typo: "conditon" → "condition" 7 years ago
practicalswift 35aff43217 Remove unused variable int64_t nEnd 7 years ago
Wladimir J. van der Laan 7b6e8bc442
Merge #10795: No longer ever reuse keypool indexes 7 years ago
Wladimir J. van der Laan 81560b07ce
Merge #10855: random: only use getentropy on openbsd 7 years ago
Pieter Wuille 75b5643c47
Merge #10707: Better API for estimatesmartfee RPC 7 years ago
Pieter Wuille fee0d803fb
Merge #9980: Fix mem access violation merkleblock 7 years ago
Matt Corallo 99c7fc39a5 Prevent user from specifying conflicting parameters to fundrawtx 7 years ago
Alex Morcos f4d00e63f7 Add a discard_rate 7 years ago
Cory Fields 077d01f2fc random: only use getentropy on openbsd 7 years ago
Gregory Maxwell 095b917464 Avoid using sizes on non-fixed-width types to derive protocol constants. 7 years ago
practicalswift b82c55af78 Add attribute [[noreturn]] (C++11) to functions that will not return 7 years ago