This repository has been 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
-
Fixes
Miscellaneous
Changelog
Known Issues
Future Plans
Here'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_gasEstimate
reverts correctly to prevent potential process crash (#4056)When updating to support the Merge hardfork code that handled
eth_gasEstimate
was 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.allSettled
shim (#4003)This was TODO'd to be removed if we bumped
typescript
to4.2.3+
back to top
Promise.allSettled
shim #4003 chore: removePromise.allSettled
shim (@tenthirtyone)eth_gasEstimate
reverts correctly to prevent potential process crash #4056 fix: handleeth_gasEstimate
reverts correctly to prevent potential process crash (@davidmurdoch)back to top
Top Priority:
debug_storageRangeAt
fails to find storage when the slot was created earlier in the same block (#3338)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.2.
Beta Was this translation helpful? Give feedback.
All reactions