Reminder: the in-repo JS client clients/tfchain-client-js is tfgrid-api-client@2.12.0, but npm's latest is still 1.29.1 (2.x is unpublished).
Publishing 2.x lets activation-service (and other consumers) depend on ^2.12.0 via the registry-based Docker build, instead of yarn link/file:.
Context: verified the v2 client is API-compatible with activation-service's usage (same constructor, same @polkadot/api ^10.9.1, all used methods present). See the activation-service client-upgrade work.
Reminder: the in-repo JS client
clients/tfchain-client-jsistfgrid-api-client@2.12.0, but npm's latest is still1.29.1(2.x is unpublished).Publishing 2.x lets
activation-service(and other consumers) depend on^2.12.0via the registry-based Docker build, instead ofyarn link/file:.Context: verified the v2 client is API-compatible with activation-service's usage (same constructor, same
@polkadot/api ^10.9.1, all used methods present). See the activation-service client-upgrade work.