Skip to content

ethereumjs-util v7.0.10

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 01 Apr 18:43
· 2518 commits to master since this release
8733939
  • Added Address.isPrecompileOrSystemAddress() method which returns true 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 module isValidAddress, isValidChecksumAddress, isZeroAddress methods (it now gets enough to just handle the false case on function usage), PR #1173