Protocol parameter update with guard rail script #7475
Annotations
1 error and 12 warnings
cardano-testnet/src/Testnet/Runtime.hs#L59
Error: Parse error: on input `blocks' ▫︎ Found: " import qualified Hedgehog.Extras.Stock.IO.Network.Sprocket as H\n import qualified Hedgehog.Extras.Test.Base as H\n> import qualified Data.Type.Bool as blocks\n \n data NodeStartFailure\n"
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, rwe/actions-hlint-setup@v1, rwe/actions-hlint-run@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
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/
|
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/
|
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/
|
cardano-testnet/src/Testnet/Defaults.hs#L165
Suggestion in cekStartupCost_exBudgetCPU in module Testnet.Defaults: Use camelCase ▫︎ Found: "cekStartupCost_exBudgetCPU :: Int64" ▫︎ Perhaps: "cekStartupCostExBudgetCPU :: Int64"
|
cardano-testnet/src/Testnet/Defaults.hs#L166
Suggestion in cekStartupCost_exBudgetCPU in module Testnet.Defaults: Use camelCase ▫︎ Found: "cekStartupCost_exBudgetCPU = ..." ▫︎ Perhaps: "cekStartupCostExBudgetCPU = ..."
|
cardano-testnet/src/Testnet/Defaults.hs#L168
Suggestion in cekLamCost_exBudgetMemory in module Testnet.Defaults: Use camelCase ▫︎ Found: "cekLamCost_exBudgetMemory :: Int64" ▫︎ Perhaps: "cekLamCostExBudgetMemory :: Int64"
|
cardano-testnet/src/Testnet/Defaults.hs#L169
Suggestion in cekLamCost_exBudgetMemory in module Testnet.Defaults: Use camelCase ▫︎ Found: "cekLamCost_exBudgetMemory = ..." ▫︎ Perhaps: "cekLamCostExBudgetMemory = ..."
|
cardano-testnet/src/Testnet/Types.hs#L149
Suggestion in CommitteeMember in module Testnet.Types: Use newtype instead of data ▫︎ Found: "data CommitteeMember\n = CommitteeMember {ccPaymentKeyPair :: KeyPair CCColdKey}" ▫︎ Perhaps: "newtype CommitteeMember\n = CommitteeMember {ccPaymentKeyPair :: KeyPair CCColdKey}" ▫︎ Note: decreases laziness
|
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/UpdatePParam.hs#L242
Warning in hprop_update_pparam in module Cardano.Testnet.Test.Gov.UpdatePParam: Use maybe ▫︎ Found: "fromMaybe\n mempty\n ((\\ (TxOut _ txVal _ _) -> txOutValueToValue txVal)\n <$> Map.lookup txin4 utxo)" ▫︎ Perhaps: "maybe\n mempty (\\ (TxOut _ txVal _ _) -> txOutValueToValue txVal)\n (Map.lookup txin4 utxo)"
|
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/
|
This job succeeded
Loading