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
2020-07-12
Merge #18202: refactor: consolidate sendmany and sendtoaddress code
Samuel Dobson
2020-07-11
wallet: Fix typo in comments; Simplify assert
MarcoFalke
2020-07-02
Merge #19396: refactor: Remove confusing OutputType::CHANGE_AUTO
Wladimir J. van der Laan
2020-07-01
Remove confusing OutputType::CHANGE_AUTO
MarcoFalke
2020-07-01
wallet: Replace boost::none with nullopt
MarcoFalke
2020-06-28
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-25
Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option
Wladimir J. van der Laan
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
rpc/wallet: add two explicit modes to estimate_mode
Karl-Johan Alm
2020-06-24
fees: add FeeModes doc helper function
Karl-Johan Alm
2020-06-21
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
Merge #19200: rpc: remove deprecated getaddressinfo fields
Samuel Dobson
2020-06-21
Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbt
Samuel Dobson
2020-06-21
Merge #17938: Disallow automatic conversion between disparate hash types
Samuel Dobson
2020-06-20
Merge #19018: docs: fixing description of the field sequence in walletcreatef...
MarcoFalke
2020-06-20
rpc/wallet: add conf_target as alias to confTarget in bumpfee
Karl-Johan Alm
2020-06-19
Use explicit conversion from WitnessV0KeyHash -> CKeyID
Ben Woosley
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-19
[rpc] refactor: consolidate sendmany and sendtoaddress code
Sjors Provoost
2020-06-13
refactor: Drop ::HasWallets()
João Barbosa
2020-06-11
refactor: Remove unused request.fHelp
MarcoFalke
2020-06-11
wallet: Make RPC help compile-time static
MarcoFalke
2020-06-08
rpc: getaddressinfo RPCResult fixup
Jon Atack
2020-06-08
rpc: remove deprecated getaddressinfo `labels: purpose`
Jon Atack
2020-06-08
rpc: remove deprecated getaddressinfo `label` field
Jon Atack
2020-06-05
refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable func...
Russell Yanofsky
2020-05-28
Remove g_rpc_chain global
Russell Yanofsky
2020-05-28
refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommands
Russell Yanofsky
2020-05-22
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-22
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-19
Change docs for walletcreatefundedpsbt RPC method
Ivan Vershigora
2020-05-15
Remove IBD check in sethdseed
Andrew Chow
2020-05-14
Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi...
Wladimir J. van der Laan
2020-05-13
Merge #18922: gui: Do not translate InitWarning messages in debug.log
Jonas Schnelli
2020-05-13
Merge #18814: rpc: Relock wallet only if most recent callback
fanquake
2020-05-11
rpcwallet: Replace pwallet-> with wallet.
MarcoFalke
2020-05-11
rpcwallet: Replace boost::optional<T>::emplace with simple assignment of T{}
MarcoFalke
2020-05-10
util: Drop OpOriginal() and OpTranslated()
Hennadii Stepanov
2020-05-07
rpc: Relock wallet only if most recent callback
João Barbosa
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-05
rpc: createwallet warning that descriptor wallets are experimental
Andrew Chow
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
[next]