-
Notifications
You must be signed in to change notification settings - Fork 734
Misc fixes #6230
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
base: master
Are you sure you want to change the base?
Misc fixes #6230
Conversation
XXX Should be done in ouroboros-network.
move timestamp to pick up new version of iohk-monitoring
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.
The proper fix is here: ouroboros-network#5127.
-- TODO remove and use defaultSyncTargets for next o-n-release. | ||
defaultSyncTargets' :: PeerSelectionTargets -> PeerSelectionTargets | ||
defaultSyncTargets' deadlineTargets = | ||
deadlineTargets { | ||
targetNumberOfActivePeers = 0, | ||
targetNumberOfKnownBigLedgerPeers = 100, | ||
targetNumberOfEstablishedBigLedgerPeers = 50, | ||
targetNumberOfActiveBigLedgerPeers = 30 } | ||
|
||
|
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.
It's already there: IntersectMBO/ouroboros-network#5127.
btw, your sync targets are exactly the same as the ones in ouroboros-network-0.21.0.0
.
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.
Not yet , but with IntersectMBO/ouroboros-network#5128 it will be.
This PR is stale because it has been open 45 days with no activity. |
Description
Fix genesis sync. target.
Bump chap timestamp so that input-output-hk/iohk-monitoring-framework#654 is included.
Checklist
See Runnings tests for more details
CHANGELOG.md
for affected package.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-9.6
andghc-9.12
Note on CI
If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.