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
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-13
refactor: unify external wallet runtime errors
fanquake
2021-04-08
rpc: add help for enumeratesigners and walletdisplayaddress
Sjors Provoost
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-06
doc: fixup -Wdocumentation issues
fanquake
2021-04-05
Merge #21302: wallet: createwallet examples for descriptor wallets
W. J. van der Laan
2021-04-01
Merge #21544: rpc: Missing doc updates for bumpfee psbt update
fanquake
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-29
rpc: Missing doc updates for bumpfee psbt update
MarcoFalke
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
Merge #21035: Remove pointer cast in CRPCTable::dumpArgMap
MarcoFalke
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-05
rpc: refactor rpc wallet functions to take references instead of pointers
fanquake
2021-03-05
rpc: remove calls to CWallet.get()
fanquake
2021-03-03
rpc: Add HelpExampleCliNamed and use it for `createwallet` doc
Wladimir J. van der Laan
2021-03-01
Merge #18466: rpc: fix invalid parameter error codes for {sign,verify}message...
Wladimir J. van der Laan
2021-02-23
rpc: send: support external signer
Sjors Provoost
2021-02-23
rpc: add external_signer option to createwallet
Sjors Provoost
2021-02-19
Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys disa...
Samuel Dobson
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-16
Disallow sendtoaddress and sendmany when private keys disabled
Andrew Chow
2021-01-29
refactor: Replace JSONRPCRequest fHelp field with mode field
Russell Yanofsky
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-28
Merge #20226: wallet, rpc: add listdescriptors command
Samuel Dobson
2021-01-27
wallet, rpc: add listdescriptors command
Ivan Metlushko
2021-01-27
Merge #20964: rpc: Add specific error code for "wallet already loaded"
Wladimir J. van der Laan
2021-01-25
rpc: Add specific error code for "wallet already loaded"
Wladimir J. van der Laan
2021-01-24
Better error messages for invalid addresses
Bezdrighin
2021-01-19
Merge #20891: rpc: Remove deprecated bumpfee behavior
Wladimir J. van der Laan
2021-01-08
Remove deprecated bumpfee behavior
Andrew Chow
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-19
Remove unused MakeOptional
MarcoFalke
2020-12-12
Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds
MarcoFalke
2020-12-04
wallet, bugfix: allow send to take string fee rate values
Jon Atack
2020-12-04
refactor: Replace ListWalletDir() function with ListDatabases()
Russell Yanofsky
2020-11-28
Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...
MarcoFalke
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
2020-11-25
Merge #20410: wallet: Do not treat default constructed types as None-type
MarcoFalke
2020-11-24
Merge #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC ...
MarcoFalke
2020-11-24
RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC end...
Luke Dashjr
2020-11-24
RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...
Luke Dashjr
2020-11-23
Merge #20202: wallet: Make BDB support optional
Wladimir J. van der Laan
2020-11-20
Use the correct incremental fee constant in bumpfee help
Jon Atack
2020-11-20
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-19
wallet: fix and improve upgradewallet error responses
Jon Atack
2020-11-19
wallet: fix and improve upgradewallet result responses
Jon Atack
2020-11-19
wallet: Do not treat default constructed types as None-type
MarcoFalke
[next]