-
Notifications
You must be signed in to change notification settings - Fork 679
Fix LevelDB creation from previous snapshot #239
Conversation
Wrong option for `encoding-down`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be no changes to the logic with the change. What is the change trying to accomplish?
@davidmurdoch there is a change in logic. the I think we should break this code into less one-liner changes. Breaking up the code would look like this: Before
After
|
The one-line thing was automatically formatted. |
Ok, thanks @davidmurdoch |
As suggested by @seesemichaelj .
1ca9dff
to
f39d076
Compare
Fixed in 994f0a6 |
Thanks @davidmurdoch , nice to have this fixed. Is it a new version planned to be published to npm soon? It would be useful to fix our dependencies. |
@bingen I am hoping to release tomorrow, however, in pre-release testing I may have uncovered some new issues that may postpone the release. |
Make sure ganache-core is pinned to 2.2.1 See: trufflesuite/ganache#239
Wrong option for
encoding-down
.Fixes #597