@bsv/wallet-toolbox 2.1.10 → 2.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@ This document captures the history of significant changes to the wallet-toolbox
4
4
  The git commit history contains the details but is unable to draw
5
5
  attention to changes that materially alter behavior or extend functionality.
6
6
 
7
+ ## wallet-toolbox 2.1.11
8
+
9
+ - Add UMP v3 token support with Argon2id password key derivation.
10
+ - Introduce `derivePasswordKey()` abstraction that dispatches to Argon2id for v3 tokens and PBKDF2-SHA512 (7777 rounds) for legacy tokens.
11
+ - Use `hash-wasm` for password-key derivation support in browser/webview-compatible contexts.
12
+ - Extend `UMPToken` with optional `umpVersion` and `passwordKdf` metadata fields.
13
+ - Update `buildAndSend` to write v3 KDF metadata fields (`umpVersion`, `kdfAlgorithm`, `kdfParams`) to on-chain tokens.
14
+ - Update `parseLookupAnswer`, `serializeUMPToken`, and `deserializeUMPToken` to parse and round-trip v3 KDF metadata.
15
+ - Export `ARGON2ID_DEFAULT_*` constants (`iterations`, `memoryKiB`, `parallelism`, `hashLength`).
16
+ - Keep legacy token behavior unchanged.
17
+
7
18
  ## wallet-toolbox 2.1.10
8
19
 
9
20
  - TaskReviewUtxos added