This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.7.0 #4041
MicaiahReid
announced in
Releases
v7.7.0
#4041
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
Miscellaneous
Changelog
Known Issues
Future Plans
It's been just two days since our last release, but we just couldn't wait any longer! This release has just two PRs, one which adds support for the Merge to Ganache, and the other which fixes an issue with the previous PR 😅. Skip ahead to read the details of the Merge PR.
We use your feedback to plan our roadmap, so if you have some time, we encourage you to browse our issues to find anything you'd like implemented/fixed sooner. Give them a 👍 and we'll use this community feedback to help prioritize what we work on! Or better yet, open a new issue or open a PR to fix an existing issue.
We've changed 134 files across 2 merged pull requests, tallying 7230 additions and 4319 deletions, since our last release.
To install this latest release, run
npm install ganache@latest --global
feat: add support for the
merge
hardfork (#3971)This release (re)introduces support for the Merge! In preparation for the merge, our friends at ethereumjs were working hard on a huge new release with quite a few breaking changes. Because we rely so heavily on the work that ethereumjs does, these breaking changes impacted just about every nook and cranny of the Ganache code base. We wanted to get the merge features to our users as soon as possible, while also doing our due diligence to make sure the sweeping changes made by the ethereumjs upgrade don't affect Ganache's stability. With all that in mind, we released Ganache v7.4.4-alpha.0 back in September with support for the Merge. This PR brings that set of features to our stable release.
This introduces a few important changes and features that are worth explaining.
Dropping Node v12 Support
Upgrading ethereumjs required dropping support for Node.js v12. In Ganache v7.0.0 we gave a deprecation notice for Node.js v12, and this release finalizes the removal of support for this version. To use Ganache, you'll need to install Node.js v14 or greater.
New Block Tags
One new feature that could potentially impact our users is the introduction of the
finalized
andsafe
block tags. These can be used witheth_getBlockByNumber
, or any other RPC method that receives a block tag:Note: These new block tags are aliases for the existing
latest
block tag.New Default Hardfork
The new default hardfork when starting Ganache is
merge
. To start Ganache with a different hardfork, use the--chain.hardfork
option.back to top
ci: remove node 12 from CI tests (#4029)
You know when you spend a really long time on a big PR and finally think you've got every little detail settled, then the whole team reviews the PR and finds a few other little things that you fix, then they all approve the PR, so you all think you've got every little detail settled, then you finally merge the PR and you immediately realize that you forgot to remove a now unsupported version of node from your CI tests that only run once the PR has been merged into develop, so now you have to make another PR to remove the now unsupported node version from your CI tests? Yeah I hate when that happens.
back to top
merge
hardfork #3971 feat: add support for themerge
hardfork (@MicaiahReid)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 (or join our team) to influence what we gets implemented and prioritized.
💖 The Truffle Team
This discussion was not created from the release of v7.7.0, because I forgot to click the button to generate it...
Beta Was this translation helpful? Give feedback.
All reactions