Open
Conversation
cd74e40 to
39f46ff
Compare
39f46ff to
4b59d2b
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/wallet-extensions@4.5.0
Minor Changes
#17
5a5a117Thanks @towanTG! - Per-walletdirectSigningSupportmappings for the V3 swap flow@swapkit/wallet-coreto^4.2.0and delete the duplicated localcore.tsfiles inwallets,wallet-extensions, andwallet-hardware— every wallet module now importscreateWallet/getWalletSupportedChainsfrom@swapkit/wallet-coredirectly.directSigningSupport: Partial<Record<Chain, boolean>>on everycreateWallet({...})call so the SDK can decide V3 routing per (wallet, chain) without consulting a central map.submitXamanPayloadnow exposes the signedhexblob and accepts{ submit: false }; a newChainSignerwrapsxumm.payload.createAndSubscribeand is passed togetRippleToolbox({ signer }), unblocking V3 for XRPL.CosmosLedger(already anOfflineAminoSigner) intogetCosmosToolbox(Chain.Cosmos, { signer }), unblocking V3 for ATOM. Bespoketransferretained for back-compat.getOfflineSignerOnlyAmino→getOfflineSignerAutoso V3 proto SignDocs sign natively (Ledger via BitGet still falls back to amino).getToolboxswitch, registerXLAYER_MAINNET_IDso XLayer's namespace negotiation works.Patch Changes
#14
f7f0f94Thanks @towanTG! - BitGet: drop deadsignTransactionstub on Cosmos and stop spreading the Solana provider so toolbox synthesis ofsignAndBroadcastTransactioncan use the real signer methods (V3 swap flow).#11
67d6989Thanks @github-actions! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1#12
9dd5073Thanks @towanTG! - CTRL: sign Bitcoin transactions via sats-connectsign_psbt, enabling V3 raw-transaction swap flow. BCH/DOGE/LTC continue to use the bespokewalletTransferpath.#13
5202c86Thanks @towanTG! - OKX: pass the Keplr-compatible offline signer intogetCosmosToolboxso the toolbox can synthesizesignAndBroadcastTransaction, unblocking the V3 SwapKit swap flow for OKX Cosmos.@swapkit/wallet-hardware@4.7.0
Minor Changes
#17
5a5a117Thanks @towanTG! - Per-walletdirectSigningSupportmappings for the V3 swap flow@swapkit/wallet-coreto^4.2.0and delete the duplicated localcore.tsfiles inwallets,wallet-extensions, andwallet-hardware— every wallet module now importscreateWallet/getWalletSupportedChainsfrom@swapkit/wallet-coredirectly.directSigningSupport: Partial<Record<Chain, boolean>>on everycreateWallet({...})call so the SDK can decide V3 routing per (wallet, chain) without consulting a central map.submitXamanPayloadnow exposes the signedhexblob and accepts{ submit: false }; a newChainSignerwrapsxumm.payload.createAndSubscribeand is passed togetRippleToolbox({ signer }), unblocking V3 for XRPL.CosmosLedger(already anOfflineAminoSigner) intogetCosmosToolbox(Chain.Cosmos, { signer }), unblocking V3 for ATOM. Bespoketransferretained for back-compat.getOfflineSignerOnlyAmino→getOfflineSignerAutoso V3 proto SignDocs sign natively (Ledger via BitGet still falls back to amino).getToolboxswitch, registerXLAYER_MAINNET_IDso XLayer's namespace negotiation works.Patch Changes
67d6989Thanks @github-actions! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1@swapkit/wallet-mobile@4.3.0
Minor Changes
#17
5a5a117Thanks @towanTG! - Per-walletdirectSigningSupportmappings for the V3 swap flow@swapkit/wallet-coreto^4.2.0and delete the duplicated localcore.tsfiles inwallets,wallet-extensions, andwallet-hardware— every wallet module now importscreateWallet/getWalletSupportedChainsfrom@swapkit/wallet-coredirectly.directSigningSupport: Partial<Record<Chain, boolean>>on everycreateWallet({...})call so the SDK can decide V3 routing per (wallet, chain) without consulting a central map.submitXamanPayloadnow exposes the signedhexblob and accepts{ submit: false }; a newChainSignerwrapsxumm.payload.createAndSubscribeand is passed togetRippleToolbox({ signer }), unblocking V3 for XRPL.CosmosLedger(already anOfflineAminoSigner) intogetCosmosToolbox(Chain.Cosmos, { signer }), unblocking V3 for ATOM. Bespoketransferretained for back-compat.getOfflineSignerOnlyAmino→getOfflineSignerAutoso V3 proto SignDocs sign natively (Ledger via BitGet still falls back to amino).getToolboxswitch, registerXLAYER_MAINNET_IDso XLayer's namespace negotiation works.Patch Changes
67d6989Thanks @github-actions! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1@swapkit/wallets@4.7.0
Minor Changes
#17
5a5a117Thanks @towanTG! - Per-walletdirectSigningSupportmappings for the V3 swap flow@swapkit/wallet-coreto^4.2.0and delete the duplicated localcore.tsfiles inwallets,wallet-extensions, andwallet-hardware— every wallet module now importscreateWallet/getWalletSupportedChainsfrom@swapkit/wallet-coredirectly.directSigningSupport: Partial<Record<Chain, boolean>>on everycreateWallet({...})call so the SDK can decide V3 routing per (wallet, chain) without consulting a central map.submitXamanPayloadnow exposes the signedhexblob and accepts{ submit: false }; a newChainSignerwrapsxumm.payload.createAndSubscribeand is passed togetRippleToolbox({ signer }), unblocking V3 for XRPL.CosmosLedger(already anOfflineAminoSigner) intogetCosmosToolbox(Chain.Cosmos, { signer }), unblocking V3 for ATOM. Bespoketransferretained for back-compat.getOfflineSignerOnlyAmino→getOfflineSignerAutoso V3 proto SignDocs sign natively (Ledger via BitGet still falls back to amino).getToolboxswitch, registerXLAYER_MAINNET_IDso XLayer's namespace negotiation works.Patch Changes
#11
67d6989Thanks @github-actions! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1Updated dependencies [
f7f0f94,67d6989,9dd5073,5202c86,5a5a117]:@swapkit/sdk@4.6.4
Patch Changes
#11
67d6989Thanks @github-actions! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1Updated dependencies [
67d6989,5a5a117]: