Age | Commit message (Expand) | Author |
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-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-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 |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-15 | bumpfee: enable send coins back to yourself | furszy |
2023-04-15 | Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t... | fanquake |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-12 | refactor: Remove CAddressBookData::destdata | Ryan Ofsky |
2023-04-12 | wallet: Add DatabaseBatch::ErasePrefix method | Ryan Ofsky |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-11 | wallet: add AddressPurpose enum to replace string values | Ryan Ofsky |
2023-04-11 | wallet: Add wallet/types.h for simple public enum and struct types | Ryan Ofsky |
2023-04-11 | Merge bitcoin/bitcoin#26699: wallet, gui: bugfix, getAvailableBalance skips s... | Andrew Chow |
2023-04-10 | rpc: move WALLET_FLAG_CAVEATS to the compilation unit of its caller | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | rpc: add "warnings" field to RPCs {create,load,unload,restore}wallet | Jon Atack |