aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-02-10Merge #18079: [0.19] psbt: check that various indexes and amounts are within ...Wladimir J. van der Laan
2020-02-06psbt: check output index is within bounds before accessingAndrew Chow
2020-02-06wallet: Reset reused transactions cacheFabian Jahr
2020-01-15IsUsedDestination shouldn't use key id as script id for ScriptHashGregory Sanders
2020-01-14IsUsedDestination should count any known single-key addressGregory Sanders
2020-01-14Fix issue with conflicted mempool tx in listsinceblockAdam Jonas
2020-01-14Drop signal CClientUIInterface::LoadWalletRussell Yanofsky
2020-01-03Fix origfee return for bumpfee with feerate argGregory Sanders
2019-10-02Merge #16727: wallet: Explicit feerate for bumpfeeWladimir J. van der Laan
2019-10-02Merge #16952: gui: make sure to update the UI when deleting a transactionWladimir J. van der Laan
2019-09-30Merge #16397: doc: Clarify includeWatching for fundrawtransactionWladimir J. van der Laan
2019-09-28rpc bumpfee check fee_rate argumentezegom
2019-09-28rpc bumpfee: add fee_rate argumentezegom
2019-09-24make sure to update the UI when deleting a transactionJonas Schnelli
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-09Merge #16796: wallet: Fix segfault in CreateWalletFromFileSamuel Dobson
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-09-03wallet: Fix segmentation fault in CreateWalletFromFileMarcoFalke
2019-09-03wallet: Fix documentation around WalletParameterInteractionMarcoFalke
2019-09-03Merge #16745: wallet: Translate all initErrors in CreateWalletFromFileWladimir J. van der Laan
2019-09-02Merge #16185: gettransaction: add an argument to decode the transactionMeshCollider
2019-08-31Merge #16716: wallet: Use wallet name instead of pointer on unload/releasefanquake
2019-08-30gettransaction: add an argument to decode the transactiondarosior
2019-08-29Modify wallet tx status if has been reorged outAntoine Riard
2019-08-29wallet: extract PubKey from P2PK script with SolverSebastian Falbesoner
2019-08-28wallet: Translate all initErrors in CreateWalletFromFileMarcoFalke
2019-08-28util: Make util/error bilingual_str (refactor)MarcoFalke
2019-08-26rpc bumpfee: move feerate estimation logic into separate methodezegom
2019-08-25wallet: Use wallet name instead of pointer on unload/releaseJoão Barbosa
2019-08-23Remove SyncTransaction for conflicted txn in CWallet::BlockConnectedAntoine Riard
2019-08-23Encapsulate tx status in a Confirmation structAntoine Riard
2019-08-21Merge #16572: wallet: Fix Char as Bool in Walletfanquake
2019-08-16Give more errors for specific failure conditionsAndrew Chow
2019-08-16Return an error from descriptor Parse that gives more information about what ...Andrew Chow
2019-08-16Merge #16383: rpcwallet: default include_watchonly to true for watchonly walletsfanquake
2019-08-12Merge #16557: [wallet] restore coinbase and confirmed/conflicted checks in Su...MarcoFalke
2019-08-09[wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-08Remove p2pEnabled from Chain interfaceAntoine Riard
2019-08-08Fix Char as Bool in interfacesJeremy Rubin
2019-08-06[wallet] restore coinbase check in SubmitMemoryPoolAndRelay()John Newbery
2019-08-02Merge #16097: Refactor: Add Flags enum to ArgsManager classMarcoFalke
2019-08-02Merge #15713: refactor: Replace chain relayTransactions/submitMemoryPool by h...MarcoFalke
2019-08-02Merge #15911: Use wallet RBF default for walletcreatefundedpsbtMarcoFalke
2019-08-01Remove duplicate checks in SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Introduce CWalletTx::SubmitMemoryPoolAndRelayAntoine Riard
2019-08-01Merge #16277: [Tests] Suppress output in test_bitcoin for expected errorsWladimir J. van der Laan