aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2019-11-11rpc: Expose block height of wallet transactionsJoão Barbosa
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-06Remove locked_chain from GetDepthInMainChain and its callersAntoine Riard
2019-11-05Pass CTxDestination to ScriptPubKeyMan::GetMetadataRussell Yanofsky
2019-11-05Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cppRussell Yanofsky
2019-11-05Merge #17258: Fix issue with conflicted mempool tx in listsinceblockSamuel Dobson
2019-11-04Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linterMarcoFalke
2019-11-01Refactor: Move GetMetadata code out of getaddressinfoAndrew Chow
2019-10-30replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas
2019-10-30Merge #16839: Replace Connman and BanMan globals with NodeContext localWladimir J. van der Laan
2019-10-28Avoid using g_rpc_node global in wallet codeRussell Yanofsky
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-28scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky
2019-10-28Fix issue with conflicted mempool tx in listsinceblockAdam Jonas
2019-10-25Refactor: Split up CWallet and LegacyScriptPubKeyMan and classesAndrew Chow
2019-10-24Merge #17154: wallet: Remove return value from CommitTransactionWladimir J. van der Laan
2019-10-21Merge #17070: wallet: Avoid showing GUI popups on RPC errorsWladimir J. van der Laan
2019-10-18[wallet] Remove `state` argument from CWallet::CommitTransactionJohn Newbery
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-10-15Remove unused includespracticalswift
2019-10-10change wallet pointers to references in feebumperAdam Jonas
2019-10-09Add missing fields in TransactionDescriptionString and othersAntoine Riard
2019-10-09MOVEONLY : move RPC wallets helpers to TransactionDescriptionStringAntoine Riard
2019-10-08wallet: Avoid showing GUI popups on RPC errorsMarcoFalke
2019-10-03Disallow implicit conversion for CFeeRate constructorGregory Sanders
2019-10-02Merge #16727: wallet: Explicit feerate for bumpfeeWladimir J. van der Laan
2019-09-30Merge #16397: doc: Clarify includeWatching for fundrawtransactionWladimir J. van der Laan
2019-09-28rpc bumpfee: add fee_rate argumentezegom
2019-09-14rpc: fix regression in gettransactionJon Atack
2019-09-13[wallet] Rename 'decode' argument in gettransaction method to 'verbose'John Newbery
2019-09-13Clarify includeWatching for fundrawtransactionSteven Roose
2019-09-07Merge #16798: Refactor rawtransaction_util's SignTransaction to separate prev...fanquake
2019-09-06Merge #16624: wallet: encapsulate transactions stateMeshCollider
2019-09-03Refactor rawtransaction_util's SignTransaction to have previous tx parsing be...Andrew Chow
2019-08-30gettransaction: add an argument to decode the transactiondarosior
2019-08-23Encapsulate tx status in a Confirmation structAntoine Riard
2019-08-16Merge #16383: rpcwallet: default include_watchonly to true for watchonly walletsfanquake
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-02Merge #15911: Use wallet RBF default for walletcreatefundedpsbtMarcoFalke
2019-08-01Merge #16394: Allow createwallet to take empty passwords to make unencrypted ...MeshCollider
2019-07-31Merge #15906: [wallet] Move min_depth and max_depth to coin controlWladimir J. van der Laan
2019-07-29Allow createwallet to take empty passwords to make unencrypted walletsAndrew Chow
2019-07-29Merge #16399: wallet: Improve wallet creationMarcoFalke
2019-07-27[doc] rpc: remove "fallback to" from RBF default helpSjors Provoost
2019-07-27[rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost
2019-07-27Merge #15996: rpc: Deprecate totalfee argument in `bumpfee`MeshCollider
2019-07-26deprecate totalFee argument in bumpfee RPC callGregory Sanders
2019-07-22extract min & max depth onto coin controlAmiti Uttarwar
2019-07-19Use switch on status in RpcWalletFabian Jahr
2019-07-19Return error for ignored passphrase through disable private keys optionFabian Jahr