bitcoin/src/index
Ryan Ofsky 65951e0418
index: race fix, lock cs_main while 'm_synced' is subject to change
This ensures that the index does not miss any 'new block' signals
occurring in-between reading the 'next block' and setting 'm_synced'.
Because, if this were to happen, the ignored blocks would never be
indexed, thus stalling the index forever.
2024-04-17 17:24:05 -03:00
..
base.cpp index: race fix, lock cs_main while 'm_synced' is subject to change 2024-04-17 17:24:05 -03:00
base.h bench: basic block filter index initial sync 2024-03-12 09:30:42 -03:00
blockfilterindex.cpp index: cache last block filter header 2024-03-12 11:55:04 -03:00
blockfilterindex.h index: cache last block filter header 2024-03-12 11:55:04 -03:00
coinstatsindex.cpp scripted-diff: Replace error() with LogError() 2024-03-11 13:49:37 +01:00
coinstatsindex.h index: add [nodiscard] attribute to functions writing to the db 2023-09-08 10:04:14 -03:00
disktxpos.h Replace READWRITEAS macro with AsBase wrapping function 2023-08-28 17:48:15 +02:00
txindex.cpp scripted-diff: Replace error() with LogError() 2024-03-11 13:49:37 +01:00
txindex.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00