Skip to content

Commit 3ef6494

Browse files
author
Greg S
committed
updated readme with latest v0.12.1
1 parent f9dfb8c commit 3ef6494

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ 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.12.1] - 04-Jun-2019
6+
## [0.12.1] - 05-Jun-2019
7+
8+
- Fixed alias and modification type field names in Http
9+
10+
## [0.12.0] - 04-Jun-2019
711

812
- Added 'Receipt'
913
- Added 'generationHash' to transaction.sign(...) to prevent transactions from being replayed on different networks by prepending the network generation hash to transaction data prior to signing and verifying.

README.md

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

1111
## Important Notes
1212

13-
### Dragon Network Compatibility (catapult-server@0.4.0.1)
1413

15-
Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.10.0 version and upwards in order to use this package with Dragon versioned networks**.
14+
### _Dragon_ Network Compatibility (catapult-server@0.4.0.1)
1615

17-
The upgrade to this SDK's [version v0.12.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.1) is mandatory for **dragon compatibility**.
16+
Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.12.1 version and upwards in order to use this package with Dragon versioned networks**.
17+
18+
The upgrade to this package's [version v0.12.1](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.1) is mandatory for **dragon compatibility**.
19+
20+
### _Cow_ Network Compatibility (catapult-server@0.3.0.2)
1821

1922
[version v0.11.6](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.11.6) is the latest locked version for **cow compatibility**.
2023

21-
Due to a network upgrade with [catapult-server@cow](https://github.com/nemtech/catapult-server/releases/tag/v0.3.0.2) version, **transactions from Alpaca&Bison are not compatible anymore**.
24+
Due to a network upgrade with [catapult-server@cow](https://github.com/nemtech/catapult-server/releases/tag/v0.3.0.2) version, **transactions from Alpaca & Bison are not compatible with cow versioned networks**.
25+
26+
### _Alpaca_ / _Bison_ Network Compatibility (catapult-server@0.1 & 0.2)
2227

23-
Other versions like [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.1-beta) can be used for **bison** network version.
28+
In order to be able to use this package with _Alpaca_ or _Bison_ versioned network, you must use [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.1-beta).
2429

2530
## Requirements
2631

@@ -32,7 +37,9 @@ Other versions like [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-t
3237

3338
## Installation
3439

35-
```npm install nem2-sdk rxjs```
40+
```bash
41+
npm install nem2-sdk rxjs
42+
```
3643

3744
## Documentation and Getting Started
3845

@@ -61,7 +68,7 @@ Please, use the following available resources to get help:
6168

6269
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
6370

64-
- [0.12.1](CHANGELOG.md#0121-04-Jun-2019) - **Dragon compatible** - 04.06.2019
71+
- [0.12.1](CHANGELOG.md#0121-05-Jun-2019) - **Dragon compatible** - 05.06.2019
6572
- [0.11.6](CHANGELOG.md#0116-03-Jun-2019) - **Cow compatible** - 03.06.2019
6673
- [0.11.5](CHANGELOG.md#0115-18-Apr-2019) - **Cow compatible** - 18.04.2019
6774
- [0.11.4](CHANGELOG.md#0114-17-Apr-2019) - **Cow compatible** - 17.04.2019

0 commit comments

Comments
 (0)