-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes race condition between
NodeAddedListener
and `FullBlockImport…
…Step` (#56) Fixes race condition between attaching the NodeAddedListener and some state from post marked block being persisted. We now prepare and cleanup the listener only once each, on start and stop respectively. Other changes: Start the Pruner before FullSyncDownloader. Luckily the downloader took enough time to start downloading that this wasn't an issue but it's safer this way. Signed-off-by: Ratan Rai Sur <[email protected]>
- develop
- dev
- canary
- GHA-TESTRUN-1
- GHA.TESTRUN.1
- 25.2.2
- 25.2.1
- 25.2.0
- 25.2.0-alpha1
- 25.2.0-RC1
- 25.1.0
- 25.1.0-RC1
- 24.12.2
- 24.12.1
- 24.12.0
- 24.12.0-RC2
- 24.12.0-RC1
- 24.10.0
- 24.10.0-RC2
- 24.10.0-RC1
- 24.9.1
- 24.9.1-RC1
- 24.9.0
- 24.9.0-RC2
- 24.9.0-RC1
- 24.8.0
- 24.8.0-RC1
- 24.7.1
- 24.7.1-RC1
- 24.7.0
- 24.7.0-RC1
- 24.6.0
- 24.6.0-RC2
- 24.6.0-RC1
- 24.5.4
- 24.5.3
- 24.5.2
- 24.5.2-RC1
- 24.5.2-RC0
- 24.5.1
- 24.5.0
- 24.5.0-RC1
- 24.4.0
- 24.4.0-RC3
- 24.4.0-RC2
- 24.4.0-RC1
- 24.3.3
- 24.3.2
- 24.3.1
- 24.3.0
- 24.3.0-hotfix
- 24.2.0
- 24.2.0-RC4
- 24.2.0-RC3
- 24.2.0-RC2
- 24.2.0-RC1
- 24.1.2
- 24.1.1
- 24.1.0
- 23.10.3
- 23.10.3-hotfix
- 23.10.2
- 23.10.1
- 23.10.0
- 23.7.3
- 23.7.2
- 23.7.1
- 23.7.0
- 23.4.4
- 23.4.3
- 23.4.2
- 23.4.1
- 23.4.0
- 23.4.0-RC1
- 23.1.100
- 23.1.3
- 23.1.2
- 23.1.1
- 23.1.1-RC1
- 23.1.0
- 23.1.0-RC2
- 23.1.0-RC1
- 23.1.0-BETA
- 22.12.8.4
- 22.12.8.3
- 22.12.8.2
- 22.12.8.1
- 22.10.101
- 22.10.3
- 22.10.2
- 22.10.1
- 22.10.0
- 22.10.0-RC2
- 22.10.0-RC1
- 22.7.7
- 22.7.6
- 22.7.5
- 22.7.4
- 22.7.3
- 22.7.2
- 22.7.1
- 22.7.0
- 22.7.0-RC3
- 22.7.0-RC2
- 22.7.0-RC1
- 22.4.4
- 22.4.3
- 22.4.2
- 22.4.1
- 22.4.0
- 22.4.0-RC2
- 22.4.0-RC1
- 22.1.3
- 22.1.2
- 22.1.1
- 22.1.0
- 22.1.0-RC4
- 22.1.0-RC3
- 22.1.0-RC2
- 22.1.0-RC1
- 21.10.9
- 21.10.8
- 21.10.7
- 21.10.6
- 21.10.5
- 21.10.4
- 21.10.3
- 21.10.2
- 21.10.1
- 21.10.0
- 21.10.0-RC4
- 21.10.0-RC3
- 21.10.0-RC2
- 21.10.0-RC1
- 21.7.4
- 21.7.3
- 21.7.2
- 21.7.1
- 21.7.0
- 21.7.0-RC2
- 21.7.0-RC1
- 21.2.0-RC1
- 21.1.7
- 21.1.6
- 21.1.5
- 21.1.4
- 21.1.3
- 21.1.2
- 21.1.1
- 21.1.0
- 21.1.0-RC2
- 21.1.0-RC1
- 20.10.4
- 20.10.3
- 20.10.2
- 20.10.1
- 20.10.0
- 20.10.0-RC2
- 20.10.0-RC1
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.1-RC1
- 1.5.0
- 1.5.0-RC3
- 1.5.0-RC2
- 1.5.0-RC1
- 1.4.6
- 1.4.6-RC2
- 1.4.6-RC1
- 1.4.5
- 1.4.5-RC3
- 1.4.5-RC2
- 1.4.5-RC1
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-beta3
- 1.4.0-beta2
- 1.4.0-beta1
- 1.4.0-RC2
- 1.4.0-RC1
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1626086821182
- 1626082128492
Showing
4 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters