Skip to content
Draft
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: 5 additions & 0 deletions .changeset/bump-swapkit-deps-20260821.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/ui": patch
---

Bump @swapkit dependencies to the SDK 5.0.0 release line (core/helpers/plugins/toolboxes/wallet-keystore 5.0.0, wallets 4.11.0), enabling Hypercore and HyperEVM end to end — keystore HYPE/HyperEVM derivation needs helpers 5.0.0. Root override pins @swapkit/cosmos-signer to 0.1.0 while the 0.2.0 that toolboxes 5.0.0 peers on is unpublished (sdk release-run npm E404); drop the override once 0.2.0 lands.
8 changes: 8 additions & 0 deletions .changeset/bump-swapkit-deps-20260824.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@swapkit/ui": patch
---

Bump @swapkit dependencies to the latest releases: wallets 4.11.1 (cosmos-signer
0.2.0 resolution, test hygiene), sdk family 5.0.2 / toolboxes 5.1.1 (API-first
HyperCore getBalance with getBalanceFromChain fallback, corrected HyperEVM /
Hyperliquid chain names, spotMeta weiDecimals balance decimals).
12 changes: 12 additions & 0 deletions .changeset/bump-swapkit-deps-20260826.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@swapkit/ui": patch
---

Bump @swapkit dependencies to the latest releases: wallets 4.12.0 (Noir Wallet
connector for Zcash, TON_CONNECT via the extensible WalletOption registry),
sdk family 5.0.4 / helpers 5.2.0 / toolboxes 5.2.0 / wallet-keystore 5.1.0
(derivation paths now honour non-zero index and explicit path — index 0 without
a path is unchanged; refreshed token lists). Adapt to the literal-typed
WalletOption registry (explicit WalletOption annotations on wallet collections)
and cast around the stale mutable-tuple derivation-path params still baked into
the published wallet-hardware 4.9.33 typings.
5 changes: 5 additions & 0 deletions .changeset/bump-swapkit-hip1-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/ui": patch
---

Bump @swapkit packages to the plugins 5.0.5 line — accepts the canonical HyperCore USDC HIP-1 identifier the API emits since 2026-08-27, fixing `plugin_swapkit_invalid_transaction` on every HyperCore USDC payin (core 5.0.5, helpers 5.2.1, toolboxes 5.2.1, wallet-keystore 5.1.1, wallets 4.12.1).
5 changes: 5 additions & 0 deletions .changeset/import-swapkit-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/ui": patch
---

Move `@swapkit/ui` and the vite-lite playground into the `swapkit/wallets` monorepo. `@swapkit/ui` now consumes `@swapkit/wallets` via the workspace instead of the published package; releases of `@swapkit/ui` ship from this repo going forward. Deployment/infra config (terraform, cloudbuild) intentionally stays out of this repo — it lives in the devops repo.
5 changes: 5 additions & 0 deletions .changeset/output-picker-swapto-fallback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/ui": patch
---

Output token picker falls back to the full asset catalog when swap-to pair data is unavailable (request disabled by missing credentials, failed, or not yet run) instead of rendering an empty "No assets found" list. Token search is enabled in the fallback state so the picker behaves like the input picker. [API-2945]
16 changes: 16 additions & 0 deletions .changeset/swapkit-sdk-3rlyupr0wvt2n.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@swapkit/sdk": patch
"@swapkit/ui": patch
"@swapkit/wallet-extensions": patch
"@swapkit/wallet-hardware": patch
"@swapkit/wallet-mobile": patch
"@swapkit/wallets": patch
---

Update SwapKit SDK dependencies:

- @swapkit/core: 5.0.5
- @swapkit/helpers: 5.2.1
- @swapkit/plugins: 5.0.5
- @swapkit/toolboxes: 5.2.1
- @swapkit/wallet-keystore: 5.1.1
5 changes: 5 additions & 0 deletions .changeset/widget-image-url-new-org.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/ui": patch
---

Point widget asset image URLs (tokens, chains, providers, wallets) at the new org buckets — sk-apiv2-token-list-swapkit (prod) and sk-apiv2-dev-token-list-swapkit (dev), matching the logoURI host the api serves. [API-2944]
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
- run: bun build:ci
- run: bun lint
- run: bun type-check:ci
- run: bun test
# packages/ui tests are excluded for now: they need the happy-dom preload
# from packages/ui/bunfig.toml (cwd-dependent) and several suites are
# red upstream in swapkit/ui. Run them locally with `bun --cwd=packages/ui test`.
- run: bun test packages/sdk packages/wallet-extensions packages/wallet-hardware packages/wallet-mobile packages/wallets tools
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@ build/data.json
.DS_Store
.env
.env.local
*.log
*.tmp.json
.aider*
.cursor/mcp.json
.mcp*
.claude
.claude-teams
AGENTS*
claude

.idea/
build/
cache/
coverage/
Loading
Loading