From 16de75d11d941dc41a2258022cfdfe01b2338dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:37:53 +0000 Subject: [PATCH] Version Packages --- .changeset/tron-swap-ux.md | 20 ---------------- packages/hooks/CHANGELOG.md | 7 ++++++ packages/hooks/package.json | 2 +- .../relay-bitcoin-wallet-adapter/CHANGELOG.md | 7 ++++++ .../relay-bitcoin-wallet-adapter/package.json | 2 +- .../relay-ethers-wallet-adapter/CHANGELOG.md | 7 ++++++ .../relay-ethers-wallet-adapter/package.json | 2 +- .../relay-lighter-wallet-adapter/CHANGELOG.md | 7 ++++++ .../relay-lighter-wallet-adapter/package.json | 2 +- .../relay-svm-wallet-adapter/CHANGELOG.md | 7 ++++++ .../relay-svm-wallet-adapter/package.json | 2 +- .../relay-ton-wallet-adapter/CHANGELOG.md | 7 ++++++ .../relay-ton-wallet-adapter/package.json | 2 +- .../relay-tron-wallet-adapter/CHANGELOG.md | 22 ++++++++++++++++++ .../relay-tron-wallet-adapter/package.json | 2 +- packages/sdk/CHANGELOG.md | 19 +++++++++++++++ packages/sdk/package.json | 2 +- packages/ui/CHANGELOG.md | 23 +++++++++++++++++++ packages/ui/package.json | 2 +- 19 files changed, 115 insertions(+), 29 deletions(-) delete mode 100644 .changeset/tron-swap-ux.md diff --git a/.changeset/tron-swap-ux.md b/.changeset/tron-swap-ux.md deleted file mode 100644 index 4126c8c2c..000000000 --- a/.changeset/tron-swap-ux.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@relayprotocol/relay-sdk': patch -'@relayprotocol/relay-kit-ui': patch -'@relayprotocol/relay-tron-wallet-adapter': patch ---- - -Fix Tron swap UX in the TRX/USDT flow. Tron balances now read from TronGrid's -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. diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 5df54b98c..7b7f36812 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # @reservoir0x/relay-kit-hooks +## 5.0.1 + +### Patch Changes + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 5.0.0 ### Major Changes diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f0bce8ec2..b77449fd0 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-kit-hooks", - "version": "5.0.0", + "version": "5.0.1", "repository": { "type": "git", "url": "git+https://github.com/relayprotocol/relay-kit.git", diff --git a/packages/relay-bitcoin-wallet-adapter/CHANGELOG.md b/packages/relay-bitcoin-wallet-adapter/CHANGELOG.md index 3e2444ad6..679fde464 100644 --- a/packages/relay-bitcoin-wallet-adapter/CHANGELOG.md +++ b/packages/relay-bitcoin-wallet-adapter/CHANGELOG.md @@ -1,5 +1,12 @@ # @reservoir0x/relay-bitcoin-wallet-adapter +## 21.0.1 + +### Patch Changes + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 21.0.0 ### Patch Changes diff --git a/packages/relay-bitcoin-wallet-adapter/package.json b/packages/relay-bitcoin-wallet-adapter/package.json index 7b2bbb7d3..0aba7d229 100644 --- a/packages/relay-bitcoin-wallet-adapter/package.json +++ b/packages/relay-bitcoin-wallet-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-bitcoin-wallet-adapter", - "version": "21.0.0", + "version": "21.0.1", "description": "A Bitcoin adapter for use in @relayprotocol/relay-sdk", "type": "module", "source": "./src/index.ts", diff --git a/packages/relay-ethers-wallet-adapter/CHANGELOG.md b/packages/relay-ethers-wallet-adapter/CHANGELOG.md index 4a968877f..7b01aa28a 100644 --- a/packages/relay-ethers-wallet-adapter/CHANGELOG.md +++ b/packages/relay-ethers-wallet-adapter/CHANGELOG.md @@ -1,5 +1,12 @@ # @reservoir0x/relay-ethers-wallet-adapter +## 33.0.1 + +### Patch Changes + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 33.0.0 ### Patch Changes diff --git a/packages/relay-ethers-wallet-adapter/package.json b/packages/relay-ethers-wallet-adapter/package.json index 61a725482..71033e890 100644 --- a/packages/relay-ethers-wallet-adapter/package.json +++ b/packages/relay-ethers-wallet-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-ethers-wallet-adapter", - "version": "33.0.0", + "version": "33.0.1", "description": "An adapter used to convert an ethersjs signer to an Adapted Wallet for use in the @relayprotocol/relay-sdk", "type": "module", "source": "./src/index.ts", diff --git a/packages/relay-lighter-wallet-adapter/CHANGELOG.md b/packages/relay-lighter-wallet-adapter/CHANGELOG.md index 92ca1b531..81ad38f38 100644 --- a/packages/relay-lighter-wallet-adapter/CHANGELOG.md +++ b/packages/relay-lighter-wallet-adapter/CHANGELOG.md @@ -1,5 +1,12 @@ # @relayprotocol/relay-lighter-wallet-adapter +## 4.0.1 + +### Patch Changes + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 4.0.0 ### Patch Changes diff --git a/packages/relay-lighter-wallet-adapter/package.json b/packages/relay-lighter-wallet-adapter/package.json index 79868719d..96047a7c8 100644 --- a/packages/relay-lighter-wallet-adapter/package.json +++ b/packages/relay-lighter-wallet-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-lighter-wallet-adapter", - "version": "4.0.0", + "version": "4.0.1", "description": "A Lighter adapter for use in @relayprotocol/relay-sdk", "type": "module", "source": "./src/index.ts", diff --git a/packages/relay-svm-wallet-adapter/CHANGELOG.md b/packages/relay-svm-wallet-adapter/CHANGELOG.md index 68c4a8a69..0e8106716 100644 --- a/packages/relay-svm-wallet-adapter/CHANGELOG.md +++ b/packages/relay-svm-wallet-adapter/CHANGELOG.md @@ -1,5 +1,12 @@ # @reservoir0x/relay-svm-wallet-adapter +## 22.0.1 + +### Patch Changes + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 22.0.0 ### Patch Changes diff --git a/packages/relay-svm-wallet-adapter/package.json b/packages/relay-svm-wallet-adapter/package.json index 4c0818ef9..8f59b34d9 100644 --- a/packages/relay-svm-wallet-adapter/package.json +++ b/packages/relay-svm-wallet-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-svm-wallet-adapter", - "version": "22.0.0", + "version": "22.0.1", "description": "An SVM (Solana Virtual Machine) adapter for use in @relayprotocol/relay-sdk", "type": "module", "source": "./src/index.ts", diff --git a/packages/relay-ton-wallet-adapter/CHANGELOG.md b/packages/relay-ton-wallet-adapter/CHANGELOG.md index 9f753f4d3..fc0daed1e 100644 --- a/packages/relay-ton-wallet-adapter/CHANGELOG.md +++ b/packages/relay-ton-wallet-adapter/CHANGELOG.md @@ -1,5 +1,12 @@ # @relayprotocol/relay-ton-wallet-adapter +## 4.0.1 + +### Patch Changes + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 4.0.0 ### Patch Changes diff --git a/packages/relay-ton-wallet-adapter/package.json b/packages/relay-ton-wallet-adapter/package.json index a24c71ac1..c85e710e3 100644 --- a/packages/relay-ton-wallet-adapter/package.json +++ b/packages/relay-ton-wallet-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-ton-wallet-adapter", - "version": "4.0.0", + "version": "4.0.1", "description": "A TON wallet adapter for use in @relayprotocol/relay-sdk", "type": "module", "source": "./src/index.ts", diff --git a/packages/relay-tron-wallet-adapter/CHANGELOG.md b/packages/relay-tron-wallet-adapter/CHANGELOG.md index 9231a5e2f..91c96dca3 100644 --- a/packages/relay-tron-wallet-adapter/CHANGELOG.md +++ b/packages/relay-tron-wallet-adapter/CHANGELOG.md @@ -1,5 +1,27 @@ # @relayprotocol/relay-tron-wallet-adapter +## 10.0.1 + +### Patch Changes + +- cbbf9c9: Fix Tron swap UX in the TRX/USDT flow. Tron balances now read from TronGrid's + 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. + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + ## 10.0.0 ### Patch Changes diff --git a/packages/relay-tron-wallet-adapter/package.json b/packages/relay-tron-wallet-adapter/package.json index c369f9774..c363608c2 100644 --- a/packages/relay-tron-wallet-adapter/package.json +++ b/packages/relay-tron-wallet-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-tron-wallet-adapter", - "version": "10.0.0", + "version": "10.0.1", "description": "A Tron adapter for use in @relayprotocol/relay-sdk", "type": "module", "source": "./src/index.ts", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index e25dc593f..8f66c2d05 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,24 @@ # @reservoir0x/relay-sdk +## 8.0.1 + +### Patch Changes + +- cbbf9c9: Fix Tron swap UX in the TRX/USDT flow. Tron balances now read from TronGrid's + 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. + ## 8.0.0 ### Major Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 74c455aa6..b830a602a 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-sdk", - "version": "8.0.0", + "version": "8.0.1", "repository": { "type": "git", "url": "git+https://github.com/relayprotocol/relay-kit.git", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 716511b92..cf27ec176 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,28 @@ # @reservoir0x/relay-kit-ui +## 12.0.1 + +### Patch Changes + +- cbbf9c9: Fix Tron swap UX in the TRX/USDT flow. Tron balances now read from TronGrid's + 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. + +- Updated dependencies [cbbf9c9] + - @relayprotocol/relay-sdk@8.0.1 + - @relayprotocol/relay-kit-hooks@5.0.1 + ## 12.0.0 ### Major Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index e3b8343e3..9313bc35e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@relayprotocol/relay-kit-ui", - "version": "12.0.0", + "version": "12.0.1", "repository": { "type": "git", "url": "git+https://github.com/relayprotocol/relay-kit.git",