Releases: NomicFoundation/edr
Releases · NomicFoundation/edr
@nomicfoundation/[email protected]
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]
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]
Patch Changes
- 65e8d25: Fixed bug where native token sent to test account does not increase recipient balance.
@nomicfoundation/[email protected]
@nomicfoundation/[email protected]
Minor Changes
- 66c7052: Replace const enums with non-const enums in *.d.ts files
@nomicfoundation/[email protected]
Minor Changes
- 1d377bb: Add Prague hardfork to the list of supported
SpecIds
@nomicfoundation/[email protected]
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]
Minor Changes
- af26624: Improved provider initialization performance by passing build info as buffer which avoids FFI copy overhead
Patch Changes
@nomicfoundation/[email protected]
d419f36: Add a stackTrace getter to the provider's response and remove the old, lower-level solidityTrace getter.
@nomicfoundation/[email protected]
9c062ad: fix: don't panic when a precompile errors