Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(explorer): add operator version via tracker api #879

Merged
merged 30 commits into from
Sep 9, 2024

Conversation

glpecile
Copy link
Contributor

@glpecile glpecile commented Aug 27, 2024

Changes

Tip

This PR is currently live on stage up until df6df6d.

  • add env for tracker api
  • add module handler for api endpoints
  • add currently running aligned version to views /operators and /operators/:address views
  • edit text inconsistency between "total active operators" and "registered active operators"
  • edit amount to number of proofs
  • add badge component with styling variants
  • refactor dynamic badge to use badge component

Test

Add new env variable for TRACKER_API_URL, if configured with holesky testnet data use https://holesky.tracker.alignedlayer.com (DO NOT add / at the end of the URL)

Before

image image

After

image image

@glpecile glpecile self-assigned this Aug 27, 2024
@glpecile glpecile linked an issue Aug 27, 2024 that may be closed by this pull request
@glpecile glpecile changed the title feat(operators): add tracker api integration feat(explorer): add operator version via tracker api Aug 27, 2024
explorer/.env.dev Outdated Show resolved Hide resolved
@glpecile glpecile marked this pull request as ready for review August 28, 2024 16:18
@glpecile glpecile added the frontend Frontend related issue. label Aug 28, 2024
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bytecode changes only

@glpecile glpecile merged commit afc61b7 into main Sep 9, 2024
1 check passed
@glpecile glpecile deleted the explorer/878-feat-add-operator-version-via-tracker-api branch September 9, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend related issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(explorer): add operator version via tracker api
3 participants