Skip to content

Commit 0cd37f4

Browse files
authored
Merge pull request #459 from NEMStudios/rebranding
Rebranding
2 parents 92602c1 + f079bb2 commit 0cd37f4

File tree

69 files changed

+247
-223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+247
-223
lines changed

CHANGELOG.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
88
**Milestone**: Fushicho.4(RC3 0.9.3.1)
99
Versions | |
1010
---|---|---
11-
SDK Core| v0.17.0 | https://www.npmjs.com/package/nem2-sdk
12-
Catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer
13-
Client Library | v0.8.4 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
11+
SDK Core| v0.17.0 | https://www.npmjs.com/package/symbol-sdk
12+
catbuffer-typescript Library| v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript
13+
Client Library | v0.8.4 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
1414

1515
- **[BREAKING CHANGE]** Changed hashing algorithm to cope catapult-server changes. All Key derivation and signing are now using `SHA512`. Removed `SignSchema` so `NetworkType` is no longer bonded to the schema anymore (sha3 / keccak). This change will affect all existing keypairs / address (derived from public key) and transaction signatures.
1616
- **[BREAKING CHANGE]** Added new `TransactionFilter` parameter to `AccountHttp` which is now support filtering with list of transaction type.
@@ -28,9 +28,9 @@ Client Library | v0.8.4 | https://www.npmjs.com/package/nem2-sdk-openapi-typesc
2828
**Milestone**: Fushicho.4(RC3)
2929
Versions | |
3030
---|---|---
31-
SDK Core| v0.16.5 | https://www.npmjs.com/package/nem2-sdk
32-
Catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer
33-
Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
31+
SDK Core| v0.16.5 | https://www.npmjs.com/package/symbol-sdk
32+
catbuffer-typescript Library| v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript
33+
Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
3434

3535
- Fixed circular reference issue after removed `InnerTransaction` class.
3636

@@ -39,15 +39,15 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openap
3939
**Milestone**: Fushicho.4(RC3)
4040
Versions | |
4141
---|---|---
42-
SDK Core| v0.16.4 | https://www.npmjs.com/package/nem2-sdk
43-
Catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer
44-
Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
42+
SDK Core| v0.16.4 | https://www.npmjs.com/package/symbol-sdk
43+
catbuffer-typescript Library| v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript
44+
Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
4545

4646
- Core 0.9.2.1 compatible. Changed hash algorithm for shared key derivation to `HKDF-HMAC-Sha256`.
4747
- Removed `senderPrivateKey` in `Persistent Delegation Request Transaction`. Instead, it uses an `ephemeral key pair` and the `EphemeralPublicKey` is now attached in the `PersistentDelegationMessage` payload.
4848
- Removed `salt` encryption and decryption functions which uses `HKDF-HMAC-Sha256` instead. This only affects the encrypted payload.
4949
- Added missing export in `Infrastructure` classes / interfaces.
50-
- Applied latest `catbuffer` builder codes for `ResolutionStatement`.
50+
- Applied latest `catbuffer-typescript` builder codes for `ResolutionStatement`.
5151
- Updated `TransactionType` & `TransactionVersion` enum key name to match `catabuffer` schema definition.
5252
- Changed signature type for `Height` from `numeric string` to `UInt64` in `Block` & `Receipt` respostiories
5353
- Fixed a few ts lint issues.
@@ -57,9 +57,9 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openap
5757
**Milestone**: Fushicho.3
5858
Versions | |
5959
---|---|---
60-
SDK Core| v0.16.3 | https://www.npmjs.com/package/nem2-sdk
61-
Catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer
62-
Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
60+
SDK Core| v0.16.3 | https://www.npmjs.com/package/symbol-sdk
61+
catbuffer-typescript Library| v0.0.7 | https://www.npmjs.com/package/catbuffer-typescript
62+
Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
6363

6464
- Fixed http client (OpenAPI client package) does not support ES6 issue.
6565

@@ -68,11 +68,11 @@ Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/nem2-sdk-openap
6868
**Milestone**: Fushicho.3
6969
Versions | |
7070
---|---|---
71-
SDK Core| v0.16.2 | https://www.npmjs.com/package/nem2-sdk
72-
Catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer
73-
Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client
71+
SDK Core| v0.16.2 | https://www.npmjs.com/package/symbol-sdk
72+
catbuffer-typescript Library| v0.0.7 | https://www.npmjs.com/package/catbuffer-typescript
73+
Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
7474

