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 merkle-patricia-tree to the latest version 🚀 #235

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency merkle-patricia-tree was updated from 2.3.2 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 - Refactoring Release

This release comes along with some major version bump of the underlying level
database storage backend. If you have the library deeper integrated in one of
your projects make sure that the new DB version plays well with the rest of the
code.

The release also introduces modern ES6 JavaScript for the library (thanks @alextsg)
switching to ES6 classes and clean inheritance on all the modules.

  • Replace levelup 1.2.1 + memdown 1.0.0 with level-mem 3.0.1 and upgrade level-ws to 1.0.0, PR #56
  • Support for ES6 classes, PRs #57, #61
  • Updated async and readable-stream dependencies (resulting in smaller browser builds), PR #60
  • Updated, automated and cleaned up API documentation build, PR #63
Commits

The new version differs by 20 commits.

  • 5b227a1 Merge pull request #65 from ethereumjs/new-release-v300
  • dd3ddaf Bumped version to v3.0.0, added CHANGELOG entry
  • f86961e Merge pull request #61 from ethereumjs/refactor-checkpoint-interface
  • 96a6325 Fix JSDoc comments. Rebuild docs
  • c2da4c3 Fix syntax for tests
  • 1011e1a Add scratchReadStream.js to .gitignore
  • abfc449 Rewrite baseTrie as an ES6 class. Extract scratchReadStream to its own file from checkpoint-interface
  • 07c0649 Merge pull request #62 from whymarrh/ignore-package-lock
  • 8abc418 Merge pull request #63 from ethereumjs/fix-docs
  • c78acf7 Fix building documentation
  • 6a59204 Add package-lock.json to .gitignore
  • e6c8107 Merge pull request #60 from alanshaw/chore/update-async-readable-stream
  • a53c0bd chore: update async and readable-stream dependencies
  • 3b96e3a Merge pull request #57 from ethereumjs/i44-es6
  • 1b421fd Update test paths

There are 20 commits in total.

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: