index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
dump.cpp
Age
Commit message (
Expand
)
Author
2023-12-19
wallettool: Don't create CWallet when dumping DB
Andrew Chow
2023-06-27
Use only Span{} constructor for byte-like types where possible
MarcoFalke
2023-06-01
streams: Drop confusing DataStream::Serialize method and << operator
Ryan Ofsky
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-02-15
refactor: remove <util/system.h> include from wallet.h
furszy
2023-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-23
Merge bitcoin/bitcoin#26690: wallet: Refactor database cursor into its own ob...
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-16
db: Change DatabaseCursor::Next to return status enum
Andrew Chow
2022-12-16
wallet: Have cursor users use DatabaseCursor directly
Andrew Chow
2022-12-05
Fixup clang-tidy named argument comments
fanquake
2022-07-20
Use HashWriter where possible
MacroFake
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-05
Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum is ...
laanwj
2022-01-02
Use spans of std::byte in serialize
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-26
wallettool: Check that the dumpfile checksum is the correct size
Andrew Chow
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2020-12-16
wallettool: Add createfromdump command
Andrew Chow
2020-12-16
wallettool: Add dump command
Andrew Chow