75-
- Refactored to replace generated codes by public library package for both `Catbuffer` and `OpenAPI Http Client`.
75+
- Refactored to replace generated codes by public library package for both `catbuffer-typescript` and `OpenAPI Http Client`.
7676
- Added unresolved (mosaicId, address) support in `MosaicRestrictionTransaction`.
7777
- Added `toHex()` in `MosaicNonce` class.
7878
- Exposed `MultisigAccountGraphInfo` class constructor to public.
@@ -92,7 +92,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
9292
- Fixed `TrandactionStatus` not returning correct error code bug.
9393
- Fixed `spread operation issue` in `SetMaxFee and ResolveAlias` which results in missing super class properties bug.
9494
- Fixed `epochAdjustment` static value not in UTC bug.
95-
- Fixed known issues in `Catbuffer Typescript Generator` over `EntityTypeDto` and `AggregateTransactionBuilder`. Aggregate transaction's `InnerTransactions` and `Cosignatures` are now in array format (`EmbeddedTransactionBuilder` and `CosignatureBuilder`) instead of using `Uint8Array`.
95+
- Fixed known issues in `catbuffer-typescript Typescript Generator` over `EntityTypeDto` and `AggregateTransactionBuilder`. Aggregate transaction's `InnerTransactions` and `Cosignatures` are now in array format (`EmbeddedTransactionBuilder` and `CosignatureBuilder`) instead of using `Uint8Array`.
9696

9797
## [0.16.0] - 09-Dec-2019
9898

@@ -209,7 +209,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
209209

210210
- Added Metadata Transactions (Account, Mosaic and Namespace).
211211
- Added new account restriction type to support `Outgoing` addresses and transaction types.
212-
- Catbuffer builder codes fully implemented. Flatbuffer codes removed.
212+
- catbuffer-typescript builder codes fully implemented. Flatbuffer codes removed.
213213
- Models and services updated to be compatible with latest server (milestone Elephant: patch-3) schema updates.
214214
- Refactored `Uint64` to support `UInt64 to/from: numeric/hex string`.
215215
- Refactored `Signature Schema` to support both `NIS1` and `Catapult`. `Network idendifier` is now used to identify `Signature Schema` on model level. PrivateKey reversal has been removed for `NIS1` schema.
@@ -377,37 +377,37 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
377377
**Milestone**: Alpaca
378378

379379
- Initial code release.
380-
[0.17.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.5...v0.17.0
381-
[0.16.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.4...v0.16.5
382-
[0.16.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.3...v0.16.4
383-
[0.16.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.2...v0.16.3
384-
[0.16.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2
385-
[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.0...v0.16.1
386-
[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0
387-
[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1
388-
[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0
389-
[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4
390-
[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3
391-
[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2
392-
[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1
393-
[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0
394-
[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4
395-
[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3
396-
[0.13.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.1...v0.13.2
397-
[0.13.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1
398-
[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0
399-
[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4
400-
[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3
401-
[0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2
402-
[0.12.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.0...v0.12.1
403-
[0.12.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.6...v0.12.0
404-
[0.11.6]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.5...v0.11.6
405-
[0.11.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.4...v0.11.5
406-
[0.11.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.3...v0.11.4
407-
[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3
408-
[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2
409-
[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1
410-
[0.11]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0
411-
[0.10.1-beta]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta
412-
[0.9.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.0...v0.9.5
413-
[0.9.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.9.0
380+
[0.17.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.5...v0.17.0
381+
[0.16.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.4...v0.16.5
382+
[0.16.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.3...v0.16.4
383+
[0.16.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.2...v0.16.3
384+
[0.16.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.1...v0.16.2
385+
[0.16.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.0...v0.16.1
386+
[0.16.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.15.1...v0.16.0
387+
[0.15.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.15.0...v0.15.1
388+
[0.15.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.4...v0.15.0
389+
[0.14.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.3...v0.14.4
390+
[0.14.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.2...v0.14.3
391+
[0.14.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.1...v0.14.2
392+
[0.14.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.0...v0.14.1
393+
[0.14.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.4...v0.14.0
394+
[0.13.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.3...v0.13.4
395+
[0.13.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.2...v0.13.3
396+
[0.13.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.1...v0.13.2
397+
[0.13.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.0...v0.13.1
398+
[0.13.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.4...v0.13.0
399+
[0.12.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.3...v0.12.4
400+
[0.12.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.2...v0.12.3
401+
[0.12.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.1...v0.12.2
402+
[0.12.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.0...v0.12.1
403+
[0.12.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.6...v0.12.0
404+
[0.11.6]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.5...v0.11.6
405+
[0.11.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.4...v0.11.5
406+
[0.11.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.3...v0.11.4
407+
[0.11.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.2...v0.11.3
408+
[0.11.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.1...v0.11.2
409+
[0.11.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.0...v0.11.1
410+
[0.11]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0
411+
[0.10.1-beta]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta
412+
[0.9.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.9.0...v0.9.5
413+
[0.9.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.9.0

CONTRIBUTING.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Contributing to nem2-sdk-typescript-javascript
1+
# Contributing to symbol-sdk-typescript-javascript
22

3-
First off, thank you for considering contributing to nem2-sdk-typescript-javascript.
4-
It’s people like you that make nem2-sdk-typescript-javascript such a great tool.
3+
First off, thank you for considering contributing to symbol-sdk-typescript-javascript.
4+
It’s people like you that make symbol-sdk-typescript-javascript such a great tool.
55

6-
nem2-sdk-typescript-javascript is an open source project and we love to receive contributions from
6+
symbol-sdk-typescript-javascript is an open source project and we love to receive contributions from
77
our community — you! There are many ways to contribute, from writing tutorials or blog
88
posts, improving the documentation, submitting bug reports and feature requests or
9-
writing code which can be incorporated into nem2-sdk-typescript-javascript itself.
9+
writing code which can be incorporated into symbol-sdk-typescript-javascript itself.
1010

1111
Following these guidelines helps to communicate that you respect the time of
1212
the developers managing and developing this open source project. In return,
@@ -17,8 +17,8 @@ Please, **don't use the issue tracker for support questions**.
1717

1818
## Bug reports
1919

20-
If you think you have found a bug in nem2-sdk-typescript-javascript, first make sure that you
21-
are testing against the latest version of nem2-sdk-typescript-javascript - your issue may already
20+
If you think you have found a bug in symbol-sdk-typescript-javascript, first make sure that you
21+
are testing against the latest version of symbol-sdk-typescript-javascript - your issue may already
2222
have been fixed. If not, search our issues list on GitHub in case a similar
2323
issue has already been opened.
2424

@@ -42,15 +42,15 @@ Open a new issue [here][github-issues].
4242

4343
## Feature requests
4444

45-
If you find yourself wishing for a feature that doesn't exist in nem2-sdk-typescript-javascript,
45+
If you find yourself wishing for a feature that doesn't exist in symbol-sdk-typescript-javascript,
4646
you are probably not alone. There are bound to be others out there with similar
47-
needs. Many of the features that nem2-sdk-typescript-javascript has today have been added because
47+
needs. Many of the features that symbol-sdk-typescript-javascript has today have been added because
4848
our users saw the need. Open an [issue][github-issues] on our issues list on GitHub which describes
4949
the feature you would like to see, why you need it, and how it should work.
5050

5151
## Contributing code and documentation changes
5252

53-
If you have a bugfix or new feature that you would like to contribute to nem2-sdk-typescript-javascript, please find or open an issue
53+
If you have a bugfix or new feature that you would like to contribute to symbol-sdk-typescript-javascript, please find or open an issue
5454
about it first. Talk about what you would like to do. It may be that somebody is already working on it, or that there
5555
are particular issues that you should know about before implementing the change.
5656

@@ -65,7 +65,7 @@ Whether or not you state this explicitly, by submitting any copyrighted material
6565

6666
### Fork and clone the repository
6767

68-
You will need to fork the main nem2-sdk-typescript-javascript code or documentation repository and clone
68+
You will need to fork the main symbol-sdk-typescript-javascript code or documentation repository and clone
6969
it to your local machine. See [github help page](https://help.github.com/articles/fork-a-repo/) for help.
7070

7171
Further instructions for specific projects are given below.
@@ -82,9 +82,9 @@ Once your changes and tests are ready to submit for review:
8282

8383
Push your local changes to your forked copy of the repository and [submit a pull request](https://help.github.com/articles/about-pull-requests/). In the pull request, choose a title which sums up the changes that you have made, and in the body provide more details about what your changes do. Also mention the number of the issue where discussion has taken place, eg "Closes #123".
8484

85-
Then sit back and wait. There will probably be discussion about the pull request and, if any changes are needed, we would love to work with you to get your pull request merged into nem2-sdk-typescript-javascript.
85+
Then sit back and wait. There will probably be discussion about the pull request and, if any changes are needed, we would love to work with you to get your pull request merged into symbol-sdk-typescript-javascript.
8686

8787
*CONTRIBUTING.md is based on [CONTRIBUTING-template.md](https://github.com/nayafia/contributing-template/blob/master/CONTRIBUTING-template.md)* , [elasticsearch/CONTRIBUTING](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md) and [spark/CONTRIBUTING](https://github.com/apache/spark/blob/master/CONTRIBUTING.md)
8888

8989
[pull-request]: https://help.github.com/articles/about-pull-requests/
90-
[github-issues]: https://github.com/nemtech/nem2-sdk-typescript-javascript/issues
90+
[github-issues]: https://github.com/nemtech/symbol-sdk-typescript-javascript/issues

LICENSE

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@
202202
limitations under the License.
203203

204204
=======================================================================
205-
nem2-sdk-typescript-javascript Subcomponents:
205+
symbol-sdk-typescript-javascript Subcomponents:
206206

207-
The nem2-sdk-typescript-javascript contains subcomponents with separate copyright
207+
The symbol-sdk-typescript-javascript contains subcomponents with separate copyright
208208
notices and license terms. Your use of the source code for the these
209209
subcomponents is subject to the terms and conditions of the following
210210
licenses.
@@ -216,12 +216,6 @@ For js-joda:
216216

217217
See license/LICENSE-js-joda.txt
218218

219-
========================================================================
220-
For nem2-library-js:
221-
========================================================================
222-
223-
See license/LICENSE-nem2-library-js.txt
224-
225219
========================================================================
226220
For request:
227221
========================================================================

0 commit comments

Comments
 (0)