You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ All notable changes to the Aptos TypeScript SDK will be captured in this file. T
12
12
-`EphemeralKeyPair.generate()` is now async (returns `Promise<EphemeralKeyPair>`)
13
13
- Direct use of `new EphemeralKeyPair(...)` or `poseidonHash()` requires calling `await ensurePoseidonLoaded()` first
14
14
15
+
## Fixed
16
+
17
+
- Remove hardcoded `maxGasAmount: 2000` from e2e tests (Account Derivation APIs, WebAuthn submission) that caused `MAX_GAS_UNITS_BELOW_MIN_TRANSACTION_GAS_UNITS` failures after the on-chain minimum gas increas
0 commit comments