-
Notifications
You must be signed in to change notification settings - Fork 720
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
Release 10.2.0 #6050
base: master
Are you sure you want to change the base?
Release 10.2.0 #6050
Conversation
cf9f8a9
to
f1a8f7f
Compare
args = ConnectToArgs { | ||
ctaHandshakeCodec = codecHandshake forwardingVersionCodec, | ||
ctaHandshakeTimeLimits = timeLimits, | ||
ctaVersionDataCodec = cborTermVersionDataCodec forwardingCodecCBORTerm, | ||
ctaConnectTracers = nullNetworkConnectTracers, | ||
ctaHandshakeCallbacks = HandshakeCallbacks acceptableVersion queryVersion } |
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.
Extra space will make things more readable, similar in other places.
args = ConnectToArgs { | |
ctaHandshakeCodec = codecHandshake forwardingVersionCodec, | |
ctaHandshakeTimeLimits = timeLimits, | |
ctaVersionDataCodec = cborTermVersionDataCodec forwardingCodecCBORTerm, | |
ctaConnectTracers = nullNetworkConnectTracers, | |
ctaHandshakeCallbacks = HandshakeCallbacks acceptableVersion queryVersion } | |
args = ConnectToArgs { | |
ctaHandshakeCodec = codecHandshake forwardingVersionCodec, | |
ctaHandshakeTimeLimits = timeLimits, | |
ctaVersionDataCodec = cborTermVersionDataCodec forwardingCodecCBORTerm, | |
ctaConnectTracers = nullNetworkConnectTracers, | |
ctaHandshakeCallbacks = HandshakeCallbacks acceptableVersion queryVersion } | |
b14a949
to
abd035b
Compare
f8e48d4
to
f2977ec
Compare
6a6942e
to
4eb622b
Compare
* ConsensusMode * MinBigLedgerPeersForTrustedState
d59113c
to
9252209
Compare
- Categorise `LedgerDB.SnapshotMissingChecksum` trace as `Warning` - Expose snapshot checksum switch in config file
…dsToShelleyBasedEra
9252209
to
222bb5d
Compare
@@ -2059,6 +2146,10 @@ instance Show lAddr => ToObject (PeerSelectionActionsTrace SockAddr lAddr) where | |||
, "connectionId" .= toJSON connId | |||
, "withProtocolTemp" .= show wf | |||
] | |||
toObject _verb (AcquireConnectionError exception) = | |||
mconcat [ "kind" .= String "AcquireConnectionError" | |||
, "exception" .= displayException exception |
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.
Just for the sake of consistency with other places:
, "exception" .= displayException exception | |
, "error" .= displayException exception |
@@ -1137,18 +1143,24 @@ instance Show lAddr => LogFormatting (PeerSelectionActionsTrace SockAddr lAddr) | |||
, "connectionId" .= toJSON connId | |||
, "withProtocolTemp" .= show wf | |||
] | |||
forMachine _dtal (AcquireConnectionError exception) = | |||
mconcat [ "kind" .= String "AcquireConnectionError" | |||
, "exception" .= displayException exception |
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.
, "exception" .= displayException exception | |
, "error" .= displayException exception |
Description
Changes for v10.2.0
Closes #6040
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-8.10.7
andghc-9.2.7
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.