docs: update sdk docs 2026-08-31 - #111
Open
JamesLawton wants to merge 1 commit into
Open
Conversation
Reflect the 0xtrails 0.18.0 lifecycle change (execute directly from QUOTED) and the new Tron edge adapter. Source of truth: 0xsequence/trails production commit 6ae74cb (packages/0xtrails/CHANGELOG.md 0.18.0 entry) and packages/0xtrails/src/mutations.ts:17 @deprecated on useCommitIntent. - sdk/changelog/0xtrails-0.18.0.mdx — new release notes covering Tron edge support and the CommitIntent-free lifecycle (ExecuteIntent / ExecuteIntentEdge). Includes migration checklist. - sdk/changelog.mdx — link the 0.18.0 card into the index - sdk/hooks.mdx — mark useCommitIntent + the low-level commitIntent helper deprecated; note the new lifecycle for useExecuteIntent - sdk/adapters/overview.mdx — add tronAdapter (@0xtrails/tvm) to the adapter table and choose-an-adapter flow
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.
What changed
sdk/changelog/0xtrails-0.18.0.mdx— new release notes page for 0xtrails 0.18.0. Covers the Tron edge adapter, the shift to direct execution fromQUOTED,ExecuteIntentEdgefor edge origins, deprecation ofuseCommitIntent/commitIntent/commitIntentFn/skipCommit, and a short migration checklist. Also captures the 0.18.1 / 0.18.2 patch notes (dist publish fix, Tron connector tweak, EIP-6963 misattribution fix).sdk/changelog.mdx— links the new 0.18.0 card at the top of the index.sdk/hooks.mdx— adds a deprecation warning touseCommitIntentand to the low-levelcommitIntenthelper; explains thatuseExecuteIntentnow runs against aQUOTEDintent and thatsend()callsExecuteIntentEdgefor Solana/Tron origins internally.sdk/adapters/overview.mdx— addstronAdapter(@0xtrails/tvm) to the adapter table and the "choosing an adapter" list, plus a note about the Buffer polyfill the package requires in the browser.Source of truth
0xsequence/trails@6ae74cb(production) — seepackages/0xtrails/CHANGELOG.md0.18.0/0.18.1/0.18.2 entries.0xsequence/trails-api#1031— "feat: deprecate CommitIntent and execute intents directly from QUOTED".@deprecated:packages/0xtrails/src/mutations.ts:17andpackages/0xtrails/src/intents.ts:353.packages/0xtrails-tvm/src/tronAdapter.tsxand its README.Verification
sdk/hooks.mdxagainstpackages/0xtrails/src/mutations.tsandpackages/0xtrails/src/intents.ts— the exported symbols and their@deprecatedannotations match.@0xtrails/tvmis published (seepackages/0xtrails-tvm/package.jsonand its CHANGELOG entries) and thattronAdapteris re-exported frompackages/0xtrails-tvm/src/index.ts:6.ExecuteIntentEdgereference target lives in the siblingdocs/update-api-reference-2026-08-31PR; internal cross-links use the final URL.Generated by the Trails Docs weekly agent.
Generated by Claude Code