Russell Yanofsky
|
90fc8b089d
|
Add src/node/* code to node:: namespace
|
2022-01-06 22:14:16 -05:00 |
|
MarcoFalke
|
fa68a6c2fc
|
scripted-diff: Rename touched member variables
-BEGIN VERIFY SCRIPT-
ren() { sed -i "s/\<$1\>/$2/g" $( git grep -l "$1" ./src/ ) ; }
ren vinfoBlockFile m_blockfile_info
ren nLastBlockFile m_last_blockfile
ren fCheckForPruning m_check_for_pruning
ren setDirtyBlockIndex m_dirty_blockindex
ren setDirtyFileInfo m_dirty_fileinfo
-END VERIFY SCRIPT-
|
2022-01-05 16:19:11 +01:00 |
|
MarcoFalke
|
facd3df21f
|
Make blockstorage globals private members of BlockManager
|
2022-01-05 16:18:50 +01:00 |
|
MarcoFalke
|
faa8c2d7d7
|
doc: Clarify nPruneAfterHeight for signet
|
2022-01-05 16:17:22 +01:00 |
|
MarcoFalke
|
fa467f3913
|
move-only: Create WriteBlockIndexDB helper
Can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
|
2022-01-05 15:08:06 +01:00 |
|
MarcoFalke
|
fa88cfd3f9
|
Move functions to BlockManager
Needed for a later commit
|
2022-01-05 15:07:28 +01:00 |
|
MarcoFalke
|
fa7efc915b
|
Fixup style of moved code
Can be reviewed with --word-diff-regex=. -U0 --ignore-all-space
|
2022-01-02 17:05:22 +01:00 |
|
MarcoFalke
|
fade2a44f4
|
Move BlockManager to node/blockstorage
Can be reviewed with --color-moved=dimmed-zebra
|
2022-01-02 17:05:14 +01:00 |
|
MarcoFalke
|
fa2d21fec8
|
add missing atomic include
|
2021-06-22 11:06:30 +02:00 |
|
MarcoFalke
|
fa09a9eac8
|
style: Add { } to multi-line if
Can be reviewed with --word-diff-regex=. --ignore-all-space
|
2021-04-27 10:36:41 +02:00 |
|
MarcoFalke
|
fadafab833
|
move-only: Move functions to blockstorage
|
2021-04-27 10:36:23 +02:00 |
|
MarcoFalke
|
fa7e64d586
|
move-only: Move constants to blockstorage
|
2021-04-27 10:32:54 +02:00 |
|
MarcoFalke
|
fa81c30c6f
|
refactor: Move pruning/reindex/importing globals to blockstorage
Can be reviewed with --color-moved=dimmed-zebra
|
2021-04-27 10:32:24 +02:00 |
|
MarcoFalke
|
fa0c7d9ad2
|
move-only: Move *Disk functions to blockstorage
Can be reviewed with the git options
--color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
|
2021-04-05 20:26:14 +02:00 |
|
MarcoFalke
|
fa413f07a1
|
move-only: Move ThreadImport to blockstorage
Can be reviewed with the git options
--color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
|
2021-04-04 18:07:24 +02:00 |
|