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
17 changes: 0 additions & 17 deletions .changeset/swapkit-sdk-uynp77m7dluu.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.49"
"version": "4.6.50"
}
14 changes: 14 additions & 0 deletions packages/wallet-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6.0"
"version": "4.6.1"
}
14 changes: 14 additions & 0 deletions packages/wallet-hardware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.33"
"version": "4.9.34"
}
14 changes: 14 additions & 0 deletions packages/wallet-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.24"
"version": "4.3.25"
}
18 changes: 18 additions & 0 deletions packages/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.12.0"
"version": "4.12.1"
}