Skip to content
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

Implement command "query proposals" #984

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Adapt golden files

29eae83
Select commit
Loading
Failed to load commit list.
Draft

Implement command "query proposals" #984

Adapt golden files
29eae83
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / hlint succeeded Nov 28, 2024 in 5s

5 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 3489 in cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs

See this annotation in the file changed.

Code scanning / HLint

Redundant bracket Warning

cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs:3489:39-56: Warning: Redundant bracket
  
Found:
  (L.StandardCrypto)
  
Perhaps:
  L.StandardCrypto

Check notice on line 3492 in cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs

See this annotation in the file changed.

Code scanning / HLint

Redundant bracket Note

cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs:3492:20-38: Suggestion: Redundant bracket
  
Found:
  Only <$> (pGovActionIds era)
  
Perhaps:
  Only <$> pGovActionIds era

Check warning on line 3504 in cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs

See this annotation in the file changed.

Code scanning / HLint

Redundant bracket Warning

cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs:3504:28-45: Warning: Redundant bracket
  
Found:
  (L.StandardCrypto)
  
Perhaps:
  L.StandardCrypto

Check notice on line 3511 in cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs

See this annotation in the file changed.

Code scanning / HLint

Redundant bracket Note

cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs:3511:16-50: Suggestion: Redundant bracket
  
Found:
  (bimap toShelleyTxId L.GovActionIx) <$> pGovernanceActionId
  
Perhaps:
  bimap toShelleyTxId L.GovActionIx <$> pGovernanceActionId

Check notice on line 587 in cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs

See this annotation in the file changed.

Code scanning / HLint

Redundant bracket Note

cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs:547:11-36: Suggestion: Redundant bracket
  
Found:
  QueryCommitteeMembersStateCmdArgs w <$> (pQueryCommons era envCli)
  
Perhaps:
  QueryCommitteeMembersStateCmdArgs w <$> pQueryCommons era envCli