🎉 Publish Wallets Release#96
Merged
Merged
Conversation
3eef365 to
cd249af
Compare
cd249af to
897e031
Compare
897e031 to
b0bb626
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.
Releases
@swapkit/sdk@4.6.34
Patch Changes
#95
d2dadf0Thanks @towanTG! - Bump the Vite playground to @swapkit/ui 0.21.0.92210e8Thanks @github-actions[bot]! - Bump the Vite playground to @swapkit/ui 0.21.1.#99
5bdec3aThanks @towanTG! - Update SwapKit SDK dependencies:4e7d2d7Thanks @olegpetroveth! - Add TON native balance sweep.createTransaction/transferaccept asweepflag that sets theCARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORSsend mode so the wallet sends its full balance minus fees.TONTransactionMessagegains an optionalsendModeoverride (read per-transfer from the first message bysign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)3172029Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)f3888bfThanks @ice-chillios! - Bump@aptos-labs/ts-sdkfrom 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds twoAptosConfigparameters required by v7:network: Network.MAINNET(custom endpoints now require an explicit network) andclientConfig: { http2: false }(Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)19133e3Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)02cec19Thanks @towanTG! - AddlocalModeto SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go tohttp://localhost:3000and swap requests tohttp://localhost:3001by default (both configurable viaquoteUrl/swapUrl), while all other endpoints keep using the configuredapiUrl. (via @swapkit/helpers@4.15.0)731e9c1Thanks @GiMa-SwapKit! - Optimize SuicreateTransactionby setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)Updated dependencies [
5bdec3a]:@swapkit/wallet-extensions@4.5.20
Patch Changes
#100
e6522afThanks @towanTG! - Fix Phantom Bitcoin connection failing withwallet_phantom_not_found. Phantom deprecated the injectedwindow.phantom.bitcoinprovider and newer builds expose Bitcoin only through the Wallet Standard registry. Connecting now prefers the legacy injected provider when present and falls back to discovering Phantom via Wallet Standard (bitcoin:connect/bitcoin:signTransaction).#99
5bdec3aThanks @towanTG! - Update SwapKit SDK dependencies:4e7d2d7Thanks @olegpetroveth! - Add TON native balance sweep.createTransaction/transferaccept asweepflag that sets theCARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORSsend mode so the wallet sends its full balance minus fees.TONTransactionMessagegains an optionalsendModeoverride (read per-transfer from the first message bysign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)3172029Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)f3888bfThanks @ice-chillios! - Bump@aptos-labs/ts-sdkfrom 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds twoAptosConfigparameters required by v7:network: Network.MAINNET(custom endpoints now require an explicit network) andclientConfig: { http2: false }(Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)19133e3Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)02cec19Thanks @towanTG! - AddlocalModeto SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go tohttp://localhost:3000and swap requests tohttp://localhost:3001by default (both configurable viaquoteUrl/swapUrl), while all other endpoints keep using the configuredapiUrl. (via @swapkit/helpers@4.15.0)731e9c1Thanks @GiMa-SwapKit! - Optimize SuicreateTransactionby setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)@swapkit/wallet-hardware@4.9.21
Patch Changes
#99
5bdec3aThanks @towanTG! - Update SwapKit SDK dependencies:4e7d2d7Thanks @olegpetroveth! - Add TON native balance sweep.createTransaction/transferaccept asweepflag that sets theCARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORSsend mode so the wallet sends its full balance minus fees.TONTransactionMessagegains an optionalsendModeoverride (read per-transfer from the first message bysign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)3172029Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)f3888bfThanks @ice-chillios! - Bump@aptos-labs/ts-sdkfrom 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds twoAptosConfigparameters required by v7:network: Network.MAINNET(custom endpoints now require an explicit network) andclientConfig: { http2: false }(Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)19133e3Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)02cec19Thanks @towanTG! - AddlocalModeto SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go tohttp://localhost:3000and swap requests tohttp://localhost:3001by default (both configurable viaquoteUrl/swapUrl), while all other endpoints keep using the configuredapiUrl. (via @swapkit/helpers@4.15.0)731e9c1Thanks @GiMa-SwapKit! - Optimize SuicreateTransactionby setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)@swapkit/wallet-mobile@4.3.14
Patch Changes
#99
5bdec3aThanks @towanTG! - Update SwapKit SDK dependencies:4e7d2d7Thanks @olegpetroveth! - Add TON native balance sweep.createTransaction/transferaccept asweepflag that sets theCARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORSsend mode so the wallet sends its full balance minus fees.TONTransactionMessagegains an optionalsendModeoverride (read per-transfer from the first message bysign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)3172029Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)f3888bfThanks @ice-chillios! - Bump@aptos-labs/ts-sdkfrom 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds twoAptosConfigparameters required by v7:network: Network.MAINNET(custom endpoints now require an explicit network) andclientConfig: { http2: false }(Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)19133e3Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)02cec19Thanks @towanTG! - AddlocalModeto SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go tohttp://localhost:3000and swap requests tohttp://localhost:3001by default (both configurable viaquoteUrl/swapUrl), while all other endpoints keep using the configuredapiUrl. (via @swapkit/helpers@4.15.0)731e9c1Thanks @GiMa-SwapKit! - Optimize SuicreateTransactionby setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)@swapkit/wallets@4.8.26
Patch Changes
#99
5bdec3aThanks @towanTG! - Update SwapKit SDK dependencies:4e7d2d7Thanks @olegpetroveth! - Add TON native balance sweep.createTransaction/transferaccept asweepflag that sets theCARRY_ALL_REMAINING_BALANCE | IGNORE_ERRORSsend mode so the wallet sends its full balance minus fees.TONTransactionMessagegains an optionalsendModeoverride (read per-transfer from the first message bysign/estimateTransactionFee). Sweep is native-only; jetton sweeps throw. (via @swapkit/toolboxes@4.19.0)3172029Thanks @ice-chillios! - Add Linea (59144) and Plasma (9745) EVM chains: chain/chainId enums, chain configs, and EVM toolbox wiring. (via @swapkit/toolboxes@4.18.0)f3888bfThanks @ice-chillios! - Bump@aptos-labs/ts-sdkfrom 1.34.0 to 7.0.1. v7 is ESM-only and requires Node 22+. Adds twoAptosConfigparameters required by v7:network: Network.MAINNET(custom endpoints now require an explicit network) andclientConfig: { http2: false }(Bun's HTTP/2 client isn't mature; v7 warns at construction otherwise). No public API change in our usage. (via @swapkit/toolboxes@4.18.0)19133e3Thanks @ochhii1337! - Allow handling for hex strings in Tron toolbox memos (via @swapkit/toolboxes@4.18.0)02cec19Thanks @towanTG! - AddlocalModeto SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go tohttp://localhost:3000and swap requests tohttp://localhost:3001by default (both configurable viaquoteUrl/swapUrl), while all other endpoints keep using the configuredapiUrl. (via @swapkit/helpers@4.15.0)731e9c1Thanks @GiMa-SwapKit! - Optimize SuicreateTransactionby setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)Updated dependencies [
e6522af,5bdec3a]: