-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bump plutus and ledger dependencies for cardano-node-9.2 release #1207
Conversation
Jimbo4350
commented
Aug 5, 2024
•
edited
Loading
edited
- Bump dependencies in preparation for the cardano-node-9.2 release
- updated Ledger dependencies.
- updated Plutus dependencies
- updated ouroboros-network dependencies,
- Propagate code changes resulting from the dependency bumps
ddd25f0
to
9050499
Compare
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Query.hs
Show resolved
Hide resolved
ouroboros-consensus-cardano/src/ouroboros-consensus-cardano/Ouroboros/Consensus/Cardano/Node.hs
Outdated
Show resolved
Hide resolved
I re-run the test-suite after input-output-hk/actions#28. Tests are failing with:
|
4071356
to
c12c0a5
Compare
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 cannot be merged until:
- There are changelogs for ouroboros-consensus, strict-sop-core, sop-extras. Furthermore don't use the
no changelog
label. That label is exclusively for changes in testing code or cardano-tools. Any other change in the libraries must have a changelog entry. - The
FIXUP
commit is either reworded or fixup'ed into the other one. - The source-repository-package stanzas are gone.
Can you point me to the documentation that explains how to generate changelogs. |
https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/ReleaseProcess It seems the header doesn't have an HTML anchor, but if you scroll down you will see Alternatively just duplicate one of the existing changelog fragments, rename the copy and modify the relevant section. |
Btw, I pointed you to how to create new changelog fragments, which is what this PR should do. You have to "generate changelogs" or more precisely "collect changelogs" when you are going to make the release which should be in a separate PR (or the bare minimum, in a separate commit at the end of this PR, but I would really appreciate if you can do it in a separate PR) |
6c5ed9e
to
b11217b
Compare
b11217b
to
94dddd3
Compare
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.
Some comments to address. And also the description of the PR should be meaningful.
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Query.hs
Outdated
Show resolved
Hide resolved
ouroboros-consensus/changelog.d/20240826_162230_jordan.millar_bump_plutus_1_32_and_ledger.md
Outdated
Show resolved
Hide resolved
sop-extras/changelog.d/20240826_162106_jordan.millar_bump_plutus_1_32_and_ledger.md
Outdated
Show resolved
Hide resolved
strict-sop-core/changelog.d/20240826_162006_jordan.millar_bump_plutus_1_32_and_ledger.md
Outdated
Show resolved
Hide resolved
...-consensus-cardano/changelog.d/20240806_165201_damian.nadales_bump_plutus_1_32_and_ledger.md
Outdated
Show resolved
Hide resolved
ouroboros-consensus-cardano/src/ouroboros-consensus-cardano/Ouroboros/Consensus/Cardano/Node.hs
Outdated
Show resolved
Hide resolved
94dddd3
to
d464c05
Compare
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.
The PR description still is showing the template text.
a55227b
to
7f9754b
Compare
7f9754b
to
cba804e
Compare
With #1207 merged, we can use `AF.splitAtSlot` which was introduced for the use in the GDD by @facundominguez in IntersectMBO/ouroboros-network#4884.