Skip to content

Add validators_manager_address to /info endpoint#14

Merged
evgeny-stakewise merged 2 commits intomainfrom
validators-mgr-addr
Feb 27, 2026
Merged

Add validators_manager_address to /info endpoint#14
evgeny-stakewise merged 2 commits intomainfrom
validators-mgr-addr

Conversation

@evgeny-stakewise
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 26, 2026 19:14
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the validators_manager_address field to the /info endpoint response, exposing the address of the validator manager account that's initialized during application startup.

Changes:

  • Added validators_manager_address field to InfoResponse schema
  • Modified /info endpoint to return the validators_manager_account address from AppState singleton
  • Updated Vulture configuration to ignore the new Pydantic field

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/common/schema.py Added validators_manager_address string field to InfoResponse model
src/common/endpoints.py Updated get_info endpoint to retrieve and return validators_manager_address from AppState
pyproject.toml Added validators_manager_address to Vulture's ignore_names list to prevent false positive warnings
.gitignore Added entries for development tools (Claude Code, .DS_Store, .vscode)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@evgeny-stakewise evgeny-stakewise merged commit 2370c8a into main Feb 27, 2026
7 checks passed
@evgeny-stakewise evgeny-stakewise deleted the validators-mgr-addr branch February 27, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants