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-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-24
Merge #17154: wallet: Remove return value from CommitTransaction
Wladimir J. van der Laan
2019-10-21
Merge #17070: wallet: Avoid showing GUI popups on RPC errors
Wladimir J. van der Laan
2019-10-18
[wallet] Remove `state` argument from CWallet::CommitTransaction
John Newbery
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-10-15
Remove unused includes
practicalswift
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
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-08
wallet: Avoid showing GUI popups on RPC errors
MarcoFalke
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
[next]