chore: point KAS defaults at platform.arkavo.net - #49
Conversation
kas.arkavo.net and 100.arkavo.net are no longer production hosts. New minting, CLIs, and docs use https://platform.arkavo.net.
arkavo-com
left a comment
There was a problem hiding this comment.
Docs-only mechanical kas.arkavo.net → platform.arkavo.net (README + MIGRATION_GUIDE). Source/tests already use localhost or https://platform.arkavo.net (PlatformConnectIntegrationTests). README still uses protocolEnum: .http (pre-existing; live tests use .https) — nit, not a leftover host.
test/build green. lint failed; this PR is markdown-only so that looks pre-existing (mergeable_state=unstable).
platform.arkavo.net serves no plaintext HTTP (connection fails, no redirect), so the .http example was non-runnable. Match the form used by PlatformConnectIntegrationTests / KASConnectTransportTests. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fob1ho6LWHE6tddJJWaCrP
CI failed: SwiftFormat lint check failed because source files did not meet formatting guidelines.Overview1 unique failure pattern found across 1 total log. The CI failed due to a tooling/linting error in SwiftFormat. FailuresSwiftFormat Lint Failure (confidence: high)
Summary
Code Review ✅ ApprovedUpdates KAS default hosts, examples, and documentation to use Tip Comment Was this helpful? React with 👍 / 👎 | Gitar |
Summary
Stop using
kas.arkavo.netand100.arkavo.netas production KAS hosts.Those names either time out or fail TLS (
platform.arkavo.netis the only SAN on the live cert). Defaults, examples, and docs now usehttps://platform.arkavo.net.