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
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).
The dependency merkle-patricia-tree was updated from
2.3.2
to3.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.levelup
1.2.1 +memdown
1.0.0 withlevel-mem
3.0.1 and upgradelevel-ws
to 1.0.0, PR #56ES6
classes, PRs #57, #61async
andreadable-stream
dependencies (resulting in smaller browser builds), PR #60Commits
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: