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 AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-1
/
+71
*
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-12-05
1
-8
/
+12
*
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-12-03
1
-18
/
+19
*
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
1
-2
/
+2
*
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
1
-8
/
+1
*
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-12-03
1
-15
/
+7
*
More concise conversion of CDataStream to string
Glenn Willen
2018-12-03
1
-2
/
+2
*
Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...
MarcoFalke
2018-12-01
1
-2
/
+9
|
\
|
*
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-09-11
1
-0
/
+7
|
*
Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...
Andrew Chow
2018-09-11
1
-2
/
+2
*
|
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-11-28
1
-0
/
+2
*
|
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-10-10
1
-8
/
+15
|
/
*
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-28
1
-1
/
+1
*
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-27
1
-2
/
+2
*
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-21
1
-1
/
+2
*
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-21
1
-9
/
+7
*
Only wipe wrong UTXO type data if overwritten by wallet
Pieter Wuille
2018-08-15
1
-6
/
+9
*
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-08-09
1
-2
/
+2
*
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-20
1
-18
/
+38
|
\
|
*
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-07-12
1
-5
/
+11
|
*
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-12
1
-13
/
+27
*
|
wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...
practicalswift
2018-07-19
1
-1
/
+3
*
|
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-18
1
-90
/
+421
|
\
\
|
*
|
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
1
-0
/
+328
|
*
|
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
[next]