Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

v7.0.3 - Crypto Update Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 08 Jul 08:25
· 75 commits to master since this release
c6e8f3e

This release replaces the keccak and secp256k1 dependencies (PR #257) and instead uses the ethereum-cryptography package that uses native JS implementations for cryptographic primitives and makes use of modern and forward-compatible N-API implementations in Node wherever possible.

This is part of a larger initiative led by Nomic Labs to improve the developer experience within the Ethereum developer ecosystem,
see ethereum/js-team-organization#18 for context.

Other Changes:

  • Added TypeScript definitions for ethjs-util methods, PR #248 and PR #260