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]** Added `startPoint` and `endPoint` in `VotingKeyLinkTransaction`.
17
+
-**[BREAKING CHANGE]** Renamed `SupplementalAccountKeys` to `SupplementalPublicKeys`. The new `SupplementalPublicKeys` has been changed from `array` type to an `object` containing: `linked`, `node`, `vrf` and `voting` key(s).
18
+
-**[BREAKING CHANGE]** Changed to use the SDK's own enums for `order`, `orderBy`, `blockOrderBy` and `meklePosition`.
19
+
-**[BREAKING CHANGE]** Added `TransactionGroup` parameter in `getTransactionsById` which can query `unconfirmed` and `partial` transactions now.
20
+
- Changed base client library from `symbol-openapi-typescript-node-client` to `symbol-openapi-typescript-fetch-client` for better client / brower usability. There is no need to browserify the packages or special webpack processing
21
+
- Made `Fetch API` injectable via `RepositoryFactory` which works like the injected `websocket` in `Listener`.
Due to a network upgrade with [catapult-server@Gorilla.1](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.1) version, **it is recommended to use this package's 0.20.2 version and upwards to use this package with Fushicho versioned networks**.
14
+
Due to a network upgrade with [catapult-server@Gorilla](https://github.com/nemtech/catapult-server/releases/tag/v0.9.6.2) version, **it is recommended to use this package's 0.20.3 version and upwards to use this package with Fushicho versioned networks**.
15
15
16
-
The upgrade to this package's [version v0.20.2](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.20.2) is mandatory for **_Gorilla compatibility**.
16
+
The upgrade to this package's [version v0.20.3](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.20.3) is mandatory for **_Gorilla compatibility**.
17
17
18
18
Find the complete release notes [here](CHANGELOG.md).
0 commit comments