-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SignagePoints: Fix wrong handling of fork events
* Add test case for network fork * Fix logic to handle this case properly Fixes: #116 Should result in less false alarms.
- Loading branch information
Showing
3 changed files
with
40 additions
and
19 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
15 changes: 15 additions & 0 deletions
15
tests/chia_log/logs/finished_signage_point/network_fork.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
2021-05-13T22:12:25.148 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 60/64: | ||
2021-05-13T22:12:35.081 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 61/64: | ||
2021-05-13T22:12:41.911 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 62/64: | ||
2021-05-13T22:12:49.784 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 63/64: | ||
2021-05-13T22:12:58.453 full_node chia.full_node.full_node: INFO ⏲️ Finished sub slot, SP 64/64, | ||
2021-05-13T22:13:07.659 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 1/64: | ||
2021-05-13T22:13:14.053 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 2/64: | ||
2021-05-13T22:13:42.341 full_node chia.full_node.full_node: INFO ⏲️ Finished sub slot, SP 64/64, | ||
2021-05-13T22:13:50.884 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 1/64: | ||
2021-05-13T22:13:58.247 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 2/64: | ||
2021-05-13T22:14:06.288 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 3/64: | ||
2021-05-13T22:14:14.181 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 4/64: | ||
2021-05-13T22:14:22.166 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 5/64: | ||
2021-05-13T22:14:30.104 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 6/64: | ||
2021-05-13T22:14:38.398 full_node chia.full_node.full_node: INFO ⏲️ Finished signage point 7/64: |