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
2019-09-03
Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...
Andrew Chow
2019-08-16
Merge #16383: rpcwallet: default include_watchonly to true for watchonly wallets
fanquake
2019-08-08
Remove p2pEnabled from Chain interface
Antoine Riard
2019-08-02
Merge #15911: Use wallet RBF default for walletcreatefundedpsbt
MarcoFalke
2019-08-01
Merge #16394: Allow createwallet to take empty passwords to make unencrypted ...
MeshCollider
2019-07-31
Merge #15906: [wallet] Move min_depth and max_depth to coin control
Wladimir J. van der Laan
2019-07-29
Allow createwallet to take empty passwords to make unencrypted wallets
Andrew Chow
2019-07-29
Merge #16399: wallet: Improve wallet creation
MarcoFalke
2019-07-27
[doc] rpc: remove "fallback to" from RBF default help
Sjors Provoost
2019-07-27
[rpc] walletcreatefundedpsbt: use wallet default RBF
Sjors Provoost
2019-07-27
Merge #15996: rpc: Deprecate totalfee argument in `bumpfee`
MeshCollider
2019-07-26
deprecate totalFee argument in bumpfee RPC call
Gregory Sanders
2019-07-22
extract min & max depth onto coin control
Amiti Uttarwar
2019-07-19
Use switch on status in RpcWallet
Fabian Jahr
2019-07-19
Return error for ignored passphrase through disable private keys option
Fabian Jahr
2019-07-18
rpcwallet: document include_watchonly default for watchonly wallets
William Casarin
2019-07-18
rpcwallet: default include_watchonly to true for watchonly wallets
William Casarin
2019-07-17
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
MeshCollider
2019-07-16
Place out args at the end for CreateWallet
Fabian Jahr
2019-07-11
Merge #16227: Refactor CWallet's inheritance chain
Wladimir J. van der Laan
2019-07-10
Merge #16244: Move wallet creation out of the createwallet rpc into its own f...
MarcoFalke
2019-07-10
Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
Gregory Sanders
2019-07-10
Merge #16237: Have the wallet give out destinations instead of keys
Wladimir J. van der Laan
2019-07-09
Move wallet creation out of the createwallet rpc into its own function
Andrew Chow
2019-07-09
Add GetNewChangeDestination for getting new change Destinations
Andrew Chow
2019-07-09
Replace CReserveKey with ReserveDestinatoin
Andrew Chow
2019-07-09
Add GetNewDestination to CWallet to fetch new destinations
Andrew Chow
2019-07-09
Move HaveKey static function from keystore to rpcwallet where it is used
Andrew Chow
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-06-22
Merge #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuse
MeshCollider
2019-06-22
wallet/rpc: use static help text
Karl-Johan Alm
2019-06-22
wallet/rpc/getbalances: add entry for 'mine.used' balance in results
Karl-Johan Alm
2019-06-21
Merge #16026: Ensure that uncompressed public keys in a multisig always retur...
MeshCollider
2019-06-20
Make and get the multisig redeemscript and destination in one function instea...
Andrew Chow
2019-06-19
Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacy
MeshCollider
2019-06-19
Merge #15899: rpc: Document iswitness flag and fix bug in converttopsbt
MeshCollider
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-04
wallet: do not encrypt wallets with disabled private keys
whythat
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-29
wallet: enable avoid_partial_spends by default if avoid_reuse is set
Karl-Johan Alm
2019-05-29
wallet/rpc: add 'avoid_reuse' option to RPC commands
Karl-Johan Alm
2019-05-29
wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
Karl-Johan Alm
2019-05-29
wallet: avoid reuse flags
Karl-Johan Alm
2019-05-22
rpc: Mention getwalletinfo where a rescan is triggered
João Barbosa
2019-05-16
rpc: bugfix: Properly use iswitness in converttopsbt
MarcoFalke
2019-05-16
rpc: Switch touched RPCs to IsValidNumArgs
MarcoFalke
2019-05-13
Add option to create an encrypted wallet
Andrew Chow
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-06
Merge #15730: rpc: Show scanning details in getwalletinfo
Wladimir J. van der Laan
2019-05-03
rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
MarcoFalke
[next]