Skip to content

docs: update sdk docs 2026-08-31 - #111

Open
JamesLawton wants to merge 1 commit into
mainfrom
docs/update-sdk-2026-08-31
Open

docs: update sdk docs 2026-08-31#111
JamesLawton wants to merge 1 commit into
mainfrom
docs/update-sdk-2026-08-31

Conversation

@JamesLawton

Copy link
Copy Markdown
Collaborator

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 from QUOTED, ExecuteIntentEdge for edge origins, deprecation of useCommitIntent / 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 to useCommitIntent and to the low-level commitIntent helper; explains that useExecuteIntent now runs against a QUOTED intent and that send() calls ExecuteIntentEdge for Solana/Tron origins internally.
  • sdk/adapters/overview.mdx — adds tronAdapter (@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

Verification

  • Diffed sdk/hooks.mdx against packages/0xtrails/src/mutations.ts and packages/0xtrails/src/intents.ts — the exported symbols and their @deprecated annotations match.
  • Confirmed @0xtrails/tvm is published (see packages/0xtrails-tvm/package.json and its CHANGELOG entries) and that tronAdapter is re-exported from packages/0xtrails-tvm/src/index.ts:6.
  • ExecuteIntentEdge reference target lives in the sibling docs/update-api-reference-2026-08-31 PR; internal cross-links use the final URL.

Generated by the Trails Docs weekly agent.


Generated by Claude Code

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
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