You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an
13
13
14
14
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**.
15
15
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**.
17
17
18
18
Find the complete release notes [here](CHANGELOG.md).
0 commit comments