aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/dump.cpp
AgeCommit message (Expand)Author
2024-05-16bdb: Be able to make byteswapped databasesAva Chow
2024-05-16wallettool: Optionally use BERKELEY_RO as format when dumping BDB walletsAva Chow
2023-12-19wallettool: Don't create CWallet when dumping DBAndrew Chow
2023-06-27Use only Span{} constructor for byte-like types where possibleMarcoFalke
2023-06-01streams: Drop confusing DataStream::Serialize method and << operatorRyan Ofsky
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-23refactor: Move fs.* to util/fs.*TheCharlatan
2023-02-15refactor: remove <util/system.h> include from wallet.hfurszy
2023-02-15refactor: wallet, remove global 'ArgsManager' accessfurszy
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-23Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...fanquake
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-16db: Change DatabaseCursor::Next to return status enumAndrew Chow
2022-12-16wallet: Have cursor users use DatabaseCursor directlyAndrew Chow
2022-12-05Fixup clang-tidy named argument commentsfanquake
2022-07-20Use HashWriter where possibleMacroFake
2022-03-16Replace use of `ArgsManager` with `DatabaseOptions`Kiminuo
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-27Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serializelaanwj
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2022-01-05Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum is ...laanwj
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-26wallettool: Check that the dumpfile checksum is the correct sizeAndrew Chow
2021-11-09Remove `gArgs` from `wallet.h` and `wallet.cpp`Kiminuo
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-05-19refactor: move first run detection to client codeIvan Metlushko
2020-12-16wallettool: Add createfromdump commandAndrew Chow
2020-12-16wallettool: Add dump commandAndrew Chow