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]** 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.
16
16
-**[BREAKING CHANGE]** Added new `TransactionFilter` parameter to `AccountHttp` which is now support filtering with list of transaction type.
- Core 0.9.2.1 compatible. Changed hash algorithm for shared key derivation to `HKDF-HMAC-Sha256`.
47
47
- Removed `senderPrivateKey` in `Persistent Delegation Request Transaction`. Instead, it uses an `ephemeral key pair` and the `EphemeralPublicKey` is now attached in the `PersistentDelegationMessage` payload.
48
48
- Removed `salt` encryption and decryption functions which uses `HKDF-HMAC-Sha256` instead. This only affects the encrypted payload.
49
49
- Added missing export in `Infrastructure` classes / interfaces.
50
-
- Applied latest `catbuffer` builder codes for `ResolutionStatement`.
50
+
- Applied latest `catbuffer-typescript` builder codes for `ResolutionStatement`.
51
51
- Updated `TransactionType` & `TransactionVersion` enum key name to match `catabuffer` schema definition.
52
52
- Changed signature type for `Height` from `numeric string` to `UInt64` in `Block` & `Receipt` respostiories
- Fixed `TrandactionStatus` not returning correct error code bug.
93
93
- Fixed `spread operation issue` in `SetMaxFee and ResolveAlias` which results in missing super class properties bug.
94
94
- 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`.
- Models and services updated to be compatible with latest server (milestone Elephant: patch-3) schema updates.
214
214
- Refactored `Uint64` to support `UInt64 to/from: numeric/hex string`.
215
215
- 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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Contributing to nem2-sdk-typescript-javascript
1
+
# Contributing to symbol-sdk-typescript-javascript
2
2
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.
5
5
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
7
7
our community — you! There are many ways to contribute, from writing tutorials or blog
8
8
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.
10
10
11
11
Following these guidelines helps to communicate that you respect the time of
12
12
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**.
17
17
18
18
## Bug reports
19
19
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
22
22
have been fixed. If not, search our issues list on GitHub in case a similar
23
23
issue has already been opened.
24
24
@@ -42,15 +42,15 @@ Open a new issue [here][github-issues].
42
42
43
43
## Feature requests
44
44
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,
46
46
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
48
48
our users saw the need. Open an [issue][github-issues] on our issues list on GitHub which describes
49
49
the feature you would like to see, why you need it, and how it should work.
50
50
51
51
## Contributing code and documentation changes
52
52
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
54
54
about it first. Talk about what you would like to do. It may be that somebody is already working on it, or that there
55
55
are particular issues that you should know about before implementing the change.
56
56
@@ -65,7 +65,7 @@ Whether or not you state this explicitly, by submitting any copyrighted material
65
65
66
66
### Fork and clone the repository
67
67
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
69
69
it to your local machine. See [github help page](https://help.github.com/articles/fork-a-repo/) for help.
70
70
71
71
Further instructions for specific projects are given below.
@@ -82,9 +82,9 @@ Once your changes and tests are ready to submit for review:
82
82
83
83
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".
84
84
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.
86
86
87
87
*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)
0 commit comments