Skip to content

chore: release v1.1026.0#12393

Open
kaladinlight wants to merge 12 commits into
mainfrom
release
Open

chore: release v1.1026.0#12393
kaladinlight wants to merge 12 commits into
mainfrom
release

Conversation

@kaladinlight
Copy link
Copy Markdown
Member

The workflow needs manual approval to run. Since I already have all the data needed (commit list + full feature-flag analysis), I'll produce the notes directly.

My flag analysis: none of the v1.1026.0 commits map to a production-OFF feature flag. RFOX is ON in production, and there is no feature flag for affiliate, BTC speed-up, or asset data. So the dev/local-only section is empty.


Production changes - testing required

Affiliate fee split + registration

Affiliate registration is now a single POST /v1/affiliate call requiring both partnerCode and bps (the standalone claim-code route and its dashboard UI are gone), and the on-chain affiliateBps is now split into partnerBps + shapeshiftBps snapshotted at quote time and forwarded consistently across web, public-api, swap-widget, and the affiliate dashboard. Test the full affiliate registration form (confirm only lowercase letters/digits, 3-32 chars are accepted for partnerCode), then run a swap with an affiliate code and verify the fee split and totals display correctly in the quote and dashboard. Note: pairs with a companion microservices PR in a separate repo.

Bitcoin speed-up (RBF)

Fixes BTC RBF speed-up signing failures caused by an incorrectly derived BIP44 path, and tightens the speed-up action UX. Send a BTC transaction, then speed it up (RBF) and confirm signing succeeds and the action flow behaves correctly.

rFOX

Keeps the WETH/FOX filter pill and "Program Ended" warning visible during the LP unstake cooldown-pending and ready-to-claim states (where staking balance is zero but the legacy UI is still needed). With an rFOX LP position, request an unstake and verify the WETH/FOX tab stays visible during cooldown and through claiming.

Fixes, deps, and infra

No testing required.

Asset data regeneration plus CI/packaging changes for automated npm publishing of public packages.

Dev/local only - no production testing required

None. No commits in this release are behind a feature flag that is off in production.


If you'd like me to run the verification workflow anyway (it drafts and adversarially double-checks the flag classification), approve the workflow prompt and I'll kick it off.

github-actions Bot and others added 12 commits May 21, 2026 08:28
…OKEN

pnpm 10.30.3 fails the Publish step with "Unknown option:
'workspace-concurrency'" — the flag is documented for `pnpm -r` but
rejected when the recursive subcommand is `publish`. Switch to
`pnpm -r publish ...` with no concurrency flag (pnpm still walks the
workspace graph in topological order).

Also drops the redundant `GITHUB_TOKEN` env var from the tag step —
`actions/checkout@v4` persists credentials by default, so `git push
origin <tag>` already authenticates via the per-job token granted by
`permissions: contents: write`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
npm Trusted Publishers OIDC attaches provenance automatically and rejects
publishes whose package.json repository.url doesn't match the encoded repo
URL. swap-widget and the hdwallet-* packages were missing the field.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kaladinlight kaladinlight requested a review from a team as a code owner May 28, 2026 22:44
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6fe8f359-c8ec-44ed-90d8-60321cfaf799

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant