Age | Commit message (Expand) | Author |
2022-07-12 | wallet: change `ScanForWalletTransactions` to use `Ticks()` | w0xlt |
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-11 | wallet: Precompute Txdata after setting PSBT inputs' UTXOs | Andrew Chow |
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 | Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access | Andrew Chow |
2022-07-03 | wallet: Rescan mempool for transactions as well | Fabian Jahr |
2022-06-28 | wallet: use CCoinControl to estimate signature size | S3RK |
2022-06-27 | psbt: Remove non_witness_utxo for segwit v1+ | Andrew Chow |
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-17 | Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi... | Andrew Chow |
2022-06-10 | Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions | MacroFake |
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-29 | wallet: CommitTransaction, remove extra wtx lookup and add exception for a po... | furszy |
2022-05-21 | scripted-diff: Convert global Mutexes to GlobalMutexes | Anthony Towns |
2022-05-18 | Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro... | MacroFake |
2022-05-16 | Merge bitcoin/bitcoin#25088: Wallet: Ensure m_attaching_chain is set before r... | Andrew Chow |
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-05-10 | wallet: Change log interval to use `steady_clock` | w0xlt |
2022-05-09 | Wallet: Ensure m_attaching_chain is set before registering for signals | Luke Dashjr |
2022-05-05 | Wrap boost::replace_all | MacroFake |
2022-04-28 | Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros... | Andrew Chow |
2022-04-28 | Merge bitcoin/bitcoin#24984: wallet: ignore chainStateFlushed notifications w... | Andrew Chow |
2022-04-26 | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant) | practicalswift |
2022-04-26 | wallet: ignore chainStateFlushed notifications while attaching chain | Martin Zumsande |
2022-04-21 | Merge bitcoin/bitcoin#24213: refactor: use Span in random.* | laanwj |
2022-04-15 | Change wallet validation order | w0xlt |
2022-03-30 | wallet: Postpone NotifyWalletLoaded() for encrypted wallets | Hennadii Stepanov |
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-24 | Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit... | MarcoFalke |
2022-03-23 | refactor: use Span in random.* | pasta |
2022-03-16 | Replace use of `ArgsManager` with `DatabaseOptions` | Kiminuo |
2022-03-10 | wallet: Add a deprecation warning for newly created legacy wallets | Andrew Chow |
2022-02-23 | Merge bitcoin/bitcoin#24401: wallet: Add external-signer-support specific err... | Andrew Chow |
2022-02-20 | wallet: Add external-signer-support specific error message | Hennadii Stepanov |
2022-02-18 | Rename wallet-tool to bitcoin-wallet in code comment | Kristaps Kaupe |
2022-02-16 | wallet: ensure wallet files are not reused across chains | Seibart Nedor |
2022-02-15 | wallet: avoid rescans if under the snapshot | James O'Beirne |
2022-02-03 | refactor: replace boost::filesystem with std::filesystem | Kiminuo |