index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcwallet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge #11289: Add wallet backup text to import* and add* RPCs
Wladimir J. van der Laan
2017-11-08
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add wallet backup text to import*, add* and dumpwallet RPCs
MeshCollider
2017-10-14
1
-2
/
+2
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #11590: [Wallet] always show help-line of wallet encryption calls
MarcoFalke
2017-11-02
1
-4
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[Wallet] always show help-line of wallet encryption calls
Jonas Schnelli
2017-10-31
1
-4
/
+4
*
|
|
|
|
|
|
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-10-26
1
-9
/
+10
|
/
/
/
/
/
/
*
/
/
/
/
/
Add missing comma from rescanblockchain
MeshCollider
2017-10-14
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-13
1
-0
/
+77
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command
Jonas Schnelli
2017-10-12
1
-0
/
+77
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Support BIP173 in addwitnessaddress
Pieter Wuille
2017-09-28
1
-14
/
+45
*
|
|
|
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-28
1
-2
/
+3
*
|
|
|
Merge #10767: [wallet] Clarify wallet initialization / destruction interface
MarcoFalke
2017-09-07
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-07
1
-3
/
+0
*
|
|
|
|
Merge #10793: Changing &var[0] to var.data()
Wladimir J. van der Laan
2017-09-08
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-1
/
+1
|
|
/
/
/
/
*
|
/
/
/
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
1
-74
/
+85
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix currency/fee-rate unit string in the help text
Akio Nakamura
2017-09-05
1
-1
/
+1
|
|
/
/
/
*
/
/
/
rpc: Push down safe mode checks
Andrew Chow
2017-08-29
1
-54
/
+76
|
/
/
/
*
|
|
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-25
1
-1
/
+2
|
\
\
\
|
*
|
|
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
1
-1
/
+2
*
|
|
|
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
1
-37
/
+49
|
\
\
\
\
|
*
|
|
|
Clean up getbalance RPC parameter handling
Russell Yanofsky
2017-08-15
1
-7
/
+20
|
*
|
|
|
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
1
-13
/
+12
|
*
|
|
|
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
1
-18
/
+18
|
|
/
/
/
*
|
|
|
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-18
1
-4
/
+6
|
\
\
\
\
|
*
|
|
|
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
1
-4
/
+6
*
|
|
|
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
|
|
|
|
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-2
/
+2
*
|
|
|
|
Merge #10956: Fix typos
MarcoFalke
2017-08-16
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix typos.
practicalswift
2017-08-08
1
-2
/
+2
|
|
/
/
/
*
|
|
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
|
|
|
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-4
/
+4
*
|
|
|
[wallet] return correct error code from resendwallettransaction
John Newbery
2017-08-07
1
-1
/
+1
*
|
|
|
Fix resendwallettransactions assert failure if -walletbroadcast=0
Matt Corallo
2017-08-06
1
-0
/
+5
|
/
/
/
*
|
|
Merge #10788: [RPC] Fix addwitnessaddress by replacing ismine with producesig...
Wladimir J. van der Laan
2017-08-01
1
-8
/
+16
|
\
\
\
|
*
|
|
Replace ismine with producesignature check in witnessifier
Andrew Chow
2017-07-27
1
-8
/
+16
*
|
|
|
Change wallet method disabled error text
Russell Yanofsky
2017-07-26
1
-2
/
+7
*
|
|
|
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-26
1
-8
/
+9
*
|
|
|
Merge #10655: Properly document target_confirmations in listsinceblock
Wladimir J. van der Laan
2017-07-26
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Properly document target_confirmations in listsinceblock
Ryan Havar
2017-07-25
1
-2
/
+2
*
|
|
|
|
Merge #10799: Prevent user from specifying conflicting parameters to fundrawtx
Wladimir J. van der Laan
2017-07-25
1
-0
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Prevent user from specifying conflicting parameters to fundrawtx
Matt Corallo
2017-07-17
1
-0
/
+6
*
|
|
|
|
Merge #10789: Punctuation/grammer fixes in rpcwallet.cpp
Wladimir J. van der Laan
2017-07-25
1
-5
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Fix misspellings and remove safety verbiage
Steven D. Lander
2017-07-19
1
-6
/
+6
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #9622: [rpc] listsinceblock should include lost transactions when param...
Wladimir J. van der Laan
2017-07-24
1
-21
/
+59
|
\
\
\
\
\
|
*
|
|
|
|
listsinceblock: optionally find and list any transactions that were undone du...
Karl-Johan Alm
2017-07-21
1
-21
/
+59
*
|
|
|
|
|
[wallet] [rpc] Add listwallets RPC
John Newbery
2017-07-20
1
-0
/
+34
*
|
|
|
|
|
[wallet] [rpc] print wallet name in getwalletinfo
John Newbery
2017-07-20
1
-0
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
1
-24
/
+24
|
\
\
\
\
\
[prev]
[next]