Skip to content

Releases: NomicFoundation/edr

@nomicfoundation/edr@0.5.0

17 Jul 13:08
c988831
Compare
Choose a tag to compare

This version adds optional support for RIP-7212.

@nomicfoundation/edr@0.4.2

11 Jul 12:25
fe9e3b1
Compare
Choose a tag to compare

This release upgrades our version of REVM and includes a minor fix.

  • b056511: Fixes restriction to disallow remote blocks without a nonce
  • e650c9e: Upgraded revm to v37

@nomicfoundation/edr@0.4.1

01 Jul 16:31
918a5a1
Compare
Choose a tag to compare

This release includes some minor fixes and improvements:

  • 245fd07: Provide a more helpful message when passing a timestamp bigger than 2^64 via JSON-RPC
  • d87a8c4: Fixed a problem that prevented forking chains without mix hash fields in their blocks
  • 5984f11: Fixed missing remote contract code when setting storage

@nomicfoundation/edr@0.4.0

30 May 14:48
3a906f9
Compare
Choose a tag to compare

This release adds some changes needed to make hardhat-tracer work with EDR-powered versions of Hardhat. New versions of Hardhat and of that plugin will be released soon, which will leverage the changes in this version of EDR.

In addition to that, this version adds basic support for eth_maxPriorityFeePerGas (with a hardcoded response of 1 gwei) and fixes the order of parameters for eth_sign.

Breaking changes

The stack_top property of edr_napi::trace::TracingStep was removed and stack was added instead.

@nomicfoundation/edr@0.3.8

15 May 09:34
a62944f
Compare
Choose a tag to compare

This release adds limited support for blob transactions (only when sending them with eth_sendRawTransaction and with automining enabled), fixes some bugs, and includes some performance improvements.

Besides that, starting from this release the @nomicfoundation/edr will include the builds for all our supported OSes and architectures (7 at the time of writing this). This is a compromise we had to make to prevent npm/cli#4828 from affecting users.

Fixed bugs:

  • Bug in EIP-712 for payloads with signed integers (#407)
  • smock.fake makes EDR panic (#400)
  • "missing trie node" errors are not retried (#388)