Skip to content

Releases: NomicFoundation/edr

@nomicfoundation/[email protected]

02 Jul 15:31
af7bfc9

Choose a tag to compare

Patch Changes

  • 1ac9b2e: Fixed custom precompiles not being applied in eth_sendTransaction. This enables RIP-7212 support in transactions.
  • 7e12f64: Fixed panic on stack trace generation for receive function with modifier that calls another method. #894
  • 5861ad6: Turned panics during stack trace generation due to invalid assumptions into errors.

@nomicfoundation/[email protected]

23 Jun 16:28
855b3d1

Choose a tag to compare

Patch Changes

  • 56a4266: Removed copying of account code for provider accounts in forked networks. Code was previously ignored for default accounts only, now also for user accounts.

@nomicfoundation/[email protected]

11 Jun 16:25
12ec2db

Choose a tag to compare

Patch Changes

  • 65e8d25: Fixed bug where native token sent to test account does not increase recipient balance.

@nomicfoundation/[email protected]

17 Apr 15:40
6f0e45d

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/[email protected]

16 Apr 19:05
39a5381

Choose a tag to compare

Minor Changes

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

@nomicfoundation/[email protected]

10 Mar 11:00

Choose a tag to compare

Minor Changes

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

@nomicfoundation/[email protected]

26 Feb 21:50
72575ae

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/[email protected]

30 Jan 21:06

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/[email protected]

02 Jan 13:17
78f649e

Choose a tag to compare

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

@nomicfoundation/[email protected]

19 Nov 09:50
907eda3

Choose a tag to compare

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