Skip to content

Conversation

@palas
Copy link
Contributor

@palas palas commented Jan 23, 2026

Stanzas must be removed before merging!

Changelog

- description: |
    Bumped `ouroboros-consensus` to include mempool timeouts patch
  type:
    - breaking       # the API has changed in a breaking way

Context

This PR updates cardano-api to use the latest version of ouroboros-consensus that includes this patch: IntersectMBO/ouroboros-consensus#1836

Related PRs:

How to trust this PR

Changes are small, but worth checking they make sense if you have good context about 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

DebugNodeConfigNoConwayFileCmdError fp ->
"Conway genesis file not specified in "
<> pretty fp
<> ". Please add a \"ConwayGenesisFile\" key to the file at "
Copy link
Contributor

@carbolymer carbolymer Jan 26, 2026

Choose a reason for hiding this comment

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

DebugNodeConfigNoConwayHashCmdError is not needed anymore. Also, I've bumped cardano-cli to latest api's master here: https://github.com/IntersectMBO/cardano-cli/pull/1326/files

checkHashIfPresent shelleyGenFile actualShelleyHash mExpectedShelleyHash
checkHashIfPresent conwayGenFile actualConwayHash mExpectedConwayHash
where
ifJustAndDifferent :: Eq a => a -> (a -> CIO e ()) -> Maybe a -> CIO e ()
Copy link
Contributor

@carbolymer carbolymer Jan 26, 2026

Choose a reason for hiding this comment

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

This function is too complicated tbh. It would be better to just use for_ instead of it

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.

3 participants