-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
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
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.
fa61ffb
to
e3ab871
Compare
424f366
to
bb39dd4
Compare
src/Config.ts
Outdated
@@ -249,6 +250,7 @@ let config: Config = { | |||
maxRecordsPerRequest: 200, | |||
multisigKeysSyncFromNetworkInternal: 600, | |||
minCycleConfirmationsToSave: -1, | |||
nerfNonFoundationCertScores: false, |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
9cc544b
to
882414c
Compare
No description provided.