Skip to content

@nomicfoundation/edr@0.3.8: edr-0.3.8

Compare
Choose a tag to compare
@fvictorio fvictorio released this 15 May 09:34
· 40 commits to main since this release
a62944f

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)