Skip to content

Commit 29193b9

Browse files
author
Grégory Saive
authored
Merge pull request #88 from evias/master
v0.11: cow compatibility upgrade for SDK
2 parents e64f2ad + 2a0fc6b commit 29193b9

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# CHANGELOG
22

3-
# v0.10.3
3+
# v0.11
44

55
- Fixed NetworkCurrencyMosaic, NetworkHarvestMosaic
66
- Added exposed UInt64.fromHex and UInt64.toHex
77
- Added MosaicId.createFromNonce
88
- Added MosaicNonce, MosaicNonce.createRandom
99
- Fixed AliasDTO.mosaicId to be UInt64
1010
- Added [email protected] version update (cow compatibility)
11-
12-
# v0.10.2
13-
1411
- Added cow network update *base* compatibility
1512
- Added AliasTransaction, AddressAliasTransaction, MosaicAliasTransaction
1613
- Changed MosaicDefinition to hold MosaicNonce
1714
- Changed SecretLock transaction to work with Sha3_256 instead of Sha3_512
15+
- Added delegated harvesting
16+
- Fixed #38: error message for aggregate as inner tx
17+
- Added TransferTransaction.recipient NamespaceId argument type
1818

1919
# v0.10.1-beta
2020

README.md

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

1111
## Important Notes
1212

13-
Due to a network upgrade with [catapult-server@cow](https://github.com/nemtech/catapult-server/releases/tag/v0.3.0.1) version, **transactions from Alpaca&Bison are not compatible anymore**.
13+
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**.
1414

15-
The upgrade to this SDK's [version v0.10.2](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.2) is mandatory for **cow compatibility**.
15+
The upgrade to this SDK's [version v0.11](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.11) is mandatory for **cow compatibility**.
1616

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

@@ -55,9 +55,8 @@ Please, use the following available resources to get help:
5555

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

58-
- [0.10.3](CHANGELOG.md#v0103) - **Cow compatible** - TBD
59-
- [0.10.2](CHANGELOG.md#v0102) - **Cow compatible** - 2019-02-25
60-
- [0.10.1-beta](CHANGELOG.md#v0101-beta) - **Alpaca compatible**
58+
- [0.11](CHANGELOG.md#v011) - **Cow compatible** - 14.03.2019
59+
- [0.10.1-beta](CHANGELOG.md#v0101-beta) - **Alpaca compatible** 07.2018
6160

6261
## License
6362

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nem2-sdk",
3-
"version": "0.10.3-5",
3+
"version": "0.11.0",
44
"description": "Reactive Nem2 sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)