Skip to content

v8.2.5 Testnet Release#4090

Merged
zsculac merged 4 commits intov6/release/testnetfrom
v6/prerelease/testnet
Feb 17, 2026
Merged

v8.2.5 Testnet Release#4090
zsculac merged 4 commits intov6/release/testnetfrom
v6/prerelease/testnet

Conversation

@zsculac
Copy link
Collaborator

@zsculac zsculac commented Feb 17, 2026

Note

Medium Risk
Changes the publish replication parameter resolution and adds a new on-chain contract read, which can affect publish behavior and introduces a new runtime dependency on blockchain calls (with a logged fallback on failure).

Overview
Bumps the node version from 8.2.4 to 8.2.5.

Updates the v1 publish HTTP endpoint to resolve minimumNumberOfNodeReplications by combining (1) the request value (or PUBLISH_MIN_NUM_OF_NODE_REPLICATIONS fallback) with (2) the on-chain minimumRequiredSignatures (taking the max), and wires this through via a new blockchainModuleManager.getMinimumRequiredSignatures() call.

Adds the blockchain/web3 plumbing to read minimumRequiredSignatures from ParametersStorage, plus new unit tests asserting clamping/override/fallback behavior for publish commands.

Written by Cursor Bugbot for commit 5e97684. This will update automatically on new commits. Configure here.

@zsculac zsculac self-assigned this Feb 17, 2026
@zsculac zsculac merged commit 1368902 into v6/release/testnet Feb 17, 2026
6 of 10 checks passed
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

[],
CONTRACTS.PARAMETERS_STORAGE,
);
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On-chain minimum never applied on EVM

Medium Severity

getMinimumRequiredSignatures returns the raw contract value from web3-service.js, so Number(chainMin) in publish-http-api-controller-v1.js can fail for ethers BigNumber. The error is swallowed, and minimumNumberOfNodeReplications falls back to user/default values instead of the on-chain minimum.

Additional Locations (1)

Fix in Cursor Fix in Web

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.

2 participants