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
6 changes: 0 additions & 6 deletions .changeset/noir-wallet-zcash.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/swapkit-sdk-36el3mv6gxftc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tonconnect-registry.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/sdk

## 4.6.49

### Patch Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies:
- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP*RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet*\*`error codes (80101-80103) register through the`@swapkit/helpers` 5.1.0 extensible registries. (via @swapkit/wallets@4.12.0)
- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - `TON_CONNECT` now registers through the `@swapkit/helpers` 5.1.0 extensible `WalletOption` registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays `"TON_CONNECT"`. (via @swapkit/wallets@4.12.0)

## 4.6.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.6.48"
"version": "4.6.49"
}
22 changes: 22 additions & 0 deletions packages/wallet-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @swapkit-dev/wallet-extensions

## 4.6.0

### Minor Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP*RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet*\*`error codes (80101-80103) register through the`@swapkit/helpers` 5.1.0 extensible registries.

### Patch Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies:

- [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/tokens@5.0.3)
- Update generated token lists. (via @swapkit/helpers@5.0.2)
- [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0)
- [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
- Update generated token lists. (via @swapkit/toolboxes@5.1.0)
- [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
- Update generated token lists. (via @swapkit/tokens@5.0.2)
- Update generated token lists. (via @swapkit/tokens@5.0.1)
- Update generated token lists. (via @swapkit/helpers@5.0.1)

## 4.5.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.5.30"
"version": "4.6.0"
}
18 changes: 18 additions & 0 deletions packages/wallet-hardware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @swapkit-dev/wallet-hardware

## 4.9.33

### Patch Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies:

- [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/tokens@5.0.3)
- Update generated token lists. (via @swapkit/helpers@5.0.2)
- [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0)
- [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
- Update generated token lists. (via @swapkit/toolboxes@5.1.0)
- [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
- Update generated token lists. (via @swapkit/tokens@5.0.2)
- Update generated token lists. (via @swapkit/tokens@5.0.1)
- Update generated token lists. (via @swapkit/helpers@5.0.1)

## 4.9.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-hardware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.9.32"
"version": "4.9.33"
}
18 changes: 18 additions & 0 deletions packages/wallet-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @swapkit-dev/wallet-mobile

## 4.3.24

### Patch Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies:

- [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/tokens@5.0.3)
- Update generated token lists. (via @swapkit/helpers@5.0.2)
- [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0)
- [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
- Update generated token lists. (via @swapkit/toolboxes@5.1.0)
- [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
- Update generated token lists. (via @swapkit/tokens@5.0.2)
- Update generated token lists. (via @swapkit/tokens@5.0.1)
- Update generated token lists. (via @swapkit/helpers@5.0.1)

## 4.3.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.3.23"
"version": "4.3.24"
}
28 changes: 28 additions & 0 deletions packages/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @swapkit-dev/wallets

## 4.12.0

### Minor Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Add Noir Wallet connector for Zcash (`connectNoirWallet`). Noir Wallet is a shielded-first Zcash browser extension; the connector delegates balance and transaction building to the extension and supports deposit-address swap routes (e.g. NEAR Intents). OP*RETURN memo routes are rejected with `wallet_noir_wallet_memo_not_supported`. `NOIR_WALLET` and the `wallet_noir_wallet*\*`error codes (80101-80103) register through the`@swapkit/helpers` 5.1.0 extensible registries.

### Patch Changes

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies:

- [#346](https://github.com/swapkit/sdk/pull/346) [`8cca094`](https://github.com/swapkit/sdk/commit/8cca094c278b7d89dff8625b4ced3664f8a51209) Thanks [@towanTG](https://github.com/towanTG)! - Make wallet options and SwapKit error keys extensible through module augmentation plus runtime registration. Extension error codes should use the reserved 80000-89999 range, and wallet registrations are automatically added to the default `SKConfig` wallet list. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/helpers@5.1.0)
- Update generated token lists. (via @swapkit/tokens@5.0.3)
- Update generated token lists. (via @swapkit/helpers@5.0.2)
- [#363](https://github.com/swapkit/sdk/pull/363) [`7b9f214`](https://github.com/swapkit/sdk/commit/7b9f2145e8644975620db1f2b39775c33cb40d20) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore balances are now API-first: `getBalance` queries the SwapKit (via @swapkit/toolboxes@5.1.0)
- [#366](https://github.com/swapkit/sdk/pull/366) [`c64be1d`](https://github.com/swapkit/sdk/commit/c64be1d700ef8855495ca9d7ef0ebe18f46687ee) Thanks [@towanTG](https://github.com/towanTG)! - HyperCore chain-query balances take decimals from Hyperliquid spotMeta (via @swapkit/toolboxes@5.1.0)
- Update generated token lists. (via @swapkit/toolboxes@5.1.0)
- [#367](https://github.com/swapkit/sdk/pull/367) [`ca8bb2a`](https://github.com/swapkit/sdk/commit/ca8bb2a4a258b1c11475c6b597550e584acce107) Thanks [@towanTG](https://github.com/towanTG)! - Re-export the aleo, aptos, hypercore and stellar toolbox subpaths from the
- Update generated token lists. (via @swapkit/tokens@5.0.2)
- Update generated token lists. (via @swapkit/tokens@5.0.1)
- Update generated token lists. (via @swapkit/helpers@5.0.1)

- [#144](https://github.com/swapkit/wallets/pull/144) [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5) Thanks [@towanTG](https://github.com/towanTG)! - `TON_CONNECT` now registers through the `@swapkit/helpers` 5.1.0 extensible `WalletOption` registry (swapkit/sdk#346) instead of the interim outside-the-enum literal shim. No behavior change — the runtime value stays `"TON_CONNECT"`.

- Updated dependencies [[`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5), [`da2aa01`](https://github.com/swapkit/wallets/commit/da2aa01feeec748ec023ac19f84df0c51dcb49b5)]:
- @swapkit/wallet-extensions@4.6.0
- @swapkit/wallet-hardware@4.9.33

## 4.11.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,5 +254,5 @@
"type-check:go": "tsgo"
},
"type": "module",
"version": "4.11.1"
"version": "4.12.0"
}