-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update to cardano-api-8.23.1.0
#320
Conversation
@@ -200,7 +200,7 @@ library | |||
, binary | |||
, bytestring | |||
, canonical-json | |||
, cardano-api ^>= 8.22 |
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.
TODO:
- use 8.24 after release
- bump flake.lock
- bump chap index in cabal.project
<*> ppDRepActivity | ||
|
||
ppDRepActivity :: Parser (StrictMaybe EpochNo) | ||
ppDRepActivity = pure SNothing -- TODO Conway |
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.
TODO Parsers are stubbed to make changes smaller. To be implemented in the next PR.
Build fails currently because it requires unreleased cardano-api changes. To be fixed prior to merge. |
ac54552
to
5cc2922
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.
I'm not sold on AnyEraInEon
As agreed, |
Changelog
Context
Requires to build a new release of cadano-api which includes:
AnyEraInEon
. AddAnyEon
cardano-api#287for additional ledger reexports and
AnyEraInEon
changes.Checklist
See Running tests for more details
.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7