Skip to content

feat(CT-47): Add compatibility checks for Soroban SDK version upgrades - #179

Merged
Qoder-Voidd merged 5 commits into
Akazajan:mainfrom
Timrossid:fix/ct-47-sdk-compatibility-checks
Jul 28, 2026
Merged

feat(CT-47): Add compatibility checks for Soroban SDK version upgrades#179
Qoder-Voidd merged 5 commits into
Akazajan:mainfrom
Timrossid:fix/ct-47-sdk-compatibility-checks

Conversation

@Timrossid

Copy link
Copy Markdown
Contributor

Summary

Adds compatibility checks for Soroban SDK version upgrades to prevent breakage when upgrading.

Changes

  • scripts/check-sdk-compat.sh: SDK compatibility check tool with modes:
    • Default: check current SDK version compatibility
    • --check-version X.Y.Z: check specific version
    • --list-versions: list known compatible versions
    • --full: generate comprehensive compatibility report
  • Checks: rustc version, wasm32 target, build compatibility, API surface, test suite
  • docs/UPGRADE_PATH.md: Documented upgrade procedures and rollback process

Acceptance Criteria

  • Upgrades are validated against current contract set
  • Incompatibility issues are surfaced before deployment
  • Process is documented for maintainers

Closes #126

- Create scripts/check-sdk-compat.sh for SDK upgrade validation
- Add comprehensive SDK compatibility checks (toolchain, build, API, tests)
- Document upgrade path in docs/UPGRADE_PATH.md
- Include version comparison, deprecation detection, and rollback procedures
- Generate compatibility reports for audit trail

Closes Akazajan#126
@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@Timrossid Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Qoder-Voidd Qoder-Voidd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Qoder-Voidd
Qoder-Voidd merged commit e55b33f into Akazajan:main Jul 28, 2026
1 of 6 checks passed
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.

CT-47 — Add compatibility checks for Soroban SDK version upgrades

2 participants