Skip to content

Propagate /health enrichment fields to all language SDKs #37

@Nic-dorman

Description

@Nic-dorman

Background

The antd daemon's /health (REST) and HealthService.Check (gRPC) responses gained six diagnostic fields in the wave-1 commit landing on this branch:

  • version — antd crate version
  • evm_network — preset name (arbitrum-one, arbitrum-sepolia, local, custom)
  • uptime_seconds
  • build_commit — short git SHA, empty string when built outside a git checkout
  • payment_token_address
  • payment_vault_address

The proto change is wire-compatible (proto3 — old clients silently ignore unknown fields, new clients see zero values from old servers), so nothing breaks. But to actually expose the new fields to SDK users, every SDK needs an update.

antd-go was updated in the same commit since indelible depends on it. The remaining 14 SDKs are tracked here.

SDKs to update

For each: regenerate proto stubs, extend the HealthStatus model, parse the new fields in REST + gRPC clients, refresh test fixtures, mention in README.

  • antd-cpp
  • antd-csharp
  • antd-dart
  • antd-elixir
  • antd-java
  • antd-js
  • antd-kotlin
  • antd-lua
  • antd-mcp
  • antd-php
  • antd-py
  • antd-ruby
  • antd-rust
  • antd-swift
  • antd-zig

Reference

The wave-1 commit covers the daemon-side change plus the antd-go update — use it as the template for the other languages. Note the commit also added option go_package to all six proto files; equivalent language-specific option *_package directives may want to be considered if other SDKs run into the same regen-without-flag problem.

Metadata

Metadata

Assignees

No one assigned

    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