chain-client-sdk-dart/lib
flemming-it ec3b684e6e
Some checks failed
Security / Security check (push) Failing after 2s
feat: probe() — health check that separates auth rejection from unreachable
healthy() collapses every failure to false, so a hub that is up
but rejects the bearer token was indistinguishable from a dead
endpoint. probe() returns serving / notServing / authRejected
(UNAUTHENTICATED or PERMISSION_DENIED) / unreachable so client
UIs can point the operator at the token instead of the wire.
healthy() is unchanged.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-07-15 04:45:16 +02:00
..
src feat: probe() — health check that separates auth rejection from unreachable 2026-07-15 04:45:16 +02:00
chain_client_sdk.dart refactor: rename package fai_client_sdk -> chain_client_sdk 2026-06-16 17:39:12 +02:00