Skip to content

Commit 289670b

Browse files
committed
Change node for 0.20.1
1 parent fe74bd3 commit 289670b

File tree

2 files changed

+6
-37
lines changed

2 files changed

+6
-37
lines changed

CHANGELOG.md

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,13 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
99
**Milestone**: Gorilla.1(0.9.6.1)
1010
Package | Version | Link
1111
---|---|---
12-
SDK Core| v0.20.0 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
12+
SDK Core| v0.20.1 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
1313
Catbuffer | v0.0.20 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
1414
Client Library | v0.9.2 | [symbol-openapi-typescript-node-client](https://www.npmjs.com/package/symbol-openapi-typescript-node-client)
1515

16-
- **[BREAKING CHANGE]** Model property name changes:
17-
1. **MetadataEntry**: senderPublicKey: string => sourceAddress: Address; targetPublicKey: string => targetAddress: Address
18-
2. **MultisigAccountGraphInfo**: multisigAccounts => multisigEntries
19-
3. **MultisigAccountInfo**: account: PublicAccount => accountAddress: Address; cosignatories: PublicAccount[] => cosignatoryAddresses: Address; multisigAccounts: PublicAccount[] => multisigAddresses: Address[]
20-
4. **BlockInfo / NewBlock**: beneficiaryPublicKey: PublicAccount | undefined => beneficiaryAddress: Address | undefined
21-
5. **MosaicId**: owner: PublicAccount => ownerAddress: Address
22-
6. **MosaicInfo**: owner: PublicAccount => ownerAddress: Address; height => startHeight.
23-
7. **NamespaceInfo**: owner: PublicAccount => ownerAddress: Address
24-
8. **ChainProperties**: harvestNetworkFeeSinkPublicKey => harvestNetworkFeeSinkAddress
25-
9. **MosaicNetworkProperties**: mosaicRentalFeeSinkPublicKey => mosaicRentalFeeSinkAddress
26-
10. **NamespaceNetworkProperties**: namespaceRentalFeeSinkPublicKey => namespaceRentalFeeSinkAddress
27-
11. **NetworkProperties**: publicKey => nemesisSignerPublicKey
28-
12. **BalanceChangeReceipt**: targetPublicAccount: PublicAccount => targetAddress: Address
29-
13. **BalanceTransferReceipt**: sender: PublicAccount => senderAddress: Address
30-
- **[BREAKING CHANGE]** Transaction property name changes:
31-
1. **AccountMetadataTransaction**: targetPublicKey: string => targetAddress: UnresolvedAddress
32-
2. **MosaicMetadataTransaction**: targetPublicKey: string => targetAddress: UnresolvedAddress
33-
3. **NamespaceMetadataTransaction**: targetPublicKey: string => targetAddress: UnresolvedAddress
34-
4. **MultisigAccountModificationTransaction**: publicKeyAdditions: PublicAccount[] => addressAdditions: UnresolvedAddress[]; publicKeyDeletions: PublicAccount[] => addressDeletions: UnresolvedAddress[]
35-
5. **AggregateTransactionService**: cosignatories: string[] => cosignatories: Address[]
36-
- **[BREAKING CHANGE]** **Address** format changed from 25 bytes to 24 bytes. See new address test vector [here](https://github.com/nemtech/test-vectors/blob/master/1.test-address.json).
37-
- **[BREAKING CHANGE]** MosaicId creation (from Nonce) changed from using **PublicKey** to **Address**. See new mosaicId test vector [here](https://github.com/nemtech/test-vectors/blob/master/5.test-mosaic-id.json).
38-
- **[BREAKING CHANGE]** Added 8 bytes (uint64) **version** field in `CosignatureSignedTransaction` and `AggregateTransactionCosignature` with default value `0`.
39-
- **[BREAKING CHANGE]** Removed all transaction get endpoints from **AccountHttp** and **BlockHttp**.
40-
- **[BREAKING CHANGE]** Added `TransactionGroup (required)` parameter in `getTransaction` endpoint in `TransactionHttp`.
41-
- Added `Search` endpoints to TransactionHttp, BlockHttp, and MosaicHttp.
42-
43-
**Note:**
44-
45-
1. Search endpoints returns pagination payload (`Page<t>`) rather than raw arraes.
46-
2. For **AggregateTransaction**, transaction search endpoint only returns the aggregate wrapper transaction **WITHOUT** embedded transactions. `complete` aggregate payload can be get from `getTransaction` or `getTransactionByIds` endpoints.
47-
- Added SearchCriteria interfaces for the new search endpoints.
48-
- **group** filter in `TransactionSearchCriteria` to be mandatory due to rest endpoint changes.
49-
- Added **streamer** for the 3 new search endpoints (block, mosaic, transaction) to improve pagination querying.
50-
- Added `size` in `BlockInfo` model.
16+
- Fixed missing `TransactionGroup` export issue.
17+
- Added contributors..
18+
- Fixed issues in travis scripts.
5119

5220
## [0.19.2] - 26-May-2020
5321

@@ -561,6 +529,7 @@ Client Library | v0.7.20-alpha.6 | [nem2-sdk-openapi-typescript-node-client](ht
561529

562530
- Initial code release.
563531

532+
[0.20.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.20.0...v0.20.1
564533
[0.20.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.19.2...v0.20.0
565534
[0.19.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.19.1...v0.19.2
566535
[0.19.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.19.0...v0.19.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an
1313

1414
Due to a network upgrade with [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.1) version, **it is recommended to use this package's 0.20.0 version and upwards to use this package with Fushicho versioned networks**.
1515

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

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

0 commit comments

Comments
 (0)