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

Enhance CommitteeMembersState query to return quorum and NoConfidence: #3808

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

lehins
Copy link
Contributor

@lehins lehins commented Oct 25, 2023

Description

When designing the query we forgot about two important pieces of information relevant for the constitutional commitee, namely the quorum value and the overall presence of the committee. There is a difference between an empty committee and no committe, the latter means that the system is in a state of no confidence.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated
  • When applicable, versions are updated in .cabal and CHANGELOG.md files according to the
    versioning process.
  • The version bounds in .cabal files for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)
  • All visible changes are prepended to the latest section of a CHANGELOG.md for the affected packages. New section is never added with the code changes. (See RELEASING.md)
  • Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • Cabal files are formatted (use scripts/cabal-format.sh)
  • hie.yaml has been updated (use scripts/gen-hie.sh)
  • Self-reviewed the diff

@lehins lehins force-pushed the lehins/reflect-no-confidence branch from f5d3a94 to e669541 Compare October 25, 2023 12:47
Copy link
Contributor

@teodanciu teodanciu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

When designing the query we forgot about two important pieces of
information relevant for the constitutional commitee, namely the quorum
value and the overall presence of the committee. There is a difference
between an empty committee and no committe, the latter means that the
system is in a state of no confidence.
@lehins lehins force-pushed the lehins/reflect-no-confidence branch from e669541 to 26db4a1 Compare October 25, 2023 12:57
@lehins lehins enabled auto-merge October 25, 2023 13:10
@lehins lehins merged commit 3ac72fa into master Oct 25, 2023
9 of 15 checks passed
@iohk-bors iohk-bors bot deleted the lehins/reflect-no-confidence branch October 25, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants