Age | Commit message (Expand) | Author |
2023-05-30 | Merge bitcoin/bitcoin#27666: wallet, bench: Move commonly used functions to t... | fanquake |
2023-05-30 | Merge bitcoin/bitcoin#27774: refactor: Add [[nodiscard]] where ignoring a Res... | fanquake |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-29 | Merge bitcoin/bitcoin#27759: Fix `#include`s in `src/wallet` | fanquake |
2023-05-29 | Add [[nodiscard]] where ignoring a Result return type is an error | MarcoFalke |
2023-05-27 | Merge bitcoin/bitcoin#27145: wallet: when a block is disconnected, update tra... | Andrew Chow |
2023-05-25 | tests: Move ADDRESS_BCRT1_UNSPENDABLE to wallet/test/util.h | Andrew Chow |
2023-05-25 | tests, bench: Consolidate {Test,Bench}Un/LoadWallet helper | Andrew Chow |
2023-05-25 | Fix `#include`s in `src/wallet` | Hennadii Stepanov |
2023-05-25 | wallet: skip block scan if block was created before wallet birthday | furszy |
2023-05-25 | refactor: single method to append new spkm to the wallet | furszy |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-20 | refactor: Split util::AnyPtr into its own file | TheCharlatan |
2023-05-20 | refactor: Split util::insert into its own file | TheCharlatan |
2023-05-18 | Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operation | Andrew Chow |
2023-05-15 | walletdb: Remove unused CreateMockWalletDatabase | Andrew Chow |
2023-05-15 | test: add coverage for wallet read write db deadlock | furszy |
2023-05-15 | walletdb: scope bdb::EraseRecords under a single db txn | furszy |
2023-05-15 | wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCursor | furszy |
2023-05-15 | Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests | fanquake |
2023-05-14 | wallet, tests: mark unconflicted txs as inactive | ishaanam |
2023-05-11 | Merge bitcoin/bitcoin#27125: refactor, kernel: Decouple ArgsManager from bloc... | fanquake |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-05-09 | scripted-diff: Use UniValue::find_value method | MarcoFalke |
2023-05-09 | Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library | fanquake |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-08 | Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h | Andrew Chow |
2023-05-06 | Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t... | fanquake |
2023-05-03 | Merge bitcoin/bitcoin#26066: wallet: Refactor and document CoinControl | Andrew Chow |
2023-05-03 | tests: Modify records directly in wallet ckey loading test | Andrew Chow |
2023-05-03 | tests: Update DuplicateMockDatabase for MockableDatabase | Andrew Chow |
2023-05-03 | scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB | Andrew Chow |
2023-05-03 | wallet, tests: Include wallet/test/util.h | Andrew Chow |
2023-05-03 | wallet: Move DummyDatabase to salvage | Andrew Chow |
2023-05-03 | wallet, tests: Replace usage of dummy db with mockable db | Andrew Chow |
2023-05-03 | Introduce MockableDatabase for wallet unit tests | Andrew Chow |
2023-05-02 | Merge bitcoin/bitcoin#26094: rpc: Return block hash & height in getbalances, ... | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#27195: bumpfee: allow send coins back to yourself | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#25680: rpc, docs: Add note for commands that supports o... | Andrew Chow |
2023-05-01 | Merge bitcoin/bitcoin#27224: refactor: Remove CAddressBookData::destdata | Andrew Chow |
2023-04-26 | rpc: return block hash & height in getbalances, gettransaction & getwalletinf... | Harris |
2023-04-26 | Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor... | Andrew Chow |
2023-04-26 | refactor: Make ListSelected return vector | Sebastian Falbesoner |
2023-04-26 | wallet: Move CoinCointrol definitions to .cpp | Aurèle Oulès |
2023-04-26 | wallet: Use std::optional for GetExternalOutput and fixups | Aurèle Oulès |
2023-04-26 | scripted-diff: Rename setSelected->m_selected_inputs | Aurèle Oulès |
2023-04-22 | wallet: introduce generic recursive tx state updating function | ishaanam |
2023-04-21 | Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in... | Andrew Chow |
2023-04-21 | Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system | fanquake |
2023-04-20 | Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha... | Andrew Chow |