Skip to content

Releases: NomicFoundation/edr

@nomicfoundation/edr@0.12.0-alpha.0

17 Apr 15:40
6f0e45d
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • c9cc954: Removed support for pre-Byzantium root field from RPC receipts
  • 2a19726: Replaced the Provider constructor with an API for registering and creating chain-specific providers in the EdrContext

@nomicfoundation/edr@0.11.0

16 Apr 19:05
39a5381
Compare
Choose a tag to compare

Minor Changes

  • 66c7052: Replace const enums with non-const enums in *.d.ts files

@nomicfoundation/edr@0.10.0

10 Mar 11:00
Compare
Choose a tag to compare

Minor Changes

  • 1d377bb: Add Prague hardfork to the list of supported SpecIds

@nomicfoundation/edr@0.9.0

26 Feb 21:50
72575ae
Compare
Choose a tag to compare

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

30 Jan 21:06
Compare
Choose a tag to compare

Minor Changes

  • af26624: Improved provider initialization performance by passing build info as buffer which avoids FFI copy overhead

Patch Changes

  • 4ffb4f6: fix: ignore unknown opcodes in source maps
  • 5c8c3dd: Fixed crash when loading EDR on Windows without a C Runtime library installed
  • 2b9b805: Improved stack trace generation performance by eliminating one-way branching in the bytecode trie

@nomicfoundation/edr@0.7.0

02 Jan 13:17
78f649e
Compare
Choose a tag to compare

d419f36: Add a stackTrace getter to the provider's response and remove the old, lower-level solidityTrace getter.

@nomicfoundation/edr@0.6.5

19 Nov 09:50
907eda3
Compare
Choose a tag to compare

9c062ad: fix: don't panic when a precompile errors

@nomicfoundation/edr@0.6.4

18 Oct 10:23
d46b5d1
Compare
Choose a tag to compare

14620c9: Fixed panic due to remote nodes not returning total difficulty by adding fallback value

@nomicfoundation/edr@0.6.3

02 Oct 16:27
fb522ec
Compare
Choose a tag to compare
  • a1cee4f: fix(tracing): Make sure to correctly 0x-prefix hex encoded strings in custom error message
  • 7047e6c: Fixed panic from unknown opcode in stack traces

@nomicfoundation/edr@0.6.2

25 Sep 12:45
4508170
Compare
Choose a tag to compare
  • af56289: fix(tracing): Decode unmapped instructions only at the opcode boundary
  • debac88: fix(tracing): Use correct subtrace when detecting error error propagation across delegatecall