Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Nov 15, 2023
1 parent 06dbf97 commit 48e8ac5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .changeset/forty-avocados-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"@aptos-labs/wallet-adapter-ant-design": major
"@aptos-labs/wallet-adapter-mui-design": major
"@aptos-labs/wallet-adapter-react": major
"@aptos-labs/wallet-adapter-core": major
"@aptos-labs/wallet-adapter-nextjs-example": major
---

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 from `signTransaction()` to TS SDK V2 `AccountAuthenticator`
- 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` version `0.0.6`

0 comments on commit 48e8ac5

Please sign in to comment.