index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
rpcwallet.cpp
Age
Commit message (
Expand
)
Author
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-23
shuffle sendmany recipients ordering to shuffle tx outputs
Gregory Sanders
2018-03-22
Merge #11536: Rename account to label where appropriate
Wladimir J. van der Laan
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-19
Merge #12727: [RPC] Remove unreachable help conditions in rpcwallet.cpp
MarcoFalke
2018-03-19
Rename account to label where appropriate
Russell Yanofsky
2018-03-19
Remove unreachable help conditions
lutangar
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-03-13
Merge #9680: Unify CWalletTx construction
Pieter Wuille
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
Merge #9991: listreceivedbyaddress Filter Address
Wladimir J. van der Laan
2018-03-07
Add address filtering to listreceivedbyaddress
Jeremy Rubin
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-02-16
Create getaddressinfo RPC and deprecate parts of validateaddress
Andrew Chow
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-14
Merge #12409: rpc: Reject deprecated reserveChangeKey in fundrawtransaction
Wladimir J. van der Laan
2018-02-10
rpc: Reject deprecated reserveChangeKey in fundrawtransaction
MarcoFalke
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
Merge #12282: wallet: Disallow abandon of conflicted txes
Wladimir J. van der Laan
2018-02-08
Merge #12336: Remove deprecated rpc options
Wladimir J. van der Laan
2018-02-08
[RPC] Remove deprecated addmultisigaddress return format
John Newbery
2018-02-06
wallet: Disallow abandon of conflicted txes
MarcoFalke
2018-02-05
[rpc] remove deprecated estimatefee RPC
John Newbery
2018-02-02
[rpc] Reduce scope of cs_main and cs_wallet locks in listtransactions
João Barbosa
2018-01-29
[rpc] Mention that HD is enabled if hdmasterkeyid is present
fanquake
2018-01-24
Merge #12194: Add change type option to fundrawtransaction
Jonas Schnelli
2018-01-24
[rpc] Add change_type option to fundrawtransaction
João Barbosa
2018-01-24
[rpc] Add address type option to addmultisigaddress
João Barbosa
2018-01-24
Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...
Wladimir J. van der Laan
2018-01-24
Merge #11415: [RPC] Disallow using addresses in createmultisig
Wladimir J. van der Laan
2018-01-24
Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTime
Wladimir J. van der Laan
2018-01-23
Make sure WalletRescanReserver has successfully reserved the rescan
Jonas Schnelli
2018-01-23
Add RAII wallet rescan reserver
Jonas Schnelli
2018-01-23
Avoid pemanent cs_main/cs_wallet lock during wallet rescans
Jonas Schnelli
2018-01-23
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH
Sjors Provoost
2018-01-18
wallet: Deprecate addwitnessaddress
Wladimir J. van der Laan
2018-01-17
Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...
Wladimir J. van der Laan
2018-01-13
trivial: fix address_type help text of getnewaddress and getrawchangeaddress
mruddy
2018-01-11
Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds
Andrew Chow
2018-01-11
Disallow using addresses in createmultisig
Andrew Chow
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
SegWit wallet support
Pieter Wuille
2018-01-09
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-06
Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addr...
Pieter Wuille
[next]