chore(ci)(agentic_hosting#26): bump SPHERE_SDK_SHA to main tip 550114c (v0.2 trader image) - #23
Merged
Merged
Conversation
Bumps both CI workflows from the stale `44b4705` (feat/swap-module-spec tip, weeks old) to current sphere-sdk main HEAD `550114c75e0b47151488d0c5d656475fd5a5077b`. This picks up the four rotations the v0.1 trader image predates: - sphere-sdk#456 (PR #468) — DEFAULT_ESCROW_ADDRESS = @escrow-test-02 - sphere-sdk#457 (PR #459) — SwapModule fails fast on missing counterparty transport pubkey (was silently hanging) - sphere-sdk#464 (PR #465) — MuxAdapter.dispatchTokenTransfer now awaits async handler completion (root of single-coin faucet flakiness) - sphere-sdk#447 (PR #461) — terminal swaps surface in resolveSwapId/getSwaps After this lands, cutting a `v0.2` release tag triggers docker-publish.yml to build + push `ghcr.io/vrogojin/agentic-hosting/trader:v0.2` from this SHA. agentic_hosting PR #27 then bumps the templates.json shortcut to point at it. Closes the SDK-side prerequisite for vrogojin/agentic_hosting#26.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps both CI workflows from the stale
44b4705(weeks-oldfeat/swap-module-spectip) to current sphere-sdk main HEAD550114c75e0b47151488d0c5d656475fd5a5077b. After this lands, av0.2release tag triggersdocker-publish.ymlto build + pushghcr.io/vrogojin/agentic-hosting/trader:v0.2from this SHA.Why
The
:v0.1image predates four merged sphere-sdk rotations that affect trader behavior:DEFAULT_ESCROW_ADDRESS = @escrow-test-02rotation (escrow-test-01 squatted)SwapModulefails fast when counterparty transport pubkey is missing (was silently timing out)MuxAdapter.dispatchTokenTransfernow awaits async handler (root of single-coin faucet flakiness)resolveSwapId/getSwapsThe trader-roundtrip soak (sphere-sdk#474 / PR #475) is gated on this rebuild — its §8 deal-completion poll has a high probability of timing out with the v0.1 image.
Release procedure (after merge)
The
docker-publish.ymlworkflow fires onrelease.published, builds with the new SHA, and tags as both:v0.2and:latestonghcr.io/vrogojin/agentic-hosting/trader.Out of scope
e2e-livehelper edits (constants.ts / hma-trade-settlement.e2e-live.test.ts) on `chore/escrow-v0.2-feature-bump` — those are stale issue #195 work referencing local-only images. They get triaged separately with that branch's owner.:v0.2— already filed as vrogojin/agentic_hosting#27.Test plan
ghcr.io/vrogojin/agentic-hosting/trader:v0.2Related