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

v6.1.0 - TypeScript

Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 12 Feb 13:29
· 212 commits to master since this release
46ed31d

First TypeScript based release of the library, now also including a
type declaration file distributed along with the package published,
see PR #170.

Bug Fixes

  • Fixed a bug in isValidSignature() not correctly returning false
    if passed an s-value greater than secp256k1n/2 on homestead or later.
    If you use the method signature with more than three arguments (so not just
    passing in v, r, s and use it like isValidSignature(v, r, s) and omit
    the optional args) please read the thread from
    PR #171 carefully
    and check your code.

Development

  • Updated @types/node to Node 11 types,
    PR #175
  • Changed browser from Chrome to ChromeHeadless,
    PR #156