Skip to content

Version Packages #880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Version Packages #880

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 23, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@nomicfoundation/[email protected]

Minor Changes

  • 8396d70: Changed the ChainConfig to include a chain name and allow timestamp-based hardfork activations
  • 097b8c3: Changed ProviderConfig members to decouple from Hardhat 2 concepts
  • edc20dc: Added code coverage to the provider. It can be configured through the ProviderConfig
  • 5e209a1: Added support for asynchronous callbacks for collected code coverage
  • ef49c8a: Removed runSolidityTests method and introduced EdrContext::registerSolidityTestRunnerFactory and EdrContext::runSolidityTests functions as multi-chain alternative
  • 097b8c3: Removed unused type definitions from API
  • 6f0f557: Added instrumenting of source code for statement code coverage measurement
  • ae38942: Added the ability to request execution traces for Solidity tests for either all tests or just failing tests
  • 289de8a: Changed the instrumentation API to require a coverage library path
  • c21ec83: Replaced Buffer with Uint8Array in Solidity tests interface
  • 306a95e: Added an ObservabilityConfig to SolidityTestRunnerConfigArgs to allow code coverage measurement
  • eb928c6: Fixed panic on stack trace generation for receive function with modifier that calls another method. Issue with the receive function #894
  • 097b8c3: Moved (and renamed) fork-specific configuration options from ProviderConfig to ForkConfig
  • 097b8c3: Replaced all occurences of Buffer with Uint8Array or ArrayBuffer
  • 585fe0b: Changed test and test suite execution time from milliseconds to nanoseconds. Correspondingly, the durationMs property of TestResult and SuiteResult was renamed to durationNs.

Patch Changes

  • f606fc6: Fixed instrumentation for control flow statements
  • c05b49b: Upgraded revm to v24 and alloy to more recent versions
  • f1cdbe2: Turned potential panics into JS errors to help with error reporting to Sentry.
  • a6864ff: Added support for local pre-deploys for Solidity tests.
  • 1b6d123: Fixed a bug causing async functions to throw errors at the callsite
  • ab4e20d: Added hardfork activations for Prague
  • 3f85d7d: Fixed gasPriceOracle predeploy for local blockchains when using Isthmus hardfork
  • 3910948: Deprecated deleteSnapshot, deleteSnapshots, revertTo, revertToAndDelete, and snapshot cheatcodes in favor of deleteStateSnapshot, deleteStateSnapshots, revertToState, revertToStateAndDelete, and snapshotState
  • 007800e: Fixed custom precompiles not being applied in eth_sendTransaction. This enables RIP-7212 support in transactions.
  • 2ec6415: Added hardfork activations for Base Mainnet and Base Sepolia.
  • c63ea3e: Added new expectRevert and expectPartialRevert cheatcodes.
  • 5e209a1: Fixed bug preventing reporting of collected code coverage
  • 4bad80f: Fixed the withdrawalsRoot field in mined post-Isthmus block headers of local blockchains
  • d903f35: Turned panics during stack trace generation due to invalid assumptions into errors.
  • 196af17: Add allowInternalExpectRevert config option to customize the behavior of the expectRevert cheatcode

@nomicfoundation/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 1b36fc9 to c212d73 Compare April 28, 2025 21:25
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 9504dc6 to 99a261c Compare May 13, 2025 16:25
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 0dad7e1 to 3b01089 Compare May 20, 2025 12:45
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 0b7acc8 to 2cfadba Compare May 28, 2025 14:29
@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 1f30cf7 to 8e3b768 Compare June 17, 2025 06:21
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from e6a1170 to 21890d7 Compare June 20, 2025 15:02
@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from 4f21350 to b9a5312 Compare July 2, 2025 10:59
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from c21c537 to 53f7fd5 Compare July 11, 2025 14:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from 53f7fd5 to f1e28d7 Compare July 11, 2025 19:41
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 9e40615 to ab787a2 Compare July 23, 2025 13:19
@frangio frangio mentioned this pull request Jul 23, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from ab787a2 to e6ce1bf Compare July 24, 2025 08:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from e6ce1bf to 0779b91 Compare July 24, 2025 18:45
@frangio frangio closed this Jul 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant