ethereumjs-util v7.0.10
holgerd77
released this
01 Apr 18:43
·
2518 commits
to master
since this release
- Added
Address.isPrecompileOrSystemAddress()
method which returnstrue
if address is in the address range defined by EIP-1352, PR #1170 - Return
false
(instead of throwing) for non-hex-string values in account moduleisValidAddress
,isValidChecksumAddress
,isZeroAddress
methods (it now gets enough to just handle thefalse
case on function usage), PR #1173