Skip to content

@nomicfoundation/edr@0.4.0: edr-0.4.0

Latest
Compare
Choose a tag to compare
@fvictorio fvictorio released this 30 May 14:48
· 29 commits to main since this release
3a906f9

This release adds some changes needed to make hardhat-tracer work with EDR-powered versions of Hardhat. New versions of Hardhat and of that plugin will be released soon, which will leverage the changes in this version of EDR.

In addition to that, this version adds basic support for eth_maxPriorityFeePerGas (with a hardcoded response of 1 gwei) and fixes the order of parameters for eth_sign.

Breaking changes

The stack_top property of edr_napi::trace::TracingStep was removed and stack was added instead.