This repository was archived by the owner on Feb 26, 2024. It is now read-only.
v7.7.2 #4066
tenthirtyone
announced in
Releases
v7.7.2
#4066
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FixesMiscellaneousChangelogKnown IssuesFuture PlansHere's another hotfix that corrects issues for some users facing
Unhandled Promise Rejection...on NodeJs/Operating System combinations usingeth_estimateGas.We've changed 5 files across 2 merged pull requests, tallying 59 additions and 295 deletions, since our last release.
fix: handle
eth_gasEstimatereverts correctly to prevent potential process crash (#4056)When updating to support the Merge hardfork code that handled
eth_gasEstimatewas refactored. A code block that previously "short circuited" the function no longer did, causing a JavaScript Promise to be fullfilled with a handled rejection, but then also an unhandled rejection. 🦡We've fixed the short circuit code and added a test to prevent this from regressing in the future.
back to top
chore: remove
Promise.allSettledshim (#4003)This was TODO'd to be removed if we bumped
typescriptto4.2.3+back to top
Promise.allSettledshim #4003 chore: removePromise.allSettledshim (@tenthirtyone)eth_gasEstimatereverts correctly to prevent potential process crash #4056 fix: handleeth_gasEstimatereverts correctly to prevent potential process crash (@davidmurdoch)back to top
Top Priority:
debug_storageRangeAtfails to find storage when the slot was created earlier in the same block (#3338)eth_createAccessListRPC method (#1056)Coming Soon™:
evm_mineandminer_startdon't respect --mode.instamine=eager (#2029)evm_setAccount*is race-conditiony (#1646)@ganache/filecoin@alphadoesn't work withganache@alpha(#1150)evm_mine,eth_getLogsreturns 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.2.
Beta Was this translation helpful? Give feedback.
All reactions