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

JSON-RPC API lacks version compatibility support #4710

Open
2 tasks
alexpyattaev opened this issue Jan 30, 2025 · 0 comments
Open
2 tasks

JSON-RPC API lacks version compatibility support #4710

alexpyattaev opened this issue Jan 30, 2025 · 0 comments

Comments

@alexpyattaev
Copy link

Problem

JSON-RPC API doesn't have a version, this might become a pain if in the future we will decide to do some protocol-level changes and/or change implementation details.

Proposed Solution

  • Consider adding versions to RPC API to enable incompatible protocol modifications in the future
  • Round-trip tests: serialization/deserialization tests that verify that rpc lib changes do not break us.
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

2 participants
@alexpyattaev and others