chore(release): bump to 0.13.0 - #532
Merged
Merged
Conversation
New tools: - resolve_token (#440) — symbol+chain → canonical contract w/ bridged-variant warnings - list_solana_validators (#436) — stakewiz-backed ranking helper for native-stake delegate - prepare_sunswap_swap (#432) — TRON-native DEX - get_swap_quote / prepare_swap filters (#439, #516) — excludeExchanges/excludeBridges/order Token-send hardening: - prepare_token_send tokenClass framework + rebasing seed (#441) - prepare_solana_native_send memo (#434) - prepare_morpho_repay accepts amount="max" (#437) Yields v2 (#431): - DefiLlama bundle: Marinade + Jito + Kamino-lend + Morpho-Blue (#287/#289/#290/#291) - MarginFi on-chain wallet-less reader (#288) - EigenLayer + native-stake deferred indefinitely (#292/#293) Security: - Inv #14 durableBindings on prepare_* tools (#460) - Inv #8 BIP-137 byte-fingerprint + drainer-string refusal (#454) - get_pnl_summary mtd period (#447) - SignedContactEntry intendedChains + CONTACT-CHAIN MISMATCH (#482) - UnsignedTx.secondLlmRequired scaffold for Inv #12.5 (#501) Fixes: - TRON_TOKENS.USDD pointed at WTRX (#507) - README glama badge rendering (#521) Roadmap defers: - BIP-322, EIP-7702 builder, Tier-1 bridge facet decoders, Solana NFT trio, BTC/LTC dryRun, solo-validator deposit (#438, #481, #451, #474/#475/#476, #479, #430) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Release v0.13.0 — versions synced across
package.json,server.json(top-level +packages[0]), and the embeddedSERVER_VERSIONconstant insrc/modules/incident-report/index.ts.Tests: 2455 / 2455 passing locally; `npm run build` clean.
After this PR merges to `main`, fire the publish workflow by tagging the merge commit and creating a GitHub Release:
```sh
git fetch origin main
git tag v0.13.0 origin/main
git push origin v0.13.0
gh release create v0.13.0 --title "v0.13.0" --notes-file
```
The publish workflow (`.github/workflows/publish.yml`) is `on: release: types: [published]` — pushing the tag alone won't fire it; the GitHub Release event is the trigger.
Highlights
New tools
Security hardening
Token-send
Yields v2 (#431)
PnL
Fixes
Roadmap defers
Deliberately deferred
Test plan
🤖 Generated with Claude Code