File tree Expand file tree Collapse file tree
client-sdk/ts-web/rt/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased changes
44
5+ Breaking changes:
6+
7+ - ` callformat.encodeCallWithNonceAndKeys ` now takes a client ` CryptoKeyPair `
8+ instead of ` sk ` and ` pk ` ` Uint8Array ` s.
9+ You can generate one with ` mraeDeoxysii.generateKeyPair ` and export its
10+ public key with ` mraeDeoxysii.publicKeyFromKeyPair ` .
11+ - ` mraeDeoxysii ` functions ` deriveSymmetricKey ` , ` boxSeal ` , and ` boxOpen ` are
12+ now async.
13+
514New features:
615
716- Functions that internally need to compute a hash, such as
817 ` address.fromSigspec ` , are declared as synchronous now.
918- secp256k1 verification is declared as synchronous now.
19+ - ` callformat.decodeResult ` 's ` meta ` parameter now takes ` unknown ` , matching
20+ what you get from ` callformat.encodeCall ` .
1021
1122Little things:
1223
1324- We're switching lots of cryptography dependencies to noble cryptography
1425 libraries.
26+ - X25519 key exchange now uses the Web Crypto API.
1527
1628## v1.1.0
1729
You can’t perform that action at this time.
0 commit comments