aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2023-02-27wallet, rpc: Update migratewallet help text for encrypted walletsAndrew Chow
2023-02-27wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-27rpc: Allow users to specify wallet name for migratewalletAndrew Chow
2023-02-27wallet: Allow MigrateLegacyToDescriptor to take a wallet nameAndrew Chow
2023-02-22wallet: reuse change dest when recreating TX with avoidpartialspendsMatthew Zipkin
2023-02-20Zero out wallet master key upon lockJohn Moffett
2023-02-20For feebump, ignore abandoned descendant spendsJohn Moffett
2023-02-20wallet: Skip rescanning if wallet is more recent than tipAndrew Chow
2023-02-20wallet: fully migrate address book entries for watchonly/solvable walletsSebastian Falbesoner
2022-12-05test: Coin Selection, duplicated preset inputs selectionfurszy
2022-12-05test: wallet, coverage for CoinsResult::Erase functionfurszy
2022-12-05wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the setfurszy
2022-12-01wallet: Explicitly say migratewallet on encrypted wallets is unsupportedAndrew Chow
2022-12-01wallet: Avoid null pointer deref when cleaning up migratewalletAndrew Chow
2022-11-07rpc: doc: add missing option "bech32m" for `change_type` parametersSebastian Falbesoner
2022-11-04psbt: Include output pubkey in additional pubkeys to signAndrew Chow
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