Skip to content

Conversation

fraser-iohk
Copy link

@fraser-iohk fraser-iohk commented Jul 2, 2025

Changelog

- description: |
    <insert-changelog-description-here>
# uncomment types applicable to the change:
  type:
  # - feature        # introduces a new feature
  # - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  # - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...
# uncomment at least one main project this PR is associated with
  projects:
  # - cardano-api
  # - cardano-api-gen
  # - cardano-rpc
  # - cardano-wasm

Context

Additional context for the PR goes here. If the PR fixes a particular issue please provide a link to the issue.

How to trust this PR

Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

import Cardano.Api.UTxO (UTxO (..))

import Cardano.Ledger.CertState (DRepState (..))
import Cardano.Ledger.State (DRepState (..))

Check warning

Code scanning / HLint

Use fewer imports Warning

cardano-api/src/Cardano/Api/Query/Internal/Convenience.hs:39:1-44: Warning: Use fewer imports
  
Found:
  import Cardano.Ledger.State ( DRepState(..) )
  import Cardano.Ledger.State ( ChainAccountState(..) )
  
Perhaps:
  import Cardano.Ledger.State
      ( DRepState(..), ChainAccountState(..) )
@fraser-iohk fraser-iohk force-pushed the fraser-iohk/cardano-api-kes-agent branch from 76f54c5 to 5625233 Compare July 23, 2025 20:29
Copy link

github-actions bot commented Sep 8, 2025

This PR is stale because it has been open 45 days with no activity.

@github-actions github-actions bot added the Stale label Sep 8, 2025
@github-actions github-actions bot removed the Stale label Sep 24, 2025
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.

1 participant