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
...
*
|
[rpcwallet] Clamp walletpassphrase value at 100M seconds
Suhas Daftuar
2018-04-08
1
-5
/
+5
|
/
*
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-2
/
+2
|
\
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-2
/
+2
*
|
shuffle sendmany recipients ordering to shuffle tx outputs
Gregory Sanders
2018-03-23
1
-0
/
+3
*
|
Merge #11536: Rename account to label where appropriate
Wladimir J. van der Laan
2018-03-22
1
-100
/
+106
|
\
\
|
*
|
Rename account to label where appropriate
Russell Yanofsky
2018-03-19
1
-100
/
+106
*
|
|
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-2
/
+2
*
|
|
|
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
MarcoFalke
2018-03-19
1
-8
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove unreachable help conditions
lutangar
2018-03-19
1
-8
/
+0
|
|
/
/
*
/
/
wallet: Change output type globals to members
MarcoFalke
2018-03-17
1
-9
/
+9
|
/
/
*
|
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
1
-22
/
+21
|
\
\
|
*
|
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
1
-22
/
+21
|
|
/
*
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-4
/
+3
*
|
Merge #9991: listreceivedbyaddress Filter Address
Wladimir J. van der Laan
2018-03-07
1
-9
/
+38
|
\
\
|
*
|
Add address filtering to listreceivedbyaddress
Jeremy Rubin
2018-03-07
1
-9
/
+38
|
|
/
*
/
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
|
/
*
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-02-17
1
-56
/
+127
*
Create getaddressinfo RPC and deprecate parts of validateaddress
Andrew Chow
2018-02-16
1
-0
/
+205
*
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-2
/
+2
|
\
|
*
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
1
-2
/
+2
*
|
Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Wladimir J. van der Laan
2018-02-14
1
-1
/
+0
|
\
\
|
*
|
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
MarcoFalke
2018-02-10
1
-1
/
+0
|
|
/
*
/
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-87
/
+87
|
/
*
Merge #12282: wallet: Disallow abandon of conflicted txes
Wladimir J. van der Laan
2018-02-08
1
-2
/
+3
|
\
|
*
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-02-06
1
-2
/
+3
*
|
Merge #12336: Remove deprecated rpc options
Wladimir J. van der Laan
2018-02-08
1
-11
/
+2
|
\
\
|
*
|
[RPC] Remove deprecated addmultisigaddress return format
John Newbery
2018-02-08
1
-9
/
+0
|
*
|
[rpc] remove deprecated estimatefee RPC
John Newbery
2018-02-05
1
-2
/
+2
*
|
|
[rpc] Reduce scope of cs_main and cs_wallet locks in listtransactions
João Barbosa
2018-02-02
1
-13
/
+16
|
/
/
*
/
[rpc] Mention that HD is enabled if hdmasterkeyid is present
fanquake
2018-01-29
1
-1
/
+1
|
/
*
Merge #12194: Add change type option to fundrawtransaction
Jonas Schnelli
2018-01-24
1
-0
/
+12
|
\
|
*
[rpc] Add change_type option to fundrawtransaction
João Barbosa
2018-01-24
1
-0
/
+12
*
|
[rpc] Add address type option to addmultisigaddress
João Barbosa
2018-01-24
1
-6
/
+14
|
/
*
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-24
1
-2
/
+2
|
\
|
*
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-23
1
-2
/
+2
*
|
Merge #11415: [RPC] Disallow using addresses in createmultisig
Wladimir J. van der Laan
2018-01-24
1
-12
/
+36
|
\
\
|
*
|
Disallow using addresses in createmultisig
Andrew Chow
2018-01-11
1
-12
/
+36
|
|
/
*
|
Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTime
Wladimir J. van der Laan
2018-01-24
1
-18
/
+28
|
\
\
|
*
|
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
1
-1
/
+1
|
*
|
Add RAII wallet rescan reserver
Jonas Schnelli
2018-01-23
1
-1
/
+2
|
*
|
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
1
-17
/
+26
|
|
/
*
|
wallet: Deprecate addwitnessaddress
Wladimir J. van der Laan
2018-01-18
1
-2
/
+9
*
|
Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...
Wladimir J. van der Laan
2018-01-17
1
-2
/
+13
|
\
\
|
*
|
Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds
Andrew Chow
2018-01-11
1
-2
/
+13
*
|
|
trivial: fix address_type help text of getnewaddress and getrawchangeaddress
mruddy
2018-01-13
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-34
/
+46
|
\
\
|
*
|
SegWit wallet support
Pieter Wuille
2018-01-09
1
-14
/
+36
|
*
|
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-09
1
-1
/
+1
[prev]
[next]