Unify @keep-network/hardhat-helpers pin, repoint to threshold-network fork - #193
Open
piotr-roslaniec wants to merge 1 commit into
Open
piotr-roslaniec wants to merge 1 commit into
piotr-roslaniec wants to merge 1 commit into
Conversation
… fork Was pinned to ^0.6.0-pre.8. Unified on the same exact version, 0.6.0-pre.21, used across the org's other hardhat-helpers consumers (see agent-docs/prep/p5-hardhat-helpers.md in threshold-network/keep-common for the full version-selection analysis: 0.6.0-pre.21 is the newest npm-published prerelease that stays on the ethers v5 peer-dependency generation this consumer still uses; 0.7.x+ requires an incompatible ethers v6 migration). Repointed from the npm registry to the new org-owned fork threshold-network/hardhat-helpers (upstream keep-network/hardhat-helpers is unmaintained) at tag v0.6.0-pre.21, verified byte-identical to the npm-published 0.6.0-pre.21 tarball content. Lockfiles are not regenerated in this PR - this location should regenerate via yarn/npm install as part of landing this change.
piotr-roslaniec
force-pushed
the
bump-hardhat-helpers
branch
from
September 10, 2026 19:59
cc4fa99 to
1d1ae60
Compare
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.
What
Unifies this repo's
@keep-network/hardhat-helpersdevDependency pin onto the same exact version used across the org's other consumers, and repoints from the npm registry to a new org-owned fork since the upstream package (keep-network/hardhat-helpers) is unmaintained.Location updated (1)
/(rootpackage.json)^0.6.0-pre.8github:threshold-network/hardhat-helpers#v0.6.0-pre.21Why this target version, and why a fork
0.7.2, but0.7.0+ requires an incompatibleethers ^6.10.0upgrade (confirmed via diffingsrc/upgrades.tsand registrypeerDependencies). This repo is still on ethers v5 tooling, so bumping to0.7.xwould silently fold in an unrelated, much larger migration.0.6.0-pre.21is the newest npm-published prerelease with byte-identical, ethers-v5-compatiblepeerDependenciesto0.6.0-pre.20, and is the version used elsewhere across the org's other hardhat-helpers consumers (see companion PRs inkeep-coreandtbtc-v2).keep-network/hardhat-helpersis unmaintained; forked tothreshold-network/hardhat-helpers(tagv0.6.0-pre.21, verified byte-identical in content to the npm-published0.6.0-pre.21tarball) so this org isn't dependent on someone else's registry publishing.Full analysis:
agent-docs/prep/p5-hardhat-helpers.mdinthreshold-network/keep-common.Verification
helpers.number,helpers.address.isValid,helpers.ownable.transferOwnership,helpers.time,helpers.signersacross deploy scripts and test suites — none of these modules changed behavior between the old pin's era and0.6.0-pre.21(confirmed via registrypeerDependenciescomparison in the prep doc; nohelpers.upgradesusage in this repo).yarn install/npm installas part of landing this change, matching normal repo convention.