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
...
|
*
|
|
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-13
1
-90
/
+93
*
|
|
|
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Move AddAndGetDestinationForScript from wallet to outputype module
Anthony Towns
2018-07-10
1
-2
/
+1
|
*
|
|
|
Add outputtype module
Anthony Towns
2018-07-09
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
1
-29
/
+36
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.
John Newbery
2018-06-29
1
-29
/
+36
*
|
|
|
Merge #13564: [wallet] loadwallet shouldn't create new wallets.
MarcoFalke
2018-07-07
1
-0
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
[wallet] loadwallet shouldn't create new wallets.
John Newbery
2018-06-28
1
-0
/
+6
|
|
/
/
*
|
|
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
1
-3
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-3
/
+2
*
|
|
Merge #13498: [wallet] Fixups from account API deprecation
Pieter Wuille
2018-06-26
1
-3
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[wallet] Don't use accounts when checking balance in sendmany
John Newbery
2018-06-18
1
-2
/
+4
|
*
|
[wallet] deprecate sendfrom RPC method.
John Newbery
2018-06-18
1
-1
/
+9
*
|
|
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
2018-06-21
1
-10
/
+64
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
test: Wallet methods are disabled when no wallet is loaded
João Barbosa
2018-06-18
1
-5
/
+0
|
*
|
rpc: Add unloadwallet RPC
João Barbosa
2018-06-18
1
-2
/
+52
|
*
|
rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequest
João Barbosa
2018-06-12
1
-3
/
+12
|
|
/
*
|
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-15
1
-12
/
+12
|
\
\
|
*
|
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-06-11
1
-12
/
+12
*
|
|
Merge #13120: policy: Treat segwit as always active
Wladimir J. van der Laan
2018-06-12
1
-7
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
policy: Treat segwit as always active
MarcoFalke
2018-05-29
1
-7
/
+0
*
|
|
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
2018-06-11
1
-42
/
+34
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[wallet] [rpc] Remove getlabeladdress RPC
John Newbery
2018-05-16
1
-42
/
+34
*
|
|
[wallets] [docs] Add release notes for createwallet RPC.
John Newbery
2018-05-31
1
-6
/
+7
*
|
|
[wallet] [rpc] Add `createwallet` RPC
John Newbery
2018-05-25
1
-0
/
+47
|
|
/
|
/
|
*
|
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-22
1
-54
/
+145
*
|
[rpc] [wallet] Add 'hdmasterkeyid' alias return values.
John Newbery
2018-05-19
1
-1
/
+6
*
|
[refactor] manually change remaining instances of master key to seed.
John Newbery
2018-05-19
1
-2
/
+2
*
|
scripted-diff: Rename master key to seed
John Newbery
2018-05-19
1
-12
/
+12
|
/
*
[wallet] [rpc] Add loadwallet RPC
John Newbery
2018-05-16
1
-0
/
+48
*
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-05-12
1
-0
/
+71
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-47
/
+47
*
refactor: Avoid extra lookups of mapAddressBook in listunspent RPC
João Barbosa
2018-05-03
1
-3
/
+4
*
rpc: Reduce cs_main lock in listunspent
João Barbosa
2018-05-03
1
-2
/
+6
*
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-05-03
1
-9
/
+6
|
\
|
*
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
2018-04-05
1
-9
/
+6
*
|
Remove Safe mode
Andrew Chow
2018-04-26
1
-38
/
+0
*
|
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-24
1
-11
/
+11
|
\
\
|
*
|
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
1
-11
/
+11
*
|
|
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-24
1
-58
/
+220
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[wallet] [rpc] Deprecate wallet 'account' API
John Newbery
2018-04-17
1
-56
/
+164
|
*
|
[wallet] [rpc] Deprecate account RPC methods
John Newbery
2018-04-17
1
-0
/
+56
|
*
|
[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table
John Newbery
2018-04-16
1
-2
/
+0
*
|
|
wallet: Add HasWallets
João Barbosa
2018-04-18
1
-1
/
+1
*
|
|
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
1
-10
/
+8
*
|
|
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-18
1
-2
/
+2
*
|
|
Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`
MarcoFalke
2018-04-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: fix type mistmatch in listreceivedbyaddress
joemphilips
2018-03-31
1
-1
/
+1
|
|
/
*
|
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-10
1
-27
/
+174
*
|
Use std::bind instead of boost::bind to re-lock the wallet
Suhas Daftuar
2018-04-08
1
-1
/
+3
[prev]
[next]