This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
v6.0.0 - Major Release
- Support for
EIP-155
replay protection by adding an optionalchainId
parameter
toecsign()
,ecrecover()
,toRpcSig()
andisValidSignature()
, if present the
new signature format relying on thechainId
is used, see PR #143 - New
generateAddress2()
forCREATE2
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 (seev5.2.0
release),
see PR #154