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(testing): Implement Solomachine client and chain upgrade functionality in endpoint.go #7823

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crStiv
Copy link

@crStiv crStiv commented Jan 5, 2025

This PR addresses and implements the TODO items in the endpoint.go testing file:

  1. Implemented Solomachine client creation:

    • Added full implementation for Solomachine client type
    • Properly initialized client state and consensus state
    • Integrated with existing client creation flow
  2. Enhanced chain upgrade functionality:

    • Implemented proper chain upgrade scheduling mechanism
    • Added upgrade height calculation
    • Improved state management during upgrades
    • Enhanced code organization and documentation

Changes maintain compatibility with existing test infrastructure while providing more complete implementation of previously unimplemented features.

Related issues:

Testing:

  • Existing tests continue to pass
  • Functionality has been manually verified

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