Releases: NomicFoundation/edr
@nomicfoundation/edr@0.12.0-next.27
Patch Changes
- d9b5dd8: Fixed error reporting when calling
stopSnapshotGaswithout an active snapshot
@nomicfoundation/edr@0.12.0-next.26
@nomicfoundation/edr@0.12.0-next.25
Minor Changes
-
3974769: Added
callTraces()toResponseobject, inclusion of which is configurable through theincludeCallTracesoption on theObservabilityConfig -
f4bdc36: Removed
getLatestSupportedSolcVersionAPIBREAKING CHANGE: A new API
latestSupportedSolidityVersionwas previously introduced to replace the deprecatedgetLatestSupportedSolcVersion. The old API has now been removed. Users should update their code to uselatestSupportedSolidityVersioninstead. -
3974769: Removed
traces()API from theResponseobject -
f4bdc36: Added support to the
debug_traceCall&debug_traceTransactionJSON-RPC methods for different tracers (4byteTracer,callTracer,flatCallTracer,prestateTracer,noopTracer, andmuxTracer).Our API is now aligned with Geth's tracing capabilities.
BREAKING CHANGE: Memory capture used to be enabled by default on geth, but has since been flipped ethereum/go-ethereum#23558 and is now disabled by default. We have followed suit and disabled it by default as well. If you were relying on memory capture, you will need to explicitly enable it by setting the
enableMemoryoption totruein your tracer configuration.
@nomicfoundation/edr@0.12.0-next.24
@nomicfoundation/edr@0.12.0-next.23
Minor Changes
@nomicfoundation/edr@0.12.0-next.22
Minor Changes
- b5a7b75: Added an API that reports the latest supported Solidity version for source instrumentation
@nomicfoundation/edr@0.12.0-next.21
@nomicfoundation/edr@0.12.0-next.20
@nomicfoundation/edr@0.12.0-next.19
Patch Changes
- faef065: Added support for EIP-7892 (Blob Parameter Only hardforks)
@nomicfoundation/edr@0.12.0-next.18
Patch Changes
- 25b2b2d: Added unsupported cheatcode errors for unsupported cheatcodes up to and including Foundry 1.5.0
- 7cc0868: Added support for instrumenting Solidity 0.8.31 source code
- 93a1484: Added Osaka hardfork activations so EDR can accurately infer the hardfork from the block timestamp
- c52f1f6: Added basic support for Jovian hardfork (OP stack)