aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/dump.cpp
AgeCommit message (Expand)Author
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