Age | Commit message (Expand) | Author |
2023-06-28 | refactor: Drop unsafe AsBytePtr function | Ryan Ofsky |
2023-06-28 | Merge bitcoin/bitcoin#27927: util: Allow std::byte and char Span serialization | Andrew Chow |
2023-06-28 | wallet: bugfix, always use apostrophe for spkm descriptor ID | furszy |
2023-06-28 | refactor: extract descriptor ID calculation from spkm GetID() | furszy |
2023-06-28 | wallet: do not allow loading descriptor with an invalid ID | furszy |
2023-06-27 | Merge bitcoin/bitcoin#24914: wallet: Load database records in a particular order | Ryan Ofsky |
2023-06-27 | walletdb: Remove loading code where the database is iterated | Andrew Chow |
2023-06-27 | walletdb: refactor decryption key loading | Andrew Chow |
2023-06-27 | walletdb: refactor defaultkey and wkey loading | Andrew Chow |
2023-06-27 | walletdb: refactor active spkm loading | Andrew Chow |
2023-06-27 | walletdb: refactor tx loading | Andrew Chow |
2023-06-27 | walletdb: refactor address book loading | Andrew Chow |
2023-06-27 | walletdb: Refactor descriptor wallet records loading | Andrew Chow |
2023-06-27 | walletdb: Refactor legacy wallet record loading into its own function | Andrew Chow |
2023-06-27 | Use only Span{} constructor for byte-like types where possible | MarcoFalke |
2023-06-26 | bumpfee: Allow original change position to be specified | Andrew Chow |
2023-06-23 | Merge bitcoin/bitcoin#27846: [coinselection] Increase SRD target by change_fee | Andrew Chow |
2023-06-23 | wallet: Give deprecation warning when loading a legacy wallet | Andrew Chow |
2023-06-23 | GUI: TransactionRecord: Refactor to turn send-to-self into send+receive pairs | Luke Dashjr |
2023-06-22 | Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linter | fanquake |
2023-06-21 | [fuzz] Show that SRD budgets for non-dust change | Murch |
2023-06-21 | [bug] Increase SRD target by change_fee | Murch |
2023-06-21 | Merge bitcoin/bitcoin#27822: Renamed UniValue::__pushKV to UniValue::pushKVEnd. | fanquake |
2023-06-20 | Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet... | Ryan Ofsky |
2023-06-20 | fuzz: Fix implicit-integer-sign-change in wallet/fees fuzz target | MarcoFalke |
2023-06-20 | scripted-diff: Following the C++ Standard rules for identifiers with _. | Brotcrunsher |
2023-06-19 | salvage: Remove use of ReadKeyValue in salvage | Andrew Chow |
2023-06-19 | Merge bitcoin/bitcoin#27902: fuzz: wallet, add target for `CoinControl` | Andrew Chow |
2023-06-19 | walletdb: Refactor hd chain loading to its own function | Andrew Chow |
2023-06-19 | walletdb: Refactor encryption key loading to its own function | Andrew Chow |
2023-06-19 | walletdb: Refactor crypted key loading to its own function | Andrew Chow |
2023-06-19 | walletdb: Refactor key reading and loading to its own function | Andrew Chow |
2023-06-17 | fuzz: wallet, add target for CoinControl | Ayush Singh |
2023-06-16 | Merge bitcoin/bitcoin#27757: rpc: remove deprecated "warning" field from {cre... | Andrew Chow |
2023-06-14 | test: Kill `BOOST_ASSERT` | Hennadii Stepanov |
2023-06-14 | test: move remaining random test util code from setup_common to random | jonatack |
2023-06-14 | fuzz: wallet, add target for `fees` | brunoerg |
2023-06-14 | Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa... | Ryan Ofsky |
2023-06-13 | interfaces, wallet: Expose migrate wallet | Andrew Chow |
2023-06-13 | wallet: Document blank flag use in descriptor wallets | Ryan Ofsky |
2023-06-13 | wallet: Ensure that the blank wallet flag is unset after imports | Andrew Chow |
2023-06-12 | wallet: Generated migrated wallet's path from walletdir and name | Andrew Chow |
2023-06-12 | Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly | fanquake |
2023-06-09 | Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai... | Ryan Ofsky |
2023-06-08 | rpc, wallet: Include information about blank flag | Andrew Chow |
2023-06-08 | walletdb: Refactor wallet flags loading | Andrew Chow |
2023-06-08 | walletdb: Refactor minversion loading | Andrew Chow |
2023-06-05 | Merge bitcoin/bitcoin#27801: wallet: Add tracing for sqlite statements | fanquake |
2023-06-04 | Restorewallet/createwallet help documentation fixups/improvements | Jon Atack |
2023-06-04 | rpc: remove deprecated "warning" field from {create,load,restore,unload}wallet | Sebastian Falbesoner |