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-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
refactor: Avoid extra lookups of mapAddressBook in listunspent RPC
João Barbosa
2018-05-03
rpc: Reduce cs_main lock in listunspent
João Barbosa
2018-05-03
Merge #12729: Get rid of ambiguous OutputType::NONE value
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-24
Merge #12909: wallet: Make fee settings to be non-static members
Wladimir J. van der Laan
2018-04-24
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-18
wallet: Add HasWallets
João Barbosa
2018-04-18
wallet: Add AddWallet, RemoveWallet, GetWallet and GetWallets
João Barbosa
2018-04-18
refactor: Drop CWalletRef typedef
João Barbosa
2018-04-17
[wallet] [rpc] Deprecate wallet 'account' API
John Newbery
2018-04-17
[wallet] [rpc] Deprecate account RPC methods
John Newbery
2018-04-16
[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table
John Newbery
2018-04-11
Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`
MarcoFalke
2018-04-10
[wallet] [rpc] introduce 'label' API for wallet
Wladimir J. van der Laan
2018-04-08
Use std::bind instead of boost::bind to re-lock the wallet
Suhas Daftuar
2018-04-08
[rpcwallet] Clamp walletpassphrase value at 100M seconds
Suhas Daftuar
2018-04-05
Get rid of ambiguous OutputType::NONE value
Russell Yanofsky
2018-03-31
rpc: fix type mistmatch in listreceivedbyaddress
joemphilips
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
[next]