@nomicfoundation/edr@0.12.0-next.32
Pre-release
Pre-release
Minor Changes
- 829f920: - Added support for EIP-712 cheatcodes
eip712HashType,eip712HashStruct,eip712HashTypedData.- Added new
eip712CanonicalTypessolidity runner config option for name-based type resolution.
- Added new
- 9b4685d: - Added a
getCoverageLibrary()helper at the@nomicfoundation/edr/coveragesubpath that returns the library's source and expected filename.- Bundled the Solidity coverage library with EDR.
- Changed
addStatementCoverageInstrumentationto no longer accept a library path argument.
Patch Changes
- 5d2d2db: Fixed OP stack Jovian base fee calculation to use
max(gasUsed, blobGasUsed)