0mkara / etheratom

Solidity compilation and Ethereum contract execution interface for hackable atom editor
https://atom.io/packages/etheratom
GNU General Public License v3.0
252 stars 41 forks source link

Update ethereumjs-account to the latest version 🚀 #241

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency ethereumjs-account was updated from 2.0.5 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v3.0.0 - TypeScript Release

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
Commits

The new version differs by 12 commits.

  • f1b0961 Merge pull request #31 from ethereumjs/new-release-v300
  • 87e9615 Bumped version to v3.0.0, added CHANGELOG entry, updated README require statements for examples
  • c928a61 Merge pull request #27 from ethereumjs/typescript
  • 8ca5514 Rm bn.js dependency
  • b7bc322 Upgrade to ethereumjs-util v6.0.0
  • d6a0546 Replace deprecated SHA3 consts with KECCAK256
  • 7dd5e9a Replace deprecated sha3 with keccak256
  • 5877d1f Prettify index.ts
  • bec2c55 Add interface for trie
  • 08f5a9f Revert to using defineProperties
  • b86beff Fix files in package.json
  • e4e9ed6 Migrate to typescript

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: