Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions .changeset/eclipse-drop-backpack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eclipse-null-lookup-table.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/swap-success-actual-values.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/relay-svm-wallet-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reservoir0x/relay-svm-wallet-adapter

## 21.0.3

### Patch Changes

- 8fb110e: Skip address lookup tables that can't be resolved on the connected chain instead of crashing before signing

## 21.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-svm-wallet-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relayprotocol/relay-svm-wallet-adapter",
"version": "21.0.2",
"version": "21.0.3",
"description": "An SVM (Solana Virtual Machine) adapter for use in @relayprotocol/relay-sdk",
"type": "module",
"source": "./src/index.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @reservoir0x/relay-kit-ui

## 11.0.4

### Patch Changes

- 8fb110e: Replace Backpack with Nightly and OKX as the Eclipse wallet connectors, since Backpack dropped Eclipse support
- d097a11: Fix the swap completion view showing a provisional token and amount as
received. Destination `actual` values from `GET /requests/v3` are now only
displayed once the request status is `success` — before that, the quoted
output token and amount are shown instead of intermediate route values (e.g.
an origin swap's USDC output on a route that delivers a different token). The
transaction modal also keeps polling the request until it reaches a terminal
status (`success`, `failure`, or `refund`) so the final received amount
replaces the quoted one.

## 11.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@relayprotocol/relay-kit-ui",
"version": "11.0.3",
"version": "11.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/relayprotocol/relay-kit.git",
Expand Down