You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peertls/tlsopts: disable distributed tracing for verifyIdentity
verifyIdentity uses default, un-parented context, therefore it doesn't make sense to include in distributed traces, it just increases the noise.
To avoid circurlar dependency, this requires to move the excluded.go to a separated package (tracing), but for backward-compatility, a deprecated version is also kept.
Majority of this commit is just package rename. The real change is in `peertls/tlsopts/tls.go` (2 lines).
storj/storj#5722
Change-Id: I6b48f788998adb414f0bd86f6a434fbb6eb1214d
// VerifyUplinkPieceHashSignature verifies that the signature inside piece hash is valid and belongs to the signer, which is either uplink or storage node.
0 commit comments