Skip to content

Commit 71974b3

Browse files
committed
v0.19.0 release note
1 parent 8dcbcf9 commit 71974b3

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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+
## [0.19.0] - 15-May-2020
7+
8+
**Milestone**: Gorilla.1(0.9.5.1)
9+
Package | Version | Link
10+
---|---|---
11+
SDK Core| v0.19.0 | https://www.npmjs.com/package/symbol-sdk
12+
Catbuffer | v0.0.18 | https://www.npmjs.com/package/catbuffer-typescript
13+
Client Library | v0.8.10 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
14+
15+
- **[BREAKING CHANGE]** `Transaction signing` is now using `GenerationHashSeed` from `NodeInfo` or `NetworkProperties`. GenerationHash on Nemesis block (block:1) is `NOT` used for signing purposes.
16+
- **[BREAKING CHANGE]** Renamed `AccountLinkTransaction` to `AccountKeyLinkTransaction`.
17+
- **[BREAKING CHANGE]** Renamed `networkGenerationHash` to `networkGenerationHashSeed` in `NodeInfo`.
18+
- **[BREAKING CHANGE]** replaced `linkedPublickKey` with `supplementalAccountKeys` array in `AccountInfo`.
19+
- Added new transaction `VrfKeyLinkTransaction`.
20+
- Added new transaction `VotingKeyLinkTransaction`.
21+
- Added new transaction `NodeKeyLinkTransaction`.
22+
- Added new properties `proofGamma`, `proofScalar`, `proofVarificationHash` in `BlockInfo`
23+
- Added new properties `harvestNetworkPercentage`, `harvestNetworkFeeSinkPublicKey` in `NetworkProperties`.
24+
- Added new `KeyType`: Unset / Linked / VRF / Voting / Node / All.
25+
- Added package `shx` for cross-platform building purpose.
26+
- Fixed `AggregateTransaction.getMaxCosignatures()` to return distinct cosignature set.
27+
- Fixed a few documentaion issues.
28+
629
## [0.18.0] - 20-Apr-2020
730

831
**Milestone**: Fushicho.4(RC3 0.9.3.2)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an
99

1010
## Important Notes
1111

12-
### _Fushicho_ Network Compatibility (catapult-server@0.9.3.2)
12+
### _Gorilla.1_ Network Compatibility (catapult-server@0.9.5.1)
1313

14-
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.2) version, **it is recommended to use this package's 0.18.0 version and upwards to use this package with Fushicho versioned networks**.
14+
Due to a network upgrade with [catapult-server@Gorilla.1](https://github.com/nemtech/catapult-server/releases/tag/v0.9.5.1) version, **it is recommended to use this package's 0.19.0 version and upwards to use this package with Fushicho versioned networks**.
1515

16-
The upgrade to this package's [version v0.18.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.18.0) is mandatory for **fushicho compatibility**.
16+
The upgrade to this package's [version v0.19.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.19.0) is mandatory for **fushicho compatibility**.
1717

1818
Find the complete release notes [here](CHANGELOG.md).
1919

0 commit comments

Comments
 (0)