aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2022-10-28rpc: make `address` field optionalw0xlt
2022-10-28wallet: Check utxo prevout index out of bounds in sendallAndrew Chow
2022-10-28wallet: Correctly check ismine for sendallAndrew Chow
2022-10-13refactor: revert m_next_resend to not be std::atomicstickies-v
2022-10-13wallet: only update m_next_resend when actually resendingstickies-v
2022-10-13refactor: carve out tx resend timer logic into ShouldResendstickies-v
2022-10-13refactor: remove unused locks for ResubmitWalletTransactionsstickies-v
2022-10-04test: Check external coin effective value is used in CoinSelectionAurèle Oulès
2022-10-04wallet: Use correct effective value when checking targetAurèle Oulès
2022-09-25Merge bitcoin/bitcoin#26178: [24.x] Bugfix: Wallet: Lock cs_wallet for SignMe...MacroFake
2022-09-20Fix nNextResend data race in ResubmitWalletTransactionsMacroFake
2022-09-20Bugfix: Wallet: Lock cs_wallet for SignMessageLuke Dashjr
2022-09-19Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...fanquake
2022-09-16Bugfix: Wallet: Return util::Error rather than non-error nullptr when CreateW...Luke Dashjr
2022-09-16Bugfix: Wallet: Wrap RestoreWallet content in a try block to ensure exception...Luke Dashjr
2022-09-16Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench loggingfanquake
2022-09-15Merge bitcoin/bitcoin#26024: wallet: fix sendall creates tx that fails tx-siz...Andrew Chow
2022-09-15Merge bitcoin/bitcoin#26091: test: Fix syncwithvalidationinterfacequeue callsAndrew Chow
2022-09-15wallet: fix sendall creates tx that fails tx-size checkkouloumos
2022-09-15test: Add missing syncwithvalidationinterfacequeueMacroFake
2022-09-15Merge bitcoin/bitcoin#26084: sendall: check if the maxtxfee has been exceededMacroFake
2022-09-14Merge bitcoin/bitcoin#26053: rpc: bugfix, 'add_inputs' default value is true ...Andrew Chow
2022-09-14test/doc: Remove unused syncwithvalidationinterfacequeueMacroFake
2022-09-13sendall: check if the maxtxfee has been exceededishaanam
2022-09-13RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are providedfurszy
2022-09-13Merge bitcoin/bitcoin#26021: wallet: bugfix, load a wallet with an unknown/co...Andrew Chow
2022-09-09wallet: coverage for loading an unknown descriptorfurszy
2022-09-09wallet: bugfix, load wallet with an unknown descriptor cause fatal errorfurszy
2022-09-06Merge bitcoin/bitcoin#26010: RPC: fix sendall docsAndrew Chow
2022-09-05RPC: fix sendall docsAnthony Towns
2022-09-05Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac...glozow
2022-09-01Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal...Andrew Chow
2022-09-01Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors resultAndrew Chow
2022-08-31rpc: sort listdescriptors resultSjors Provoost
2022-08-31Merge bitcoin/bitcoin#25872: Fix issues when calling std::move(const&)fanquake
2022-08-29Add migratewallet RPCAndrew Chow
2022-08-29Implement MigrateLegacyToDescriptorAndrew Chow
2022-08-29Implement MigrateToSQLiteAndrew Chow
2022-08-29wallet: Deduplicate Resend and ReacceptWalletTransactionsAndrew Chow
2022-08-26Merge bitcoin/bitcoin#25922: wallet: trigger MaybeResendWalletTxs() every minuteAndrew Chow
2022-08-26Merge bitcoin/bitcoin#25896: wallet: Log when Wallet::SetMinVersion sets a di...Andrew Chow
2022-08-26wallet: Refactor SetupDescSPKMs to take CExtKeyAndrew Chow
2022-08-26Implement LegacyScriptPubKeyMan::DeleteRecordsAndrew Chow
2022-08-25Implement LegacyScriptPubKeyMan::MigrateToDescriptorAndrew Chow
2022-08-25scriptpubkeyman: Implement GetScriptPubKeys in LegacyAndrew Chow
2022-08-25Apply label to all scriptPubKeys of imported combo()Andrew Chow
2022-08-25Wallet::SetMinVersion - Log the new minversionAli Sherief
2022-08-25wallet: trigger MaybeResendWalletTxs() every minutestickies-v
2022-08-24scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)Sebastian Falbesoner
2022-08-22Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResultAndrew Chow