Age | Commit message (Expand) | Author |
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 |
2022-04-26 | wallet: ignore chainStateFlushed notifications while attaching chain | Martin Zumsande |
2022-03-29 | wallet, refactor: Add wallet::NotifyWalletLoaded() function | Hennadii Stepanov |
2022-03-25 | wallet: Prevent wallet unload on GetWalletForJSONRPCRequest | João Barbosa |
2022-03-25 | Merge bitcoin/bitcoin#24502: wallet: don't create long chains by default | MarcoFalke |
2022-03-25 | [wallet] don't create long chains by default | glozow |
2022-03-25 | wallet: Fix coinselection include | MarcoFalke |
2022-02-16 | wallet: ensure wallet files are not reused across chains | Seibart Nedor |
2022-01-24 | wallet: Allow user specified input size to override | Andrew Chow |
2022-01-11 | Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:... | MarcoFalke |
2022-01-11 | Change type of `backup_file` parameter in RestoreWallet/restoreWallet | Hennadii Stepanov |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-22 | scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader | Russell Yanofsky |
2021-12-16 | Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ... | MarcoFalke |
2021-12-14 | refactor: Implement restorewallet() logic in the wallet section | w0xlt |
2021-12-08 | psbt: Actually use SIGHASH_DEFAULT | Andrew Chow |
2021-12-02 | Merge bitcoin/bitcoin#22929: wallet: Automatically add receiving destinations... | W. J. van der Laan |
2021-11-29 | Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without fin... | W. J. van der Laan |
2021-11-25 | Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe | W. J. van der Laan |
2021-11-22 | Merge bitcoin/bitcoin#23348: rpc, wallet: Do not return "keypoololdest" for b... | Samuel Dobson |
2021-11-15 | refactor: Make CWalletTx sync state type-safe | Russell Yanofsky |
2021-11-09 | Remove `gArgs` from `wallet.h` and `wallet.cpp` | Kiminuo |