Fix/contract version alignment 242#277
Merged
Merged
Conversation
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 free
to 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.
I have completed the system-wide alignment with the sprintfund-core-v3 contract, ensuring that all frontend components, deployment infrastructure, documentation, and testing suites are fully synchronized with the active protocol version.
Key Accomplishments
Contract Synchronization: Updated all frontend hooks, API routes, and maintenance scripts to target sprintfund-core-v3 by default.
Infrastructure Hardening: Aligned Kubernetes ConfigMaps, Docker configurations, and environment guides with the new contract principal.
Enhanced Testing: Updated the full test suite (unit, integration, and invariant) to target v3, ensuring protocol logic is validated against the active version.
Migration Path: Created a detailed MIGRATION_V3.md guide and a dedicated withdraw-legacy.js script to facilitate a smooth transition for users from legacy contracts.
Documentation Overhaul: Updated the network configuration guides and project READMEs to reflect the v3 status as the production standard.
Closes #242