Skip to content

Rename validator_node_for -> entity_node_for #1006

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

Merged
merged 1 commit into from
May 21, 2025
Merged

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented May 21, 2025

No description provided.

@ptrus ptrus force-pushed the ptrus/feature/rename branch from edbc8f5 to 881a99b Compare May 21, 2025 14:29
@ptrus ptrus requested a review from Copilot May 21, 2025 14:34
Copy link

@Copilot 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 renames validator-related fields to entity-related fields to better represent the current use case.

  • Renames JSON keys in multiple e2e regression tests.
  • Updates client queries, client handling, API spec, and changelog to use the new entity naming.

Reviewed Changes

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

Show a summary per file
File Description
tests/e2e_regression/eden_testnet_2025/expected/validator_node_account.body Renames "validator_node_for" to "entity_node_for".
tests/e2e_regression/eden_2025/expected/account_with_tx.body Renames "validator_entity" to "entity" and updates key naming.
tests/e2e_regression/eden/expected/account_with_tx.body Same renaming as above.
tests/e2e_regression/damask/expected/account_with_tx.body Same renaming as above.
storage/client/queries/queries.go Updates query constant and alias names to reflect changes.
storage/client/client.go Renames local variables and scanned values to use entity terminology.
api/spec/v1.yaml Replaces validator field names with entity field names.
.changelog/1003.feature.md Documents the renaming changes following the new naming convention.

@ptrus ptrus merged commit 781aa97 into main May 21, 2025
20 checks passed
@ptrus ptrus deleted the ptrus/feature/rename branch May 21, 2025 14:35
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.

1 participant