bisq/core/src
Alva Swanson 3b5ccd267b
DaoSnapshot: Fix persistingBlockInProgress data race
The persistingBlockInProgress field is read by the block parsing thread.
However, the block parsing thread and user thread write to the
persistingBlockInProgress field. The block parsing thread might see the
update too late and trigger another snapshot before the previous was
done.
2025-01-09 20:23:52 +00:00
..
integrationTest/java/bisq/core BitcoinjBsqTests: Create per test BSQ wallet 2024-12-09 10:32:38 +00:00
main DaoSnapshot: Fix persistingBlockInProgress data race 2025-01-09 20:23:52 +00:00
test Write tests for HistoricalDataStoreService.getMapSinceVersion(...) 2024-12-21 00:11:08 +00:00