-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from nemfoundation/server-0931
server 0.9.3.1 key derivation changes (sha512) + sdk upgrade 0.17
- Loading branch information
Showing
17 changed files
with
584 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# CHANGELOG | ||
|
||
# v0.8.0 | ||
|
||
- upgrade upstream [email protected] | ||
- dropped KECCAK/SHA3 key derivation for SHA512 | ||
- added compatibility with SLIP-10 key derivation | ||
- dropped SHA3/KECCAK derivation dependent on Network sign schema | ||
- dropped usage of SignSchema | ||
- dropped class CatapultECC in favor of `tweetnacl` | ||
|
||
# v0.7.0 | ||
|
||
- upgraded upstream [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.