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

v6.0.0 - Major Release

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 10 Oct 10:00
· 235 commits to master since this release
5347bdb
  • Support for EIP-155 replay protection by adding an optional chainId parameter
    to ecsign(), ecrecover(), toRpcSig() and isValidSignature(), if present the
    new signature format relying on the chainId is used, see PR #143
  • New generateAddress2() for CREATE2 opcode (EIP-1014) address creation
    (Constantinople HF), see PR #146
  • [BREAKING] Fixed signature to comply with Geth and Parity in toRpcSig() changing
    v from 0/1 to 27/28, this changes the resulting signature buffer, see PR #139
  • [BREAKING] Remove deprecated sha3-named constants and methods (see v5.2.0 release),
    see PR #154