We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97d553 commit 337907aCopy full SHA for 337907a
cardano-lib/default.nix
@@ -137,8 +137,10 @@ let
137
# as needed. Any node version string suffixes, such as `-pre`, should be
138
# removed from this string identifier.
139
#
140
- # Min currently 10.4.0 for `LedgerDB` config support.
141
- minNodeVersion = { MinNodeVersion = "10.4.0"; };
+ # Min currently 10.6.0 for proper default handling of PeerSharing,
+ # TargetNumberOfKnownPeers and TargetNumberOfRootPeers parameters depending
142
+ # on whether node is a forger or not.
143
+ minNodeVersion = { MinNodeVersion = "10.6.0"; };
144
145
mergeTraceOpts = cfg: traceOpts: cfg // {TraceOptions = getAttr "TraceOptions" cfg // traceOpts;};
146
0 commit comments