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
/
test
/
fuzz
/
utxo_snapshot.cpp
Age
Commit message (
Expand
)
Author
2024-05-24
assumeutxo: Add network magic ctor param to SnapshotMetadata
Fabian Jahr
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-06-29
Use AutoFile where possible
MacroFake
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-11-29
More Span simplifications
Pieter Wuille
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-09-20
refactor: Remove unused validation includes
MarcoFalke
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-16
fuzz: Add utxo_snapshot target
MarcoFalke