Releases: NomicFoundation/edr
Releases · NomicFoundation/edr
@nomicfoundation/edr@0.7.0
d419f36: Add a stackTrace getter to the provider's response and remove the old, lower-level solidityTrace getter.
@nomicfoundation/edr@0.6.5
9c062ad: fix: don't panic when a precompile errors
@nomicfoundation/edr@0.6.4
14620c9: Fixed panic due to remote nodes not returning total difficulty by adding fallback value
@nomicfoundation/edr@0.6.3
@nomicfoundation/edr@0.6.2
@nomicfoundation/edr@0.6.1
@nomicfoundation/edr@0.6.0
Minor Changes
- a417e19: Renamed
json
field in response todata
and changed its type tostring | object
(specified asstring | any
due to an napi-rs limitation).
Patch Changes
- 2f1c189: Improved error message and added option to skip unsupported transaction type in
debug_traceTransaction
. Set__EDR_UNSAFE_SKIP_UNSUPPORTED_TRANSACTION_TYPES=true
as an environment variable to enable this.
@nomicfoundation/edr@0.5.2
This release fixes a breaking change that we inadvertently introduced in v0.5.1.
@nomicfoundation/edr@0.5.1
- 0bba027: Fixed a bug in fork mode where the locally overridden chain id was used instead of the remote chain id when simulating transactions in pre-fork blocks.
- e02eb22: Fixed a bug in the JSON-RPC where we previously allowed a null value for storage keys of an access list
- 8ae31b9: Fixed crash when returning large JSON responses
@nomicfoundation/edr@0.5.0
This version adds optional support for RIP-7212.