This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.8.0 #4352
jeffsmale90
announced in
Releases
v7.8.0
#4352
Replies: 1 comment 2 replies
-
I see that it's listed in the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
Changelog
Known Issues
Future Plans
Introducing the newest addition to our lineup - Ganache v7.8.0! This release comes with support for the highly anticipated Shanghai hardfork.
If you have some time, we encourage you to browse our issues to find anything you'd like implemented/fixed sooner. Give them a +1 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 84 files across 1 merged pull requests, tallying 6,243 additions and 4,642 deletions, since our last release.
feat: add support for the
shanghai
hardfork (#4272)We've added a new option
allowUnlimitedInitCodeSize
to disable EIP-3860 (Limit and meter initcode) to continue to allow for uploading very large contracts. In most cases it will need to be combined with theallowUnlimitedContractSize
option.This also fixes two bugs:
size
was not computed correctly (persisted databases will be updated and migrated automatically)--database.dbPath
). This should be insignificant for the majority of cases. The migration was benchmarked with 180,000 blocks, and completed in 6.4 seconds.accessList
fees, if there are any.shanghai
hardfork #4272 feat: supportshanghai
hardfork (@davidmurdoch)back to top
Top Priority:
debug_storageRangeAt
doesn't work (#3203)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 gets implemented and prioritized.
💖 The Truffle Team
This discussion was created from the release v7.8.0.
Beta Was this translation helpful? Give feedback.
All reactions