Skip to content

Commit

Permalink
update CHANGELOG and add tweetnacl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg S committed Feb 20, 2020
1 parent ebae911 commit 91da32c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
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]
Expand Down
20 changes: 17 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"js-sha3": "^0.8.0",
"nem2-sdk": "^0.17.0",
"rxjs": "^6.5.4",
"tiny-secp256k1": "^1.1.3"
"tiny-secp256k1": "^1.1.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/chai": "^4.2.9",
Expand Down

0 comments on commit 91da32c

Please sign in to comment.