Bring the deployer onto the development branch #30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bring hero_os_tfgrid_deployer onto the development branch: point dependencies at development and rename all RPC method names to underscores (no dots) so the development code generation accepts them, across the openrpc spec, the server dispatch, the embedded JSON-RPC calls, and the SDK. Done when the deployer builds against the development branch and answers its methods over the router.
Part of lhumina_code/home_lhumina#313.
Signed-by: mik-tf mik-tf@noreply.invalid
Deployer convergence status update:
The deployer branch is based on the good
integrationfunctional state and is replaying the development-stack layer, so the integration work is not being discarded.Local deployer progress:
rpc.discover.openrpc_client!macro accepts the spec.hero_componentswas added to the deployer install catalog/map and auto-selected for biz/planner/kimi admin panes.<component>_serverand falls back to bare binaries only when no server binary exists.Focused SDK check passes for deployer. The broader server compile is blocked by
hero_procdevelopment secrets API drift: new secrets CRUD defaults every operation tocore, while deployer needs context-scoped secrets for compute daemon wallets/settings and provider/tester tokens.Blocker issue: lhumina_code/hero_proc#163
Next order: land context-aware secrets in hero_proc, then update deployer to use the new typed context-aware methods and continue this issue.
Signed-by: mik-tf mik-tf@noreply.invalid
Progress update:
Normal deployer checks remain sequenced behind hero_proc#163 landing on development, because the current Forge development hero_proc_sdk does not yet expose ContextSecret* or *_context methods.
Signed-by: mik-tf mik-tf@noreply.invalid
Mainnet Hero Explorers bootstrap status:
hero_proc#163is merged and local hero_proc was upgraded to the multi-domain/context-aware secrets API.developmentthrough PRs #31/#32/#33/#34/#35. Current deployerdevelopmenthead is1218f91.127.0.0.1:9988; compute wallet context iscore, networkmain, twin id14199.gent02.grid.tf) after explicitly enabling the shared-node gates. Node 8 is registered asmain:006c.heroexplorer01,heroexplorer02,heroexplorer03were created.heroexplorer01VM006p: https://heroexplorer01.gent02.grid.tfheroexplorer02VM006r: https://heroexplorer02.gent02.grid.tfheroexplorer03VM006t: https://heroexplorer03.gent02.grid.tfstate=running,install_state=ready,release_channel=latest-development.Remaining: final deployer CI run 30022 is still running for
1218f91;latest-developmentwill move from prior goodfc0a7a3after that succeeds. Also follow up onhero_db_servernot being in the installed release set andhero_kimi_webfailing whilehero_kimi_serveris running.Signed-by: mik-tf mik-tf@noreply.invalid