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

Implement IPC Contracts Versioning and Compatibility Checks #1299

Open
karlem opened this issue Feb 26, 2025 · 1 comment
Open

Implement IPC Contracts Versioning and Compatibility Checks #1299

karlem opened this issue Feb 26, 2025 · 1 comment

Comments

@karlem
Copy link
Contributor

karlem commented Feb 26, 2025

Description
Currently, IPC contract versioning is not enforced for ipc-cli and node. This needs to change so that contracts contain their own version and a compatibility table exists between ipc-cli and node.

Proposed Changes

  • Contracts should store their own version information.
  • Introduce a compatibility table to track ipc-cli and node versions.
  • Implement compatibility checks:
    • When running ipc-cli, validate against relevant on-chain actors.
    • When running an IPC node, validate against the parent gateway.

Notes
The exact way to represent and store versioning is yet to be determined.

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

No branches or pull requests

1 participant