Skip to content

Add SDK version compatibility check via header #959

@bitcoin-coder-bob

Description

@bitcoin-coder-bob

Clients (SDKs) currently have no way to signal which arkd server version they were built against. When the server introduces breaking changes to an endpoint (e.g., request/response format changes), clients silently get wrong behavior or cryptic errors.

Add a version compatibility check so the server can proactively reject outdated clients with a clear, structured error telling them to update.

support both grpc and rest

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions