Skip to content
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

SHARD-1923: Use cert scores to determine which cycle received from subscribed nodes to save #152

Merged
merged 4 commits into from
Mar 10, 2025

Conversation

ahmxdiqbal
Copy link
Member

No description provided.

logCycle ? StringUtils.safeStringify(receivedCycleTracker[counter][key]['senderNodes']) : '',
logCycle ? receivedCycleTracker[counter][key] : ''
logCycle ? StringUtils.safeStringify([...receivedCycleTracker[counter][marker]['certSigners']]) : '',
logCycle ? receivedCycleTracker[counter][marker] : ''

Check warning

Code scanning / CodeQL

Log injection

Log entry depends on a [user-provided value](1).

Copilot Autofix AI 14 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

@urnotsam urnotsam changed the base branch from dev to mainnet-launch March 7, 2025 13:16
urnotsam
urnotsam previously approved these changes Mar 8, 2025
aniketdivekar
aniketdivekar previously approved these changes Mar 10, 2025
src/Config.ts Outdated
@@ -249,6 +250,7 @@ let config: Config = {
maxRecordsPerRequest: 200,
multisigKeysSyncFromNetworkInternal: 600,
minCycleConfirmationsToSave: -1,
nerfNonFoundationCertScores: false,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be true? Default config should be what we are looking to run on mainnet

Copy link
Contributor

Choose a reason for hiding this comment

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

its currently set to false on server side. these should match. Will get confirmation on what this should be

@urnotsam urnotsam dismissed stale reviews from aniketdivekar and themself via c3e4e5e March 10, 2025 16:29
@urnotsam urnotsam force-pushed the SHARD-1923 branch 2 times, most recently from 9cc544b to 882414c Compare March 10, 2025 17:26
@mhanson-github mhanson-github merged commit d19a417 into mainnet-launch Mar 10, 2025
5 checks passed
@mhanson-github mhanson-github deleted the SHARD-1923 branch March 10, 2025 20:07
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.

6 participants