Skip to content

Commit 2f3a18b

Browse files
committed
ts-web/rt: add changelog
1 parent 807ffb9 commit 2f3a18b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

client-sdk/ts-web/rt/docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
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+
514
New 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

1122
Little 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

0 commit comments

Comments
 (0)