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-10-09
Add missing fields in TransactionDescriptionString and others
Antoine Riard
2019-10-09
MOVEONLY : move RPC wallets helpers to TransactionDescriptionString
Antoine Riard
2019-10-03
Disallow implicit conversion for CFeeRate constructor
Gregory Sanders
2019-10-02
Merge #16727: wallet: Explicit feerate for bumpfee
Wladimir J. van der Laan
2019-09-30
Merge #16397: doc: Clarify includeWatching for fundrawtransaction
Wladimir J. van der Laan
2019-09-28
rpc bumpfee: add fee_rate argument
ezegom
2019-09-14
rpc: fix regression in gettransaction
Jon Atack
2019-09-13
[wallet] Rename 'decode' argument in gettransaction method to 'verbose'
John Newbery
2019-09-13
Clarify includeWatching for fundrawtransaction
Steven Roose
2019-09-07
Merge #16798: Refactor rawtransaction_util's SignTransaction to separate prev...
fanquake
2019-09-06
Merge #16624: wallet: encapsulate transactions state
MeshCollider
2019-09-03
Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...
Andrew Chow
2019-08-30
gettransaction: add an argument to decode the transaction
darosior
2019-08-23
Encapsulate tx status in a Confirmation struct
Antoine Riard
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
[next]