This repository was archived by the owner on Jun 17, 2021. It is now read-only.
v6.0.0 - Major Release
- Support for
EIP-155replay protection by adding an optionalchainIdparameter
toecsign(),ecrecover(),toRpcSig()andisValidSignature(), if present the
new signature format relying on thechainIdis used, see PR #143 - New
generateAddress2()forCREATE2opcode (EIP-1014) address creation
(Constantinople HF), see PR #146 - [BREAKING] Fixed signature to comply with Geth and Parity in
toRpcSig()changing
vfrom 0/1 to 27/28, this changes the resulting signature buffer, see PR #139 - [BREAKING] Remove deprecated
sha3-named constants and methods (seev5.2.0release),
see PR #154