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
- Core 0.9.2.1 compatible. Changed hash algorithm for shared key derivation to `HKDF-HMAC-Sha256`.
16
+
- Removed `senderPrivateKey` in `Persistent Delegation Request Transaction`. Instead, it uses an `ephemeral key pair` and the `EphemeralPublicKey` is now attached in the `PersistentDelegationMessage` payload.
17
+
- Removed `salt` encryption and decryption functions which uses `HKDF-HMAC-Sha256` instead. This only affects the encrypted payload.
18
+
- Added missing export in `Infrastructure` classes / interfaces.
19
+
- Applied latest `catbuffer` builder codes for `ResolutionStatement`.
20
+
- Updated `TransactionType` & `TransactionVersion` enum key name to match `catabuffer` schema definition.
21
+
- Changed signature type for `Height` from `numeric string` to `UInt64` in `Block` & `Receipt` respostiories
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.1.1) version, **it is recommended to use this package's 0.16.3 version and upwards to use this package with Fushicho versioned networks**.
15
+
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.2.1) version, **it is recommended to use this package's 0.16.4 version and upwards to use this package with Fushicho versioned networks**.
16
16
17
-
The upgrade to this package's [version v0.16.3](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.16.3) is mandatory for **fushicho compatibility**.
17
+
The upgrade to this package's [version v0.16.4](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.16.4) is mandatory for **fushicho compatibility**.
0 commit comments