- c2de332: Deeplink Provider for Nightly Wallet
- 99dc712: Bump package versions
- b8cae2d: Fix deeplink redirect on mobile view
- 31fe032: Fix unexpected exceptions when submitting transaction with a CUSTOM network
- 80a3c8a: Support network based API key
- af7c080: Bump wallet adapter ts-sdk peer dependency version
- ca1dc8e: Bump all packages version to fix broken previous version
- fix publish
- bump mizu dep
- 6915184: @mizuwallet-sdk/aptos-wallet-adapter Bump version to 0.3.2
- f5ba2f2: Bump
@aptos-connect/wallet-adapter-plugin
to 2.3.2 to support Apple logins
- 66ad437: Bumped the Aptos Connect plugin to support claims
- 737bd2b: Bump @mizuwallet-sdk/aptos-wallet-adapter to v0.3.1 and add '--experimental-https' flag to nextjs-example's dev command.
- f9ecf18: Bump @aptos-labs/wallet-adapter-core version to v0.2.6
- 67440bf: Bumped
@aptos-connect/wallet-adapter-plugin
to 2.1.0 to enable Telegram support - bde8112: Handle arguments conversion when submitting a package publish transaction
- e252fce: Add support for a dapp generated api key
- bd54d77: Bumped
@aptos-connect/wallet-adapter-plugin
to 2.0.2 and exposedpreferredWalletName
option
- d348384: Bump @mizuwallet-sdk/aptos-wallet-adapter version to 0.2.5
- 3795c56: Added transaction input support for
signTransaction
- 3419043: Bump @mizuwallet-sdk/aptos-wallet-adapter version to 0.2.3
- ee95b8b: Upgrade @aptos-labe/ts-sdk version
- a2391db: Support a boolean flag to disable the adapter telemetry tool
- 92f7187: Bump @mizuwallet-sdk/aptos-wallet-adapter version to 0.2.0
- 4240f8b: Have the option to exclude AptosConnect from the wallet selector modal
- 0e37588: Bump @mizuwallet-sdk/aptos-wallet-adapter version to 0.1.5
- 754f6e1: Bump @mizuwallet-sdk/aptos-wallet-adapter version to 0.1.2
- 754f6e1: Bump @mizuwallet-sdk/aptos-wallet-adapter version to 0.1.3
- ae2351b: Change mizuWallet config to an optional prop
- 74f99d2: Add support for Mizu Wallet as an AIP-62 standarad compatible.
- 3d9ae51: Fix Keyless sign and verify
- 4fd4527: Skip verification for Keyless accounts
- d9ce63d: Add support for Pontem wallet as an AIP-62 standard compatible
- 0b7d07f: [Hot Fix] Pontem wallet version 2.6.7 does not include a URL prop
- f1fb4a5: Add proper dappconfig type to wallet core
- 6bfeb14: Add dapp id to be passed to AptosConnect
- 249331f: it stops emitting register event to prevent TWallet button to render twice
- ed4f483: resolves connection issues with Twallet due to hardcoded twallet url
- 96df1f7: Added
groupAndSortWallets
utility function. - f23cf43: Fix adapter event communication
- 79a0212: Bumped to
@aptos-connect/wallet-adapter-plugin
v1.0.1
- 1644cfc: use isAptosConnectWallet function to verify a wallet is an AptosConnect wallet in excludeWallet function
- cbbbe23: Added Dapp id to dappConfig
- e3df2db: Added the following utility functions:
getAptosConnectWallets
,partitionWallets
,isInstalledOrLoadable
,isInstallRequired
, andtruncateAddress
. - 1580df8: Add Petra to the AIP-62 wallet registry
- 07ee265: Support dappConfig user prop to set SDK wallets configuration
- 0672ff4: Added
APTOS_CONNECT_BASE_URL
,APTOS_CONNECT_ACCOUNT_URL
, andisAptosConnectWallet
- c1a9f41: Bumped auto-injected AptosConnect plugin version
- 2e9c156: Added
AnyAptosWallet
union type alias.
- 79b1bf8: Add AptosConnect
- 9566c50: Bumped @aptos-connect/wallet-adapter-plugin version to include args normalization fix
- 4db7a8d: Trigger release to update WALLET_ADAPTER_CORE_VERSION injected variable
- 9f94e4d: Support signAndSubmitTransaction standard function feature version 1.1.0
- cc4021b: Add the
local
case to the switch statement that converts a string to a Network. - ec6cb0c: it bumps @atomrigslab/aptos-wallet-adapter version to fixe redirection issue with Twallet URL
- 1ff5230: [hot fix] remove petra from aip-62 wallet registry
- 6e152e4: Revert Support account prop to be of AIP-62 AccountInfo type
- 3ed84cd: Query ANS name with account address as string
- 2c826a4: Support account prop to be of AIP-62 AccountInfo type
- 6a58c61: Add Petra as a AIP-62 compatible wallet
- 4832532: Wallets opt-in support
- 69b6101: Add multisig transaction support
- 870ee0c: Support T Wallet as a SDK wallet in the adapter core
- ef53f38: AIP-62 standard compatible wallet registry list
- 19f4fdd: Exposing wallet adapter core version into window object
- 106d55c: Export all Interfaces and types
- 2cc2eb5: Trigger connect if iOS extension is detected.
- e46b930: Add change network request support
- 740e909: Block scam transaction submission
- ec02b10: Monkey-patched
signTransaction
v1 to be compatible with AIP62 wallets
- 55f9970: Update aptos ts-sdk to latest version 1.13.2
- 245ce8d: Support a custom network defined in a Wallet
- 41f9485: Implement GA4
- 6be2a06: Convert uppercase network name to lowercase in NetworkInfo
- 4127cfb: Support AIP-62 connect wallet method response
- 4d6e2f6: Add AIP-62 wallet standard support
- 8ebd4c7: Upgrade Aptos ts sdk version to 1.6.0
- 4ca4201: Export PluginProvider type
- e1e9eb2: ['Bug fix'] Use current connected wallet to compare to the selected wallet before connecting to a wallet
- 570cbda: Update @aptos-labs/ts-sdk package version to 1.3.0
- 3f38c51: Return false from areBCSArguments function if array is empty
- 12163ca: Updated SDK dependencies
- a6f0e46: Fix is bcs argument types check
- 6266a29: Consolidate options argument on signAndSubmitTransaction
- 6257015: [deps] Updated aptos and @aptos-labs/ts-sdk dependencies to latest versions
- aa3d15a: Make sender optional when sign and submit single signer transaction
-
31e0084: Support TypeScript SDK V2. Fully compatible with existing SDK V1 and Wallet Adapter V1 but with a full SDK V2 support for the dapp.
- Add support for SDK V2 input types
signAndSubmitTransaction()
accept only SDK V2 transaction input type- Implement a
submitTransaction()
function for multi signers transactions signTransaction()
to support both SDK V1 and V2 versions- Convert wallet
SignedTransaction
response fromsignTransaction()
to TS SDK V2AccountAuthenticator
- Demo app to demonstrate different trnsaction flows - single signer, sponsor and multi agent transactions
- Reject promise on core and/or provider errors instead of just returning
false
- Use
@aptos-labs/ts-sdk@experimental
version0.0.7
- 7acfa69: Adding support for the new Typescript SDK in the package
@aptos-labs/ts-sdk
. The wallet adapter now supports submitting a basic transaction with the new SDK types.
- dd6e1ed: Moves dependencies to peer dependencies as needed
- 7e314e5: Update aptos dependency
- c95933a: Update the
onNetworkChange
type interface to conform withWalletCore
's usage of the callback
- d2a0bbd: Support error message on connect and disconnect functions
- b0586e8: Separate connect and connectWallet for SRP
- dc98bf4: fix sendAndSubmitTransaction params
- 22ecf6a: Throw
wallet already connected
error when trying to connect to an already connected wallet
-
06f334f: @aptos-labs/wallet-adapter-core: Fixes ssr issue with checking for mobile wallets
@aptos-labs/wallet-adapter-mui-design: Breaking: When on a mobile phone on the native browser, we removed all wallets that are not able to be deep linked to. The previous functionally would take them to the extension, which would not help users on mobile phones.
- bb1595e: Fix deeplink redirect
- 1605d28: Support ReadonlyArray of Wallets in AptosWalletAdapterProvider and WalletCore
- 814939c: Add deeplink support
- 50968c4: Support to submit bcs serialized transactions
- 8dea640: Fix wallet adapter auto reconnect on page refresh
- e10ea7b: Add ANS support
- 017556c: connect() to simply return if wallet is not installed
- d4e298f: Support Lodable wallet Implement multi signature verification Add a new optional property propertyName for multi-chain wallet
- 5fc6981: Throw wallet not found error when trying to connect to an uninstalled wallet
- d711f43: Import tweetnacl package via default export to support commonJS
- 1c3576e: Throw Sign Transaction is not supported error
- 576bb57: Add chainId and url propoerties to NetworkInfo type
- 6e53116: Add support to verify a signed message
- 18a0429: Add properties to SignMessageResponse interface
- 42e29f6: Add multisig support for AccountInfo