0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-22 12:23:34 -05:00
bitcoin-bitcoin-core/src/index
Lőrinc 223081ece6 scripted-diff: rename block and undo functions for consistency
Co-authored-by: Ryan Ofsky <ryan@ofsky.org>
Co-authored-by: Hodlinator <172445034+hodlinator@users.noreply.github.com>

-BEGIN VERIFY SCRIPT-
grep -r -wE 'WriteBlock|ReadRawBlock|ReadBlock|WriteBlockUndo|ReadBlockUndo' $(git ls-files src/ ':!src/leveldb') && \
    echo "Error: One or more target names already exist!" && exit 1
sed -i \
    -e 's/\bSaveBlockToDisk/WriteBlock/g' \
    -e 's/\bReadRawBlockFromDisk/ReadRawBlock/g' \
    -e 's/\bReadBlockFromDisk/ReadBlock/g' \
    -e 's/\bWriteUndoDataForBlock/WriteBlockUndo/g' \
    -e 's/\bUndoReadFromDisk/ReadBlockUndo/g' \
    $(git ls-files src/ ':!src/leveldb')
-END VERIFY SCRIPT-
2025-01-09 15:17:02 +01:00
..
base.cpp scripted-diff: rename block and undo functions for consistency 2025-01-09 15:17:02 +01:00
base.h refactor: rename BlockKey to BlockRef 2024-09-17 09:14:15 +02:00
blockfilterindex.cpp scripted-diff: rename block and undo functions for consistency 2025-01-09 15:17:02 +01:00
blockfilterindex.h refactor: rename BlockKey to BlockRef 2024-09-17 09:14:15 +02:00
coinstatsindex.cpp scripted-diff: rename block and undo functions for consistency 2025-01-09 15:17:02 +01:00
coinstatsindex.h refactor: rename BlockKey to BlockRef 2024-09-17 09:14:15 +02:00
disktxpos.h tidy: modernize-use-equals-default 2024-07-08 11:12:01 +02:00
txindex.cpp streams: cache file position within AutoFile 2024-09-13 07:35:41 -04:00
txindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00