This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.4.4 #3772
tenthirtyone
announced in
Releases
v7.4.4
#3772
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Highlights
Fixes
Miscellaneous
Changelog
Known Issues
Future Plans
With the end of September we mark the successful joining of the original execution layer of Ethereum with its new Proof-Of-Stake consensus layer, the Beacon Chain, better known as The Merge. Congratulations to everyone who contributed to Ethereum's transition from Proof-of-Work to Proof-of-Stake.
To our users interested in trying post-merge features check out Ganache v7.4.4-alpha.0.
A special thank you to our external contributor @eltociear and contributor @jeffsmale90 for their contributions to this release.
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, open a PR to fix an existing issue, or apply to join our team (we're hiring!) if you really want to get involved.
We've changed 8 files across 3 merged pull requests, tallying 119 additions and 49 deletions, since our last release.
This release removes zero-config forking support for deprecated testnets: Kovan, Rinkeby, and Ropsten test networks in anticipation of Infura deprecating these testnets from the Infura API on October 5th, 2022. Infura recommends users migrate to Goerli to test deployments.
back to top
fix: calling
evm_mine
with atimestamp
argument should reflect the change of time in subsequent blocks (#3531)Previously, calling
evm_mine
with atimestamp
argument would result in a block with the specified timestamp, but subsequent blocks would have a timestamp that didn't reflect this change in time. This only occurred whenminer.timestampIncrement
is unspecified orclock
.Will output something like:
Where
secondTimestamp
is the current time in seconds, but should be0x2
.With this change, blocks mined after providing a
timestamp
parameter toevm_mine
, will have timestamps that reflect the change in time.Fixes: #3265
back to top
refactor: remove support for deprecated test networks (#3732)
Removes zero-config forking support for deprecated testnets: Kovan, Ropsten, and Rinkeby.
Fixes #3706
back to miscellaneous
refactor: fix typo in uint-to-buffer.ts (#3738)
Corrects missspelling of "signficant" to the more correct "significant".
back to miscellaneous
back to top
evm_mine
with atimestamp
argument should reflect the change of time in subsequent blocks #3531 fix: callingevm_mine
with atimestamp
argument should reflect the change of time in subsequent blocks (@jeffsmale90)back to top
Top Priority:
debug_storageRangeAt
fails to find storage when the slot was created earlier in the same block (#3338)eth_feeHistory
RPC endpoint (#1470)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 created from the release v7.4.4.
Beta Was this translation helpful? Give feedback.
All reactions