Skip to content

Commit

Permalink
fixup! Fix deps, re-export CallArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
runtian-zhou committed Nov 5, 2024
1 parent aeb56b3 commit e3c7533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T
- Add support for AIP-80 compliant private key imports and exports through `toAIP80String`
- Add `PrivateKey` helpers for AIP-80: `PrivateKey.parseHexInput`, `PrivateKey.formatPrivateKey`, and `PrivateKey.AIP80_PREFIXES`.
- Adds explicit error handling Keyless accounts using `KeylessError`. Handles JWK rotations.
- Add a new `scriptComposer` api in transactionSubmission api to allower SDK callers to invoke multiple Move functions inside a same transaction and compose the calls dynamically.

# 1.31.0 (2024-10-24)

Expand Down

0 comments on commit e3c7533

Please sign in to comment.