Skip to content

Commit c3e79c0

Browse files
committed
v0.16.4 release
1 parent cb5f6be commit c3e79c0

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
33

44
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## 30-Jan-2020
7+
8+
**Milestone**: Fushicho.4(RC3)
9+
Versions | |
10+
---|---|---
11+
SDK Core| v0.16.4 | https://www.npmjs.com/package/nem2-sdk
12+
Catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer
13+
Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
14+
15+
- 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
22+
- Fixed a few ts lint issues.
23+
624
## 09-Jan-2020
725

826
**Milestone**: Fushicho.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ with the NEM2 (a.k.a Catapult)
1010

1111
## Important Notes
1212

13-
### _Fushicho_ Network Compatibility ([email protected].1.1)
13+
### _Fushicho_ Network Compatibility ([email protected].2.1)
1414

15-
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**.
1616

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**.
1818

1919
### _Elephant_ Network Compatibility ([email protected])
2020

0 commit comments

Comments
 (0)