8000 sync: main to staging by github-actions[bot] · Pull Request #1337 · skip-mev/skip-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sync: main to staging #1337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
92cef82
Only return cached skipAssets if asset found for chainId or chainId i…
toddkao Jun 2, 2025
7785500
Only return cached skipAssets if asset found for chainId or chainId i…
toddkao Jun 2, 2025
101936c
Version Packages
github-actions[bot] Jun 2, 2025
3d19b0e
Merge pull request #1304 from skip-mev/changeset-release/main
toddkao Jun 2, 2025
de97a32
Fix usage of URL constructor
toddkao Jun 4, 2025
86519c1
update to remove leading slash in path and add warning in console if …
toddkao Jun 4, 2025
2a10520
Update generateApi.ts
toddkao Jun 4, 2025
ab054ae
Merge pull request #1312 from skip-mev/FRE-1855
toddkao Jun 4, 2025
1137c16
Version Packages
github-actions[bot] Jun 4, 2025
e2f4187
Merge pull request #1315 from skip-mev/changeset-release/main
toddkao Jun 4, 2025
1388a2b
set overallStatus to failed if transferAssetRelease && transactionsSi…
toddkao Jun 4, 2025
47967f8
Revert "set overallStatus to failed if transferAssetRelease && transa…
toddkao Jun 4, 2025
4e97e19
Add apiHeaders to SkipApiOptions (#1319)
toddkao Jun 4, 2025
2b1f3a5
Version Packages
github-actions[bot] Jun 4, 2025
796560c
Merge pull request #1320 from skip-mev/changeset-release/main
toddkao Jun 4, 2025
c741633
Merge branch 'staging' into sync-main-with-staging-6/6
toddkao Jun 6, 2025
7f69cc3
Merge pull request #1335 from skip-mev/sync-main-with-staging-6/6
toddkao Jun 6, 2025
ce736fb
Version Packages
github-actions[bot] Jun 6, 2025
52714aa
Merge pull request #1336 from skip-mev/changeset-release/main
toddkao Jun 6, 2025
10000
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/early-ghosts-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-grapes-float.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-jokes-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-keys-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-emus-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-coins-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-hounds-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-berries-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-cooks-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-poems-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-forks-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-hotels-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-hats-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ducks-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-keys-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-trainers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-mice-mate.md

This file was deleted.

18 changes: 18 additions & 0 deletions examples/nextjs/CHANGELOG.md
10000
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# nextjs

## 0.1.110

### Patch Changes

- Updated dependencies [32f5f7b]
- Updated dependencies [71979b6]
- Updated dependencies [b338a30]
- Updated dependencies [871bec1]
- Updated dependencies [0dd5d25]
- Updated dependencies [df56981]
- Updated dependencies [38200ac]
- Updated dependencies [6a6bb61]
- Updated dependencies [cde6a0c]
- Updated dependencies [9cc8751]
- Updated dependencies [24b17d6]
- Updated dependencies [a14f13d]
- @skip-go/widget@3.11.0

## 0.1.109

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.109",
"version": "0.1.110",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
14 changes: 14 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @skip-go/client

## 1.2.0

### Minor Changes

- c502e19: Add min_amount_out field to msg and msgdirect v2 endpoint resps
- 71979b6: batchSignTxs added to sign all txs upfront

### Patch Changes

- cc391ab: remove unused type and fix validation state
- dffca8c: Add trackTxPollingOptions to ExecuteRouteOptions and waitForTransaction
- fbc22f6: improve error message copy
- 0aab36a: Add postRouteHandler as an option to executeRoute

## 1.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skip-go/client",
"description": "JavaScript SDK for Skip Go API",
"version": "1.1.9",
"version": "1.2.0",
"repository": "https://github.com/skip-mev/skip-go",
"type": "module",
"main": "./dist/index.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## 0.0.15

## 3.11.0

### Minor Changes

- 71979b6: batchSignTxs added to sign all txs upfront

### Patch Changes

- 32f5f7b: Save list of extra chainIds connected per wallet so that we automatically connect to those chains in the future, clear list if theres an error when connecting (in case chain was removed from wallet)
- b338a30: Update widget to allow getCosmosSigner/getEvmSigner to fallback to default if no signer is found for given chainId
- 871bec1: Added setAsset that enables setting the source/destination asset manually and onSource/DestinationAssetUpdated callbacks
- 0dd5d25: change error page explorer link to skip explorer
- df56981: Add fallback to checking lastHistoryItem isSettled for isFetchingLastTransactionStatusAtom
- 38200ac: Fix infinite setState caused by erroneously setting amount to formattedDisplayAmount
- 6a6bb61: Fix overallStatus logic
- cde6a0c: Fix set destination address to allow manual address entry if the last operation has sign required but fromChainId !== destinationChainId
- 9cc8751: fix error text line height in bad price warning
- 24b17d6: Fix infinite spinner if last tx item is 2tx route with only 1 tx in transactionDetails, Add deleting history items that have no chainId and txHash in transactionDetails
- a14f13d: default sessions replays to on
- Updated dependencies [c502e19]
- Updated dependencies [71979b6]
- Updated dependencies [cc391ab]
- Updated dependencies [dffca8c]
- Updated dependencies [fbc22f6]
- Updated dependencies [0aab36a]
- @skip-go/client@1.2.0

## 3.10.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/widget/package.json
5CA4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@skip-go/widget",
"description": "Swap widget",
"version": "3.10.11",
"version": "3.11.0",
"repository": {
"url": "https://github.com/skip-mev/skip-go",
"directory": "packages/widget"
Expand Down
Loading
0