Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

v3.0.0 - TypeScript Release

Latest
Compare
Choose a tag to compare
@holgerd77 holgerd77 released this 14 Jan 15:47
· 40 commits to master since this release
f1b0961

First TypeScript based release of the library together with a switch to an ES6
class structure of the Account class. TypeScript handles ES6 transpilation
a bit differently (at the
end: cleaner) than babel so require syntax of the library slightly changes to:

let Account = require('ethereumjs-account').default

The library now also comes with a type declaration file distributed along with the package published.

  • Migration of code base and toolchain to TypeScript, PR #27
  • Updated ethereumjs-util dependency to v6.0.0