-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update TSC to compare tangle time with time of confirmed message. (#2167
) * Update TSC to compare tangle time with time of confirmed message. * Fix unit tests * Change TSC threshold to 1 minute * Return values explicitly. * New time concepts (#2193) * Add CTT, FTT. Rename Synced to Bootstrapped * Add RCTT and RFTT to time manager * Change sync logic to bootstrap * Add new time types to the API responses * Use RCTT for activity window * Review fixes * Review fixes * Use to distinct states for bootstrapped and synced * Add bootstrapped check * Change RCTT calculation * Issue metrics only when node is synced. Co-authored-by: Daria Dziubałtowska <daria.dziubaltowska@iota.org> Co-authored-by: Piotr Macek <piotr.macek@iota.org> * Use refactored time manager. * Fix merge problems * Activate tests? * Fix unit test * Add different tangle times to dashboard and update their naming. * Update pkged.go * Further improve tangle times on dashboard * Fix tangle time naming. * Make integration tests more stable. * Fix imports * Add clarifying comment and improve code readability * Address review comments. * Remove tips older than TSC * Update pkged.go * Apply suggestions from code review Co-authored-by: Jonas Theis <4181434+jonastheis@users.noreply.github.com> * Fix build * Update activity window for consensus mana Co-authored-by: Georgy Savva <georgysavva@pm.me> Co-authored-by: Daria Dziubałtowska <daria.dziubaltowska@iota.org> Co-authored-by: jonastheis <4181434+jonastheis@users.noreply.github.com>
- Loading branch information
1 parent
0e5e057
commit f22b3f2
Showing
34 changed files
with
552 additions
and
261 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.