This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.7.1 #4055
davidmurdoch
announced in
Releases
v7.7.1
#4055
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixes
Miscellaneous
Changelog
Known Issues
Future Plans
We released v7.7.0 yesterday, but it caused installation problems for Windows users without windows-build-tools. This hot fix resolves the issue for those affected users.
If you are still experiencing issues installing Ganache please open a new issue.
We've changed 3 files across 3 merged pull requests, tallying 12 additions and 9 deletions, since our last release.
To install this latest release, run
npm install ganache@latest --global
fix: add leveldown back to bundle for Windows installation (#4046)
For reasons not yet understood, the
leveldown
package must be bundled or installations on Windows without windows-build-tools installed fails. This puts theleveldown
package back into theganache
package'sbundledDependencies
.This PR also introduces changes to our CI process to build a release candidate tarball during test runs.
Fixes #3661
back to top
docs: fix build status badge on README.md (#4048)
Reason for this change: badges/shields#8671
Before:
After:
back to miscellaneous
chore: remove tarball that was accidentally added to the repo (#4052)
In my haste to get the hot fix out to fix v7.7.0 I added a release candidate tarball to a PR and we didn't notice until it was merged into the
develop
branch 🤦. This PR just removes that mistake.back to miscellaneous
back to top
back to top
Top Priority:
debug_storageRangeAt
fails to find storage when the slot was created earlier in the same block (#3338)eth_createAccessList
RPC method (#1056)Coming Soon™:
evm_mine
andminer_start
don't respect --mode.instamine=eager (#2029)evm_setAccount*
is race-conditiony (#1646)@ganache/filecoin@alpha
doesn't work withganache@alpha
(#1150)evm_mine
,eth_getLogs
returns same logs for all blocks (#533)back to top
Top Priority:
Coming Soon™:
back to top
Open new issues to influence what we gets implemented and prioritized.
💖 The Truffle Team
This discussion was created from the release v7.7.1.
Beta Was this translation helpful? Give feedback.
All reactions