This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.7.5 #4239
jeffsmale90
announced in
Releases
v7.7.5
#4239
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixes
Changelog
Known Issues
Future Plans
Thanks to @davidmurdoch, @MicaiahReid, @tenthirtyone, and @haltman-at for your contributions to this release, which brings a fix to the
debug_storageRangeAt
RPC method.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 9 files across 2 merged pull requests, tallying 588 additions and 562 deletions, since our last release.
fix: make
debug_storageRangeAt
return all known keys at transaction index (#3470)debug_storageRangeAt
would sometimes fail to find storage that was there at the start of the transaction if the storage slots were written to in the same block as the target transaction. Ganache now waits to read storage slots until after the requisite transactions in the block have been processed.Fixes #3338, also fixes #3468
ci: remove python configuration from CI setup (#4238)
Remove unnecessary boilerplate setting npm python config.
back to top
debug_storageRangeAt
return all known keys at transaction index #3470 fix: makedebug_storageRangeAt
return all known keys at transaction index (@davidmurdoch)back to top
Top Priority:
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 give a +1 to existing issues to influence what we gets implemented and prioritized.
💖 The Truffle Team
This discussion was created from the release v7.7.5.
Beta Was this translation helpful? Give feedback.
All reactions