Skip to content

Commit 2049100

Browse files
author
Greg S
committed
added information for v0.13.0 with elephant compatibility
1 parent dff0235 commit 2049100

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.13.0] - 03-Jul-2019
7+
8+
**Milestone**: Elephant
9+
10+
- Added SignSchema to make KeyPair generation compatible with either of Catapult and NIS.
11+
- Added SignSchema with KECCAK_REVERSED_KEY and SHA3. The SDK by default uses SHA3 which is the Catapult signature schema.
12+
- Fixed transaction versions back to version 1
13+
- Added `signTransactionGivenSignatures` to cope with off chain aggregated complete transaction co signing.
14+
615
## [0.12.4] - 03-Jul-2019
716

817
**Milestone**: Dragon
@@ -143,7 +152,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
143152
**Milestone**: Alpaca
144153

145154
- Initial code release.
146-
155+
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0
147156
[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4
148157
[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3
149158
[0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2

README.md

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

1111
## Important Notes
1212

13+
### _Elephant Network Compatibility ([email protected])
14+
15+
Due to a network upgrade with [catapult-server@elephant](https://github.com/nemtech/catapult-server/releases/tag/v0.5.0.1) version, **it is recommended to use this package's 0.13.0 version and upwards to use this package with Dragon versioned networks**.
16+
17+
The upgrade to this package's [version v0.13.0](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.13.0) is mandatory for **dragon compatibility**.
18+
1319
### _Dragon_ Network Compatibility ([email protected])
1420

1521
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.4 version and upwards to use this package with Dragon versioned networks**.

0 commit comments

Comments
 (0)