Merged
Conversation
Collaborator
Author
SummaryWhat changed:
Why it matters:
Risk level: medium Commit under test:
Base branch:
Scope
ValidationCI checks:
Unit tests: Integration tests: Flow tests:
Release smoke: Live Chain EvidenceDo not include private keys, seed phrases, passwords, hostnames, personal paths, or raw bearer tokens. Network:
RPC/provider:
Facilitator:
Contracts and tokens:
Wallet roles:
Balances:
Transaction receipts:
Runtime EvidenceQA environment:
Images:
Kubernetes / stack:
Model and routing:
Artifacts and logs:
Demo readiness:
Review NotesKnown gaps:
Follow-ups:
Reviewer focus:
|
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
flow-14-live-obol-base-sepolia.sh, with the Anvil fork path kept separately asflow-13-dual-stack-obol.shflow-14back to the deterministic Bob buyer wallet model used byflow-11; the flow now pre-seeds Bob's remote-signer and no longer funds a generated signeragent_auth_tokenhelper for OBOL flowscloudflare/cloudflaredto2026.3.0and adds Renovate tracking for that imageValidation
git diff --checkbash -n flows/*.shjq empty renovate.jsonhelm lint internal/embed/infrastructure/cloudflaredhelm template cloudflared internal/embed/infrastructure/cloudflared | rg 'cloudflare/cloudflared:2026\\.3\\.0'go test ./internal/stack -run 'TestBuildAndImportLocalImages_(DefaultBuildsEvenWhenImageExists|ReusesExistingImageWhenOptedIn)' -count=1go test ./cmd/obol ./internal/tunnel ./internal/stack ./internal/hermes -count=1QA Notes
A prior remote run of
flow-14passed end-to-end on Base Sepolia with the deployed OBOL token and public facilitator, including purchase, paid inference, settlement transfer, exact balance deltas, and cleanup. After the deterministic-Bob correction in this PR, I did not rerun the full live flow because both QA machines' deterministic Bob wallets currently have0OBOL, so the updated flow would fail early until those wallets are topped up.