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
* Created `network` folder for network models
* Fixed lint after files moved
* Applied openAPI 0.8.7 changes
* Added tests
* Use UInt64 in retalFees
* Fixed#455
Make namespace max depth configurable in idGenerator
* - Fixed parser bug
- Use rest json payload for unit testing
* restored removed tests to cover models
* Working on travis release process and ts-doc github deployments
* Simplfied BlockHttp
Added BlockHttp unit tests
Changed travis to just report coveralls from one job
* fixed travis
* Uploading multiple versions of ts-docs into git hub pages
* Improved ChainHttp, added unit tests
* Removed maxDepth. Let server run the validation
* Added unit tests
* FIxed#493
* Added tests
* useQuerystring on all https
* Fixed github token env variable name
Added escape skip flag to avoid republishing the same version
Added missing git commit . after version increase
* Update README links
* Update README.md
* Update release.sh
* Update README.md
* Installing typescript globally
* Improved MetadataHttp, added unit tests
* fixed#495
* Fixed#501
* fixed#503
* Refactored MosaicService unit test (#510)
* Fixed#509
* Added mosaicHttp unit tests
* Refactored mosaicHttp to use abstract caller
* Add error trapping unit test
* removed unused error catcher
* add SimpleWallet.toDTO, fixes#504 (#508)
* add SimpleWallet.toDTO, fixes#504
* add word2ua test
* Update README.md (#512)
* v0.17.4 release (#513)
* v0.17.4 release
* Updated md table header
Co-authored-by: Fernando Boucquez <fboucquez@gmail.com>
Co-authored-by: David Garcia <dgarcia360@outlook.com>
Co-authored-by: Decentraliser <me@decentraliser.dev>
**!!! Please be noted that the NEM2-SDK is rebranded to SYMBOL-SDK now**.
15
15
16
-
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.1) version, **it is recommended to use this package's 0.17.3 version and upwards to use this package with Fushicho versioned networks**.
16
+
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.2) version, **it is recommended to use this package's 0.17.4 version and upwards to use this package with Fushicho versioned networks**.
17
17
18
-
The upgrade to this package's [version v0.17.3](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.17.3) is mandatory for **fushicho compatibility**.
18
+
The upgrade to this package's [version v0.17.4](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.17.4) is mandatory for **fushicho compatibility**.
19
19
20
-
You can find the complete changelog[here](CHANGELOG.md).
20
+
Find the complete release notes[here](CHANGELOG.md).
21
21
22
22
## Requirements
23
23
@@ -35,32 +35,37 @@ npm install symbol-sdk rxjs
35
35
36
36
## Usage
37
37
38
-
Surf the [NEM Developer Center][docs] to get started into NEM development. You will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK.
38
+
Surf the [documentation][docs] to get started into Symbol development.
39
+
You will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK.
39
40
40
41
To get the full description of the available classes and their functions, check the [SDK reference][sdk-ref].
41
42
42
43
## Getting help
43
44
44
45
Use the following available resources to get help:
0 commit comments