Age | Commit message (Expand) | Author |
2023-06-05 | Merge bitcoin/bitcoin#27801: wallet: Add tracing for sqlite statements | fanquake |
2023-06-02 | wallet: Add tracing for sqlite statements | Ryan Ofsky |
2023-06-02 | Merge bitcoin/bitcoin#27790: walletdb: Add PrefixCursor | fanquake |
2023-06-02 | Merge bitcoin/bitcoin#27800: streams: Drop confusing DataStream::Serialize me... | fanquake |
2023-06-01 | Merge bitcoin/bitcoin#26485: RPC: Accept options as named-only parameters | Andrew Chow |
2023-06-01 | wallet: Add GetPrefixCursor to DatabaseBatch | Andrew Chow |
2023-06-01 | streams: Drop confusing DataStream::Serialize method and << operator | Ryan Ofsky |
2023-05-31 | walletdb: Handle when database keys are empty | Ryan Ofsky |
2023-05-31 | walletdb: Consistently clear key and value streams before writing | Andrew Chow |
2023-05-30 | fuzz: fix wallet notifications.cpp | furszy |
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 | rpc: Add check for unintended option/parameter name clashes | Ryan Ofsky |
2023-05-03 | RPC: Allow RPC methods accepting options to take named parameters | Ryan Ofsky |
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 |