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-05-24
Separate WitnessV1Taproot variant in CTxDestination
Pieter Wuille
2021-05-20
Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes
MarcoFalke
2021-05-13
Merge bitcoin/bitcoin#21910: refactor: remove redundant fOnlySafe argument
Samuel Dobson
2021-05-12
rpc/wallet: use OMITTED_NAMED_ARG instead of Default(VNULL)
Karl-Johan Alm
2021-05-11
rpc/createwallet: omitted named arguments
Karl-Johan Alm
2021-05-11
rpc: address:amount dictionaries are OBJ_USER_KEYS
Karl-Johan Alm
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-11
refactor: remove redundant fOnlySafe argument
t-bast
2021-05-10
Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransaction
W. J. van der Laan
2021-05-10
Merge bitcoin/bitcoin#21786: wallet: ensure sat/vB feerates are in range (man...
MarcoFalke
2021-05-09
rpc/listaddressgroupings: redefine inner-most array as ARR_FIXED
Karl-Johan Alm
2021-05-09
rpc: for sat/vB fee rates, limit ParseFixedPoint decimals to 3
Jon Atack
2021-05-01
doc: Clarify that feerates are per virtual size
MarcoFalke
2021-04-30
rpc: include_unsafe option for fundrawtransaction
t-bast
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
[next]