Releases: NomicFoundation/edr
Releases · NomicFoundation/edr
@nomicfoundation/edr@0.10.0
Minor Changes
- 1d377bb: Add Prague hardfork to the list of supported
SpecIds
@nomicfoundation/edr@0.9.0
Minor Changes
- 9353777: Adds the EIP-7685 requestsHash field to Block RPC response type and BlockOptions
- 314790c: Adds EIP-7702 transactions to eth_call, eth_estimateGas, eth_sendTransaction, eth_sendRawTransaction, and debug_traceCall
Patch Changes
- 90e3b15: Added the InvalidEXTCALLTarget variant to the ExceptionalHalt enum
@nomicfoundation/edr@0.8.0
Minor Changes
- af26624: Improved provider initialization performance by passing build info as buffer which avoids FFI copy overhead
Patch Changes
@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
jsonfield in response todataand changed its type tostring | object(specified asstring | anydue 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=trueas an environment variable to enable this.