Releases: NomicFoundation/edr
Releases · NomicFoundation/edr
@nomicfoundation/edr@0.12.0-alpha.0
@nomicfoundation/edr@0.11.0
Minor Changes
- 66c7052: Replace const enums with non-const enums in *.d.ts files
@nomicfoundation/edr@0.10.0
Minor Changes
- 1d377bb: Add Prague hardfork to the list of supported
SpecId
s
@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