collateral balancing test #8170
Annotations
14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: rwe/actions-hlint-setup@v1, rwe/actions-hlint-run@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, rwe/actions-hlint-setup@v1, rwe/actions-hlint-run@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L163
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"anchorPoint\"\n .=\n (Aeson.Object\n $ mconcat\n [\"kind\" .= String \"AnchoredFragmentAnchorPoint\",\n \"hash\"\n .=\n String\n (renderChainHash\n (renderHeaderHash (Proxy @(Header blk)))\n (AF.anchorToHash $ AF.anchor frag)),\n \"slotNo\" .= String (showT $ AF.anchorToSlotNo $ AF.anchor frag),\n \"blockNo\" .= String (showT $ AF.anchorToBlockNo $ AF.anchor frag)])" ▫︎ Perhaps: "\"anchorPoint\"\n .=\n Aeson.Object\n (mconcat\n [\"kind\" .= String \"AnchoredFragmentAnchorPoint\",\n \"hash\"\n .=\n String\n (renderChainHash\n (renderHeaderHash (Proxy @(Header blk)))\n (AF.anchorToHash $ AF.anchor frag)),\n \"slotNo\" .= String (showT $ AF.anchorToSlotNo $ AF.anchor frag),\n \"blockNo\" .= String (showT $ AF.anchorToBlockNo $ AF.anchor frag)])"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L172
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"headPoint\"\n .=\n (Aeson.Object\n $ mconcat\n [\"kind\" .= String \"AnchoredFragmentHeadPoint\",\n \"hash\"\n .=\n String\n (renderChainHash\n (renderHeaderHash (Proxy @(Header blk))) (AF.headHash frag)),\n \"slotNo\" .= String (showT $ AF.headSlot frag),\n \"blockNo\" .= String (showT $ AF.headBlockNo frag)])" ▫︎ Perhaps: "\"headPoint\"\n .=\n Aeson.Object\n (mconcat\n [\"kind\" .= String \"AnchoredFragmentHeadPoint\",\n \"hash\"\n .=\n String\n (renderChainHash\n (renderHeaderHash (Proxy @(Header blk))) (AF.headHash frag)),\n \"slotNo\" .= String (showT $ AF.headSlot frag),\n \"blockNo\" .= String (showT $ AF.headBlockNo frag)])"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L920
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"peer\" .= (String $ showT peer)" ▫︎ Perhaps: "\"peer\" .= String (showT peer)"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L931
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"peer\" .= (String $ showT peer)" ▫︎ Perhaps: "\"peer\" .= String (showT peer)"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L941
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"peer\" .= (String $ showT peer)" ▫︎ Perhaps: "\"peer\" .= String (showT peer)"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L947
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"losingPeers\" .= (toJSON $ map (String . showT) losingPeers)" ▫︎ Perhaps: "\"losingPeers\" .= toJSON (map (String . showT) losingPeers)"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L948
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"loeHead\" .= (String $ showT loeHead)" ▫︎ Perhaps: "\"loeHead\" .= String (showT loeHead)"
|
build:
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs#L949
Suggestion in module Cardano.Node.Tracing.Tracers.Consensus: Move brackets to avoid $ ▫︎ Found: "\"sgen\" .= (String $ showT $ unGenesisWindow sgen)" ▫︎ Perhaps: "\"sgen\" .= String (showT $ unGenesisWindow sgen)"
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|