-
Notifications
You must be signed in to change notification settings - Fork 22
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
Integrate newer cardano-ledger and ouroboros-consensus #496
Conversation
cardano-api/internal/Cardano/Api/LedgerEvents/Rule/TICK/NEWEPOCH.hs
Outdated
Show resolved
Hide resolved
46af24b
to
f41c70a
Compare
cardano-api/cardano-api.cabal
Outdated
@@ -1,7 +1,7 @@ | |||
cabal-version: 3.4 | |||
|
|||
name: cardano-api | |||
version: 8.43.0.0 | |||
version: 8.44.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should go in a separate PR
a1e5545
to
a1e9b03
Compare
cardano-api/cardano-api.cabal
Outdated
@@ -194,22 +194,23 @@ library internal | |||
, optparse-applicative-fork | |||
, ouroboros-consensus ^>= 0.16 | |||
, ouroboros-consensus-cardano ^>= 0.14 | |||
, ouroboros-consensus-diffusion ^>= 0.12 | |||
-- TODO: ouroboros-consensus-diffusion needs to be bumped |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment still relevant?
cardano-api/internal/Cardano/Api/LedgerEvents/Rule/TICK/NEWEPOCH.hs
Outdated
Show resolved
Hide resolved
@@ -1165,6 +1165,8 @@ mkProtocolInfoCardano (GenesisCardano dnc byronGenesis shelleyGenesisHash transC | |||
} | |||
, Consensus.hardForkTriggers = ncHardForkTriggers dnc | |||
, Consensus.ledgerTransitionConfig = transCfg | |||
-- FIXME: add a comment mentioning when the a RE should change 'checkpoints' (eg around Genesis release). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment still relevant?
c59bcb2
to
0ebcd93
Compare
Force merged because GHA was not responding |
Changelog
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