Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ mode: "center"

{/* Generated by scripts/build-changelog.mjs — do not edit by hand. */}

<Update label="2026-09-09" tags={["SDK", "UI Kit", "Adapters"]}>

### RelayKit

**SDK `8.0.1`, UI Kit `12.0.1`, Tron adapter `10.0.1`** — Patch

- Fix Tron swap UX in the TRX/USDT flow. Tron balances now read from TronGrid's ([`cbbf9c9`](https://github.com/relayprotocol/relay-kit/commit/cbbf9c9))
fullnode endpoints (`wallet/getaccount`, `wallet/triggerconstantcontract`)
instead of the solidity node, so they reflect a completed swap without waiting
roughly a minute for solidification or needing a manual refresh.
`adaptTronWallet` confirms transactions with `getUnconfirmedTransactionInfo`,
which returns the receipt seconds after inclusion, so a successful approval no
longer hangs or reports a false "Transaction confirmation timed out".

Same-chain swaps that the solver has to fill — Tron TRX/USDT, deposit-address
routes, and forced solver execution — now show the cross-chain pending states
and wait for the fill to be confirmed before reporting success. Previously any
route whose origin and destination chain ids matched was assumed to settle with
the user's own transaction. The new `isSolverFilledStep` export identifies these
routes from the step the API returns.

</Update>

<Update label="2026-09-08" tags={["API", "SDK", "UI Kit", "Hooks"]}>

### API
Expand Down