diff --git a/.changeset/swapkit-sdk-uynp77m7dluu.md b/.changeset/swapkit-sdk-uynp77m7dluu.md deleted file mode 100644 index 0a5bc7a..0000000 --- a/.changeset/swapkit-sdk-uynp77m7dluu.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@swapkit/sdk": patch -"@swapkit/wallet-extensions": patch -"@swapkit/wallet-hardware": patch -"@swapkit/wallet-mobile": patch -"@swapkit/wallets": patch ---- - -Update SwapKit SDK dependencies: - -- @swapkit/core: 5.0.3 → 5.0.5 -- @swapkit/helpers: 5.1.0 → 5.2.1 -- @swapkit/plugins: 5.0.3 → 5.0.5 -- @swapkit/server: 5.1.1 → 5.1.3 -- @swapkit/toolboxes: 5.1.2 → 5.2.1 -- @swapkit/wallet-core: 5.0.3 → 5.0.5 -- @swapkit/wallet-keystore: 5.0.3 → 5.1.1 diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index f84ce10..589f50e 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,22 @@ # @swapkit/sdk +## 4.6.50 + +### Patch Changes + +- [#146](https://github.com/swapkit/wallets/pull/146) [`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#376](https://github.com/swapkit/sdk/pull/376) [`b1a722a`](https://github.com/swapkit/sdk/commit/b1a722afc2aa41c27b74c041cc0521d350a68b18) Thanks [@towanTG](https://github.com/towanTG)! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (`HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054`) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (`HYPE.USDC-0xb88339…`). Previously such routes were rejected with `plugin_swapkit_invalid_transaction`. (via @swapkit/plugins@5.0.5) + - Update generated token lists. (via @swapkit/plugins@5.0.5) + - [`1c3d941`](https://github.com/swapkit/sdk/commit/1c3d941eecfe123aa29fd34cd710f848fcb1122f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - **Derived addresses change for a non-zero index or an explicit derivation path.** Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared `derivationPath` and `index` and read neither, so every phrase collapsed onto `m/44'/60'/0'/0/0`. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied `index` to the address index but never read `derivationPath` and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with `index`. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/tokens@5.0.5) + - Update generated token lists. (via @swapkit/tokens@5.0.4) + - Update generated token lists. (via @swapkit/helpers@5.2.1) + +- Updated dependencies [[`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013)]: + - @swapkit/wallets@4.12.1 + ## 4.6.49 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ae19b13..eccd805 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -68,5 +68,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.6.49" + "version": "4.6.50" } diff --git a/packages/wallet-extensions/CHANGELOG.md b/packages/wallet-extensions/CHANGELOG.md index cff02f8..bb73a94 100644 --- a/packages/wallet-extensions/CHANGELOG.md +++ b/packages/wallet-extensions/CHANGELOG.md @@ -1,5 +1,19 @@ # @swapkit-dev/wallet-extensions +## 4.6.1 + +### Patch Changes + +- [#146](https://github.com/swapkit/wallets/pull/146) [`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#376](https://github.com/swapkit/sdk/pull/376) [`b1a722a`](https://github.com/swapkit/sdk/commit/b1a722afc2aa41c27b74c041cc0521d350a68b18) Thanks [@towanTG](https://github.com/towanTG)! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (`HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054`) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (`HYPE.USDC-0xb88339…`). Previously such routes were rejected with `plugin_swapkit_invalid_transaction`. (via @swapkit/plugins@5.0.5) + - Update generated token lists. (via @swapkit/plugins@5.0.5) + - [`1c3d941`](https://github.com/swapkit/sdk/commit/1c3d941eecfe123aa29fd34cd710f848fcb1122f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - **Derived addresses change for a non-zero index or an explicit derivation path.** Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared `derivationPath` and `index` and read neither, so every phrase collapsed onto `m/44'/60'/0'/0/0`. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied `index` to the address index but never read `derivationPath` and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with `index`. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/tokens@5.0.5) + - Update generated token lists. (via @swapkit/tokens@5.0.4) + - Update generated token lists. (via @swapkit/helpers@5.2.1) + ## 4.6.0 ### Minor Changes diff --git a/packages/wallet-extensions/package.json b/packages/wallet-extensions/package.json index 724393f..1fba1f9 100644 --- a/packages/wallet-extensions/package.json +++ b/packages/wallet-extensions/package.json @@ -172,5 +172,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.6.0" + "version": "4.6.1" } diff --git a/packages/wallet-hardware/CHANGELOG.md b/packages/wallet-hardware/CHANGELOG.md index 28a796d..4929aab 100644 --- a/packages/wallet-hardware/CHANGELOG.md +++ b/packages/wallet-hardware/CHANGELOG.md @@ -1,5 +1,19 @@ # @swapkit-dev/wallet-hardware +## 4.9.34 + +### Patch Changes + +- [#146](https://github.com/swapkit/wallets/pull/146) [`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#376](https://github.com/swapkit/sdk/pull/376) [`b1a722a`](https://github.com/swapkit/sdk/commit/b1a722afc2aa41c27b74c041cc0521d350a68b18) Thanks [@towanTG](https://github.com/towanTG)! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (`HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054`) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (`HYPE.USDC-0xb88339…`). Previously such routes were rejected with `plugin_swapkit_invalid_transaction`. (via @swapkit/plugins@5.0.5) + - Update generated token lists. (via @swapkit/plugins@5.0.5) + - [`1c3d941`](https://github.com/swapkit/sdk/commit/1c3d941eecfe123aa29fd34cd710f848fcb1122f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - **Derived addresses change for a non-zero index or an explicit derivation path.** Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared `derivationPath` and `index` and read neither, so every phrase collapsed onto `m/44'/60'/0'/0/0`. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied `index` to the address index but never read `derivationPath` and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with `index`. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/tokens@5.0.5) + - Update generated token lists. (via @swapkit/tokens@5.0.4) + - Update generated token lists. (via @swapkit/helpers@5.2.1) + ## 4.9.33 ### Patch Changes diff --git a/packages/wallet-hardware/package.json b/packages/wallet-hardware/package.json index 9d2ae09..bc81ef0 100644 --- a/packages/wallet-hardware/package.json +++ b/packages/wallet-hardware/package.json @@ -114,5 +114,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.9.33" + "version": "4.9.34" } diff --git a/packages/wallet-mobile/CHANGELOG.md b/packages/wallet-mobile/CHANGELOG.md index 9183c01..28b51e6 100644 --- a/packages/wallet-mobile/CHANGELOG.md +++ b/packages/wallet-mobile/CHANGELOG.md @@ -1,5 +1,19 @@ # @swapkit-dev/wallet-mobile +## 4.3.25 + +### Patch Changes + +- [#146](https://github.com/swapkit/wallets/pull/146) [`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#376](https://github.com/swapkit/sdk/pull/376) [`b1a722a`](https://github.com/swapkit/sdk/commit/b1a722afc2aa41c27b74c041cc0521d350a68b18) Thanks [@towanTG](https://github.com/towanTG)! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (`HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054`) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (`HYPE.USDC-0xb88339…`). Previously such routes were rejected with `plugin_swapkit_invalid_transaction`. (via @swapkit/plugins@5.0.5) + - Update generated token lists. (via @swapkit/plugins@5.0.5) + - [`1c3d941`](https://github.com/swapkit/sdk/commit/1c3d941eecfe123aa29fd34cd710f848fcb1122f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - **Derived addresses change for a non-zero index or an explicit derivation path.** Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared `derivationPath` and `index` and read neither, so every phrase collapsed onto `m/44'/60'/0'/0/0`. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied `index` to the address index but never read `derivationPath` and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with `index`. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/tokens@5.0.5) + - Update generated token lists. (via @swapkit/tokens@5.0.4) + - Update generated token lists. (via @swapkit/helpers@5.2.1) + ## 4.3.24 ### Patch Changes diff --git a/packages/wallet-mobile/package.json b/packages/wallet-mobile/package.json index 1390648..b7bcc12 100644 --- a/packages/wallet-mobile/package.json +++ b/packages/wallet-mobile/package.json @@ -37,5 +37,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.3.24" + "version": "4.3.25" } diff --git a/packages/wallets/CHANGELOG.md b/packages/wallets/CHANGELOG.md index 585b2e6..e0f981b 100644 --- a/packages/wallets/CHANGELOG.md +++ b/packages/wallets/CHANGELOG.md @@ -1,5 +1,23 @@ # @swapkit-dev/wallets +## 4.12.1 + +### Patch Changes + +- [#146](https://github.com/swapkit/wallets/pull/146) [`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013) Thanks [@towanTG](https://github.com/towanTG)! - Update SwapKit SDK dependencies: + + - [#376](https://github.com/swapkit/sdk/pull/376) [`b1a722a`](https://github.com/swapkit/sdk/commit/b1a722afc2aa41c27b74c041cc0521d350a68b18) Thanks [@towanTG](https://github.com/towanTG)! - SwapKitPlugin: accept the canonical HyperCore USDC HIP-1 identifier (`HYPE.USDC-USDC:0x6d1e7cde53ba9467b783cb7c530ce054`) that the API now emits for Hype sendAsset routes, alongside the legacy HyperEVM ERC-20 form (`HYPE.USDC-0xb88339…`). Previously such routes were rejected with `plugin_swapkit_invalid_transaction`. (via @swapkit/plugins@5.0.5) + - Update generated token lists. (via @swapkit/plugins@5.0.5) + - [`1c3d941`](https://github.com/swapkit/sdk/commit/1c3d941eecfe123aa29fd34cd710f848fcb1122f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - **Derived addresses change for a non-zero index or an explicit derivation path.** Index 0 without a path is unchanged everywhere, which is why this ships as a minor rather than a major. EVM (every chain, including the OP-stack ones) declared `derivationPath` and `index` and read neither, so every phrase collapsed onto `m/44'/60'/0'/0/0`. Sui and Ripple had no path or index parameter at all and always used their library's default path. Cardano applied `index` to the address index but never read `derivationPath` and hardcoded the account to 0. Zcash overwrote the last slot of an explicit path with `index`. All of these now honour supported values, so the address returned for a non-zero index — or for an explicit path — differs from earlier versions. Nothing is lost: the funds stay at the previous address, which is unchanged and still reachable by requesting index 0 with no path. Cached addresses, saved address books, deposit instructions and in-flight quotes built against the old behaviour will no longer match, so audit anything that persisted an address before upgrading. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/helpers@5.2.0) + - Update generated token lists. (via @swapkit/tokens@5.0.5) + - Update generated token lists. (via @swapkit/tokens@5.0.4) + - Update generated token lists. (via @swapkit/helpers@5.2.1) + +- Updated dependencies [[`4edcebe`](https://github.com/swapkit/wallets/commit/4edcebe5b8b7cf6f3f4e057630c37b8a65ddb013)]: + - @swapkit/wallet-extensions@4.6.1 + - @swapkit/wallet-hardware@4.9.34 + ## 4.12.0 ### Minor Changes diff --git a/packages/wallets/package.json b/packages/wallets/package.json index b6dbecd..0c2ae57 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -254,5 +254,5 @@ "type-check:go": "tsgo" }, "type": "module", - "version": "4.12.0" + "version": "4.12.1" }