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-03-11
wallet: Refactor to use WalletLocation
João Barbosa
2019-03-11
No longer shutdown after encrypting the wallet
Andrew Chow
2019-01-31
Merge #15002: 0.17: Backport #14941
Wladimir J. van der Laan
2019-01-25
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2019-01-16
rpc: Make unloadwallet wait for complete wallet unload
João Barbosa
2018-12-07
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-05
rpc: Fix wallet unload during walletpassphrase timeout
João Barbosa
2018-12-03
Refactor PSBTInput signing to enforce invariant
Glenn Willen
2018-12-03
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
New PartiallySignedTransaction constructor from CTransction
Glenn Willen
2018-12-03
Remove redundant txConst parameter to FillPSBT
Glenn Willen
2018-12-03
More concise conversion of CDataStream to string
Glenn Willen
2018-12-01
Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...
MarcoFalke
2018-11-28
[wallet] Ensure wallet is unlocked before signing
gustavonalle
2018-10-10
[wallet] Restore ability to list incoming transactions by label
Russell Yanofsky
2018-09-11
Convert non-witness UTXOs to witness if witness sig created
Andrew Chow
2018-09-11
Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...
Andrew Chow
2018-08-28
fix walletcreatefundedpsbt deriv paths, add test
Gregory Sanders
2018-08-27
Docs: Fix help message typo optiona -> optional
Ben Woosley
2018-08-21
RPCTypeCheck bip32derivs arg in walletcreatefunded
Gregory Sanders
2018-08-21
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-15
Only wipe wrong UTXO type data if overwritten by wallet
Pieter Wuille
2018-08-09
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-19
wallet: Add error handling. Check return value of ParseUInt32(...) in ParseHD...
practicalswift
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-12
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-07-12
Add option to disable private keys during internal wallet creation
Jonas Schnelli
2018-07-10
Move AddAndGetDestinationForScript from wallet to outputype module
Anthony Towns
2018-07-09
Add outputtype module
Anthony Towns
2018-07-07
Merge #13564: [wallet] loadwallet shouldn't create new wallets.
MarcoFalke
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-06-29
[RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.
John Newbery
2018-06-28
[wallet] loadwallet shouldn't create new wallets.
John Newbery
2018-06-26
Merge #13498: [wallet] Fixups from account API deprecation
Pieter Wuille
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-21
Merge #13111: Add unloadwallet RPC
Jonas Schnelli
2018-06-18
[wallet] Don't use accounts when checking balance in sendmany
John Newbery
2018-06-18
[wallet] deprecate sendfrom RPC method.
John Newbery
2018-06-18
test: Wallet methods are disabled when no wallet is loaded
João Barbosa
2018-06-18
rpc: Add unloadwallet RPC
João Barbosa
2018-06-15
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-12
Merge #13120: policy: Treat segwit as always active
Wladimir J. van der Laan
2018-06-12
rpc: Extract GetWalletNameFromJSONRPCRequest from GetWalletForJSONRPCRequest
João Barbosa
2018-06-11
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-06-11
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
[next]