Age | Commit message (Expand) | Author |
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-09-20 | Fix nNextResend data race in ResubmitWalletTransactions | MacroFake |
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-08-29 | Implement MigrateLegacyToDescriptor | Andrew Chow |
2022-08-29 | Implement MigrateToSQLite | Andrew Chow |
2022-08-29 | wallet: Deduplicate Resend and ReacceptWalletTransactions | Andrew Chow |
2022-08-26 | wallet: Refactor SetupDescSPKMs to take CExtKey | Andrew Chow |
2022-08-22 | Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125 | fanquake |
2022-08-19 | Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags... | Andrew Chow |
2022-08-19 | Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that ... | fanquake |
2022-08-17 | Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest | fanquake |
2022-08-16 | wallet: Add CWallet::IsMine(COutPoint) | Andrew Chow |
2022-08-16 | Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors | Andrew Chow |
2022-08-10 | Merge bitcoin/bitcoin#25656: refactor: wallet: return util::Result from `GetR... | MacroFake |
2022-08-05 | Merge bitcoin/bitcoin#24699: wallet: Improve AvailableCoins performance by re... | Andrew Chow |
2022-08-05 | refactor: wallet: return util::Result from `GetReservedDestination` methods | Sebastian Falbesoner |
2022-08-05 | Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags... | Luke Dashjr |
2022-08-04 | [doc] remove non-signaling mentions of BIP125 | glozow |
2022-08-03 | Change mapWallet to be a std::unordered_map | Andrew Chow |
2022-08-03 | Change mapTxSpends to be a std::unordered_multimap | Andrew Chow |
2022-08-03 | refactor: Replace BResult with util::Result | Ryan Ofsky |
2022-08-02 | Merge bitcoin/bitcoin#25272: wallet: guard and alert about a wallet invalid s... | Andrew Chow |
2022-08-01 | Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default | MacroFake |
2022-07-18 | interfaces, refactor: Add more block information to block connected notificat... | Ryan Ofsky |
2022-07-18 | wallet: guard and alert about a wallet invalid state during chain sync | furszy |
2022-07-15 | wallet: allow to fetch the wallet descriptors for a given Script | Antoine Poinsot |
2022-07-13 | wallet: Enable -walletrbf by default | Andrew Chow |
2022-07-12 | Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c... | MacroFake |
2022-07-12 | Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress | MacroFake |
2022-07-08 | Merge bitcoin/bitcoin#25481: wallet: unify max signature logic | Andrew Chow |
2022-07-08 | wallet: refactor GetNewDestination, use BResult | furszy |
2022-07-08 | wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult' | furszy |
2022-07-08 | Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access | Andrew Chow |
2022-06-28 | wallet: use CCoinControl to estimate signature size | S3RK |
2022-06-23 | wallet test: Add unit test for wallet scan save_progress option | Ryan Ofsky |
2022-06-23 | wallet: Save wallet scan progress | w0xlt |
2022-06-22 | refactor: RPC 'listlabels', encapsulate 'CWallet::ListAddrBookLabels' functio... | furszy |
2022-06-21 | wallet: implement ForEachAddrBookEntry method | furszy |
2022-06-21 | refactor: implement general 'ListAddrBookAddresses' for addressbook destinati... | furszy |
2022-06-20 | wallet: avoid extra wtx lookup in AddToSpends | furszy |
2022-06-08 | wallet: remove unused IsSpentKey(hash, index) method | furszy |
2022-06-08 | wallet: decouple IsSpentKey(scriptPubKey) from IsSpentKey(hash, n) | furszy |
2022-06-08 | wallet: IsSpent, 'COutPoint' arg instead of (hash, index) | furszy |
2022-06-08 | wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index) | furszy |
2022-05-16 | Add more proper thread safety annotations | Hennadii Stepanov |
2022-05-16 | Add proper thread safety annotation to `CWallet::GetTxConflicts()` | Hennadii Stepanov |
2022-04-28 | Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros... | Andrew Chow |