Skip to content

bench: Introduce DDoS protection middleware (wai) to cardano-tracer

65d5a30
Select commit
Loading
Failed to load commit list.
Draft

bench: Introduce DDoS protection middleware (wai) to cardano-tracer #6492

bench: Introduce DDoS protection middleware (wai) to cardano-tracer
65d5a30
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.checks/hlint failed Mar 16, 2026 in 1m 23s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/n1ax6xkmkk5j87chc20fsbvnmxxr4y4k-hlint-check.drv

Log

cardano-tracer/src/Cardano/Tracer/Acceptors/Client.hs:2:1-36: Warning: Unused LANGUAGE pragma
Found:
  {-# LANGUAGE OverloadedRecordDot #-}
Perhaps you should remove it.

cardano-tracer/src/Cardano/Tracer/Acceptors/Client.hs:201:38-42: Suggestion: Redundant where
Found:
  where
Perhaps you should remove it.

2 hints
=====================================================================
Note: to ignore a particular hint (e.g. "Reduce duplication"), write
this in the source file:
{-# ANN module ("HLint: ignore Reduce duplication" :: Text) #-}
You can also apply it just to a particular function, which is better:
{-# ANN funcName ("HLint: ignore Reduce duplication" :: Text) #-}