Age | Commit message (Expand) | Author |
2023-04-18 | doc: fix/improve warning helps in {create,load,unload,restore}wallet | Jon Atack |
2023-02-27 | wallet, rpc: Update migratewallet help text for encrypted wallets | Andrew Chow |
2023-02-27 | wallet: Be able to unlock the wallet for migration | Andrew Chow |
2023-02-27 | rpc: Allow users to specify wallet name for migratewallet | Andrew Chow |
2023-02-27 | wallet: Allow MigrateLegacyToDescriptor to take a wallet name | Andrew Chow |
2023-02-22 | wallet: reuse change dest when recreating TX with avoidpartialspends | Matthew Zipkin |
2023-02-20 | Zero out wallet master key upon lock | John Moffett |
2023-02-20 | For feebump, ignore abandoned descendant spends | John Moffett |
2023-02-20 | wallet: Skip rescanning if wallet is more recent than tip | Andrew Chow |
2023-02-20 | wallet: fully migrate address book entries for watchonly/solvable wallets | Sebastian Falbesoner |
2022-12-05 | test: Coin Selection, duplicated preset inputs selection | furszy |
2022-12-05 | test: wallet, coverage for CoinsResult::Erase function | furszy |
2022-12-05 | wallet: bugfix, 'CoinsResult::Erase' is erasing only one output of the set | furszy |
2022-12-01 | wallet: Explicitly say migratewallet on encrypted wallets is unsupported | Andrew Chow |
2022-12-01 | wallet: Avoid null pointer deref when cleaning up migratewallet | Andrew Chow |
2022-11-07 | rpc: doc: add missing option "bech32m" for `change_type` parameters | Sebastian Falbesoner |
2022-11-04 | psbt: Include output pubkey in additional pubkeys to sign | Andrew Chow |
2022-10-28 | rpc: make `address` field optional | w0xlt |
2022-10-28 | wallet: Check utxo prevout index out of bounds in sendall | Andrew Chow |
2022-10-28 | wallet: Correctly check ismine for sendall | Andrew Chow |
2022-10-13 | refactor: revert m_next_resend to not be std::atomic | stickies-v |
2022-10-13 | wallet: only update m_next_resend when actually resending | stickies-v |
2022-10-13 | refactor: carve out tx resend timer logic into ShouldResend | stickies-v |
2022-10-13 | refactor: remove unused locks for ResubmitWalletTransactions | stickies-v |
2022-10-04 | test: Check external coin effective value is used in CoinSelection | Aurèle Oulès |
2022-10-04 | wallet: Use correct effective value when checking target | Aurèle Oulès |
2022-09-25 | Merge bitcoin/bitcoin#26178: [24.x] Bugfix: Wallet: Lock cs_wallet for SignMe... | MacroFake |
2022-09-20 | Fix nNextResend data race in ResubmitWalletTransactions | MacroFake |
2022-09-20 | Bugfix: Wallet: Lock cs_wallet for SignMessage | Luke Dashjr |
2022-09-19 | Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in... | fanquake |
2022-09-16 | Bugfix: Wallet: Return util::Error rather than non-error nullptr when CreateW... | Luke Dashjr |
2022-09-16 | Bugfix: Wallet: Wrap RestoreWallet content in a try block to ensure exception... | Luke Dashjr |
2022-09-16 | Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging | fanquake |
2022-09-15 | Merge bitcoin/bitcoin#26024: wallet: fix sendall creates tx that fails tx-siz... | Andrew Chow |
2022-09-15 | Merge bitcoin/bitcoin#26091: test: Fix syncwithvalidationinterfacequeue calls | Andrew Chow |
2022-09-15 | wallet: fix sendall creates tx that fails tx-size check | kouloumos |
2022-09-15 | test: Add missing syncwithvalidationinterfacequeue | MacroFake |
2022-09-15 | Merge bitcoin/bitcoin#26084: sendall: check if the maxtxfee has been exceeded | MacroFake |
2022-09-14 | Merge bitcoin/bitcoin#26053: rpc: bugfix, 'add_inputs' default value is true ... | Andrew Chow |
2022-09-14 | test/doc: Remove unused syncwithvalidationinterfacequeue | MacroFake |
2022-09-13 | sendall: check if the maxtxfee has been exceeded | ishaanam |
2022-09-13 | RPC: bugfix, 'add_inputs' default value is true unless 'inputs' are provided | furszy |
2022-09-13 | Merge bitcoin/bitcoin#26021: wallet: bugfix, load a wallet with an unknown/co... | Andrew Chow |
2022-09-09 | wallet: coverage for loading an unknown descriptor | furszy |
2022-09-09 | wallet: bugfix, load wallet with an unknown descriptor cause fatal error | furszy |
2022-09-06 | Merge bitcoin/bitcoin#26010: RPC: fix sendall docs | Andrew Chow |
2022-09-05 | RPC: fix sendall docs | Anthony Towns |
2022-09-05 | Merge bitcoin/bitcoin#25768: wallet: Properly rebroadcast unconfirmed transac... | glozow |
2022-09-01 | Merge bitcoin/bitcoin#19602: wallet: Migrate legacy wallets to descriptor wal... | Andrew Chow |
2022-09-01 | Merge bitcoin/bitcoin#25931: rpc: sort listdescriptors result | Andrew Chow |