Add June and July 2026 changelogs; drop Mode and Blast references - #272
Merged
Conversation
Adds changelog entries for the June and July 2026 release windows, covering the Robinhood Chain launch, exact-out general availability, RWA fee collection, and new liquidity sources. Mode (34443) and Blast (81457) were fully decommissioned across the Swap, Gasless, Cross-Chain, and Token APIs, so remove them from the Cross-Chain support matrix and from the AllowanceHolder Cancun chain lists in the FAQ, contracts page, and cheat sheet.
|
🌿 Preview your docs: https://0x-preview-f0417eed-11f3-4b74-850c-5939c8e2255f.docs.buildwithfern.com Here are the markdown pages you've updated: |
Contributor
Author
Narrows both entries to the changes worth publishing externally and drops the Documentation sections. Removes an internal implementation detail from the Gasless breaking-change note. Fixes the supported-chains link to include the /docs path prefix.
jlin27
force-pushed
the
devrel/june-july-changelog-and-chain-cleanup
branch
from
August 4, 2026 21:17
77a1860 to
23f8f62
Compare
Contributor
|
correct @jlin27 |
pgrzesik
approved these changes
Aug 5, 2026
Drops entries whose underlying change only affected what 0x persists or configures internally, with no surface an integrator can observe: - Cross-chain trade plans for Solana and Tron origins: published to internal topics, absent from the public specs. - Provider ETA reporting: only the existing estimated time field is public; the added fields are not. - Per-token-pair fee tiers: configured through account properties rather than request parameters, and behaviour-neutral at launch. Also drops the Berachain, Ink and Sonic liquidity bullets and trims the HyperEVM and Monad ones. Those changes added internal pool discovery for sources the router already sampled, so no new liquidity became reachable, and several of the sources had already been announced in April. Corrects the cross-chain minimum-output field name to minBuyAmount; minAmountOut is the Gasless field.
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
Adds the June and July 2026 changelog entries (the last published entry was
2026-05-31) and removes Mode and Blast, both of which were fully decommissioned during this window.Changes
New changelogs
fern/docs/changelog/2026-06-30.mdx— CCTP support for Solana in Cross-Chain API, Mayan Swift on HyperEVM, trade plans for Solana and Tron origins, Ondo asset support, and new liquidity sources on Arbitrum, Base, BSC, and Ethereum. Blast removed from Cross-Chain API.fern/docs/changelog/2026-07-31.mdx— Robinhood Chain (4663) generally available across Swap, Gasless, and Cross-Chain, BStocks support, kBTC and WBTC OFT routes,etaSourceon quotes and trade plans, token-pair fee tiers, and new liquidity sources across nine chains. Mode and Blast removals, and the/gasless-approval-tokenretirement.Stale chain references
Mode (
34443) and Blast (81457) are gone from every chain registry — the Rust chain enums, the cross-chain supported-chain list, and the TypeScriptChainIdenums all return no matches. Requests for either chain are now rejected.introduction/supported-chains.mdx— remove the Mode row from the Cross-Chain support matrix.introduction/faq.mdx,core-concepts/contracts.mdx,core-concepts/0x-cheat-sheet.mdx— remove Blast and Mode from the AllowanceHolder Cancun hardfork chain lists.Notes for review
Both entries were trimmed after the first draft to cover only what belongs in public release notes. Some changes that shipped in this window were deliberately excluded because they have no presence in the published OpenAPI specs and are not public surface; the editorial policy for those calls is documented internally.
Separately, the AllowanceHolder chain lists omit Abstract, Robinhood, and Tempo even though all three appear in the Swap and Gasless support table. Adding them requires confirming the deployed addresses against the
0x-settlerREADME, so it is out of scope here.Testing
Docs-only change. Verified no remaining Mode or Blast references outside the changelog archive, and that no changelog section was left empty after trimming.