This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v7.7.6 #4284
davidmurdoch
announced in
Releases
v7.7.6
#4284
Replies: 1 comment
-
One more release until v7.7.7! |
Beta Was this translation helpful? Give feedback.
0 replies
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 again to @MicaiahReid for his excellent work, and to @benams and @adjisb for their contributions!
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 if you really want to get involved.
We've changed 5 files across 2 merged pull requests, tallying 174 additions and 112 deletions, since our last release.
fix: eth get block transaction count by hash to work with forks (#3739)
The RPC method
eth_getBlockTransactionCountByHash
had a bug that caused it to not return results when requesting a block before the effective "forkBlockNumber".back to fixes
fix: log warning regarding transactions with future-nonces when in eager mode (#4166)
@benams ran into a confusing situation in which future-nonce transactions that are sent to Ganache running in eager mining mode (the default) appear to hang indefinitely, rather than being mined or rejected. This is expected behavior in eager mode, as Ganache does not return the hash until after it is mined. To help alleviate the confusion we now log a message about the status of these kinds of transactions.
Closes #4165
back to fixes
back to top
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 to influence what we gets implemented and prioritized.
💖 The Truffle Team
This discussion was created from the release v7.7.6.
Beta Was this translation helpful? Give feedback.
All reactions