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
...
|
*
|
Mark send RPC experimental
Sjors Provoost
2020-09-17
1
-0
/
+1
*
|
|
Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)
MarcoFalke
2020-09-22
1
-195
/
+288
|
/
/
*
|
[rpc] add send method
Sjors Provoost
2020-09-10
1
-1
/
+186
*
|
[rpc] add snake case aliases for transaction methods
Sjors Provoost
2020-09-07
1
-12
/
+21
*
|
[rpc] walletcreatefundedpsbt: allow inputs to be null
Sjors Provoost
2020-09-07
1
-1
/
+1
*
|
wallet: Remove path checking code from createwallet RPC
Russell Yanofsky
2020-09-03
1
-0
/
+1
*
|
wallet: Remove path checking code from loadwallet RPC
Russell Yanofsky
2020-09-03
1
-12
/
+7
*
|
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-09-03
1
-11
/
+11
*
|
Remove WalletLocation class
Russell Yanofsky
2020-09-03
1
-7
/
+8
*
|
Merge #19754: wallet, gui: Reload previously loaded wallets on startup
Jonas Schnelli
2020-09-03
1
-23
/
+7
|
\
\
|
*
|
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
2020-09-01
1
-23
/
+7
*
|
|
Merge #19671: wallet: Remove -zapwallettxes
fanquake
2020-09-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove -zapwallettxes
Andrew Chow
2020-08-31
1
-1
/
+1
*
|
|
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
1
-11
/
+11
|
\
\
\
|
*
|
|
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-08-14
1
-11
/
+11
*
|
|
|
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-31
1
-0
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
Sjors Provoost
2020-08-07
1
-0
/
+1
*
|
|
|
Merge #19169: rpc: Validate provided keys for query_options parameter in list...
MarcoFalke
2020-08-27
1
-0
/
+9
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
rpc: Validate provided keys for query_options parameter in listunspent
pasta
2020-06-05
1
-0
/
+9
*
|
|
|
Merge #15937: Add loadwallet and createwallet load_on_startup options
Samuel Dobson
2020-08-15
1
-5
/
+33
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
1
-5
/
+33
*
|
|
|
Merge #19644: rpc: document returned error fields as optional if applicable
Samuel Dobson
2020-08-14
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-08-02
1
-1
/
+1
*
|
|
|
Merge #19655: rpc: Catch listsinceblock target_confirmations exceeding block ...
Wladimir J. van der Laan
2020-08-13
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Cap listsinceblock target_confirmations param
Adam Stein
2020-08-12
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-13
1
-47
/
+67
|
\
\
\
\
|
*
|
|
|
moveonly: Fix indentation in bumpfee RPC
Andrew Chow
2020-06-25
1
-51
/
+51
|
*
|
|
|
Hide bumpfee's psbt creation behavior behind -deprecatedrpc
Andrew Chow
2020-06-25
1
-0
/
+3
|
*
|
|
|
Add psbtbumpfee RPC
Andrew Chow
2020-06-25
1
-8
/
+25
*
|
|
|
|
Merge #19660: refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-09
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
rpc: Document getwalletinfo's unlocked_until field as optional
Justin Moon
2020-07-31
1
-1
/
+1
|
/
/
/
*
|
|
Merge #18202: refactor: consolidate sendmany and sendtoaddress code
Samuel Dobson
2020-07-12
1
-78
/
+54
|
\
\
\
|
*
|
|
[rpc] refactor: consolidate sendmany and sendtoaddress code
Sjors Provoost
2020-06-19
1
-78
/
+54
*
|
|
|
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-07-11
1
-2
/
+2
*
|
|
|
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-02
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-07-01
1
-3
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
wallet: Replace boost::none with nullopt
MarcoFalke
2020-07-01
1
-1
/
+1
*
|
|
|
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-2
/
+2
*
|
|
|
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-25
1
-67
/
+79
|
\
\
\
\
|
*
|
|
|
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
1
-41
/
+54
|
*
|
|
|
fees: add FeeModes doc helper function
Karl-Johan Alm
2020-06-24
1
-20
/
+10
|
*
|
|
|
rpc/wallet: add conf_target as alias to confTarget in bumpfee
Karl-Johan Alm
2020-06-20
1
-6
/
+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-9
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge #19200: rpc: remove deprecated getaddressinfo fields
Samuel Dobson
2020-06-21
1
-25
/
+5
|
\
\
\
|
*
|
|
rpc: getaddressinfo RPCResult fixup
Jon Atack
2020-06-08
1
-3
/
+2
|
*
|
|
rpc: remove deprecated getaddressinfo `labels: purpose`
Jon Atack
2020-06-08
1
-13
/
+2
|
*
|
|
rpc: remove deprecated getaddressinfo `label` field
Jon Atack
2020-06-08
1
-9
/
+1
*
|
|
|
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-21
1
-8
/
+21
|
\
\
\
\
[prev]
[next]