backmerge hhv3 (hardhat v3 migration + fixes)#433
Merged
Conversation
* Fix blockexplorer pagination when auto mining is set * Check for duplicated block transactions when setting total transactions * Do not use reduce inside while loop
Backmerge of 5 SE-2 PRs ported into create-eth templates: - hardhat v3 migration (scaffold-eth#1272) - up rocketh/deploy (scaffold-eth#1290) - Update hh artifacts and compilers (scaffold-eth#1292) - fix(nextjs): stop excluding contracts/ from format script (scaffold-eth#1291) - Fix blockexplorer pagination when auto mining is set (scaffold-eth#1295) Plus CI node bump 20.x -> lts/* (hardhat v3 requires node >= 22). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 tasks
Member
Author
|
Updated example to hh v3 scaffold-eth/create-eth-extensions#123 and now gh actions here are fixed. One gh action of that PR fails but it should be fixed after both PRs merged
|
technophile-04
approved these changes
Jun 5, 2026
technophile-04
left a comment
Collaborator
There was a problem hiding this comment.
Tested out and the basic features seems to work nicely! Thank Rinat!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backmerge of
upstream-main(SE-2d651562) intomain, carrying the hardhat v3 migration held back from the previous backmerge (#430), plus 4 follow-up SE-2 fixes.SE-2 PRs included
Notes
profiles→compilers,runVerify, new.template.mjsconfigs).engines); CIlint-instances.ymlbumped20.x→lts/*.Local validation (node 22.18.0, generated hardhat instance)
yarn compile✓ (solc 0.8.30)yarn test✓ (2 passing)yarn deploy✓ (contract deployed,deployedContracts.tsregenerated via thegenerateTsAbisdeploy-task override)yarn verify --help✓ (etherscanApiKey import resolves)hardhat:check-types/next:check-types✓hardhat:lint/next:lint✓ (0 errors)templates/baseblockexplorer files match SE-2d651562Important
Merge with "Create a merge commit" (not squash) to preserve the SE-2 commit history.
🤖 Generated with Claude Code