-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tari-pulse): await shutdown signal in main loop (#6696)
Description --- Await shutdown signal and reduce error logging when node failed to compare blocks hashes. Motivation and Context --- Error logs were spamming on not supported network, greatly reducing readability and shutdown signal wasn't working propely. How Has This Been Tested? --- Run local node on esmeralda network (which is not supported yet) and watch for error logs. Also check shutdown behavior. What process can a PR reviewer use to test or verify this change? --- Same as above Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify --------- Co-authored-by: SW van Heerden <[email protected]> Co-authored-by: Hansie Odendaal <[email protected]>
- Loading branch information
1 parent
d22ef65
commit 321e9ba
Showing
2 changed files
with
47 additions
and
18 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