Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
- Adds restriction on construction of a `MultiKey`s with more than 3 Keyless public keys when signature threshold is more than 3 as well. The limit on the number of keyless signatures is 3 so to prevent sending funds to accounts that are not accessible we add this safeguard.
- Adds support for `TurboTransactions` which allow for submitting transactions with a nonce rather than a sequence number.
- [`Breaking`] Change possible inputs to the `GenerateTransactionOptions` to include orderless
- New transaction worker proposal

# 2.0.1 (2025-05-21)
- Adds `deserializePublicKey` and `deserializeSignature` which takes in `HexInput` and will try all possible ways to deserialize so callers no longer need to derive a proper type before deserializing.
Expand Down
1 change: 1 addition & 0 deletions src/transactions/management/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./accountSequenceNumber";
export * from "./newTransactionWorker";
export * from "./transactionWorker";
Loading
Loading