Uh oh!
There was an error while loading. Please reload this page.
feat: Add operators data fetch at startup - #1108
Merged
JuArce merged 5 commits intoOct 1, 2024
Merged
Conversation
JulianVentura
changed the base branch from
testnet
to
998-refactortracker-rewrite-operator_tracker-in-elixirSeptember 27, 2024 15:53
JulianVentura
marked this pull request as ready for review
September 27, 2024 15:56
JulianVentura
marked this pull request as draft
September 27, 2024 16:02
JulianVentura
marked this pull request as ready for review
September 30, 2024 15:07
JuArce
requested changes
Oct 1, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| end | ||
| def get_operators() do |
Collaborator
There was a problem hiding this comment.
This function seems a little messy
Uh oh!
There was an error while loading. Please reload this page.
JuArce
approved these changes
Oct 1, 2024
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
We need to store some information about operators in order to provide better context on telemetry data. We also want to stop fetching the L1 smart contract on every operator version update.
Description
This PR adds data fetch for all registered operators at telemetry service startup. This data includes the operator
address,id,stakeandnameand it's stored on the already implemented database.