Skip to content

Commit

Permalink
Bump to cardano-api-8.25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 authored and disassembler committed Oct 5, 2023
1 parent 1cb538a commit 4df9418
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-08-08T19:56:09Z
, cardano-haskell-packages 2023-10-03T23:50:17Z
, cardano-haskell-packages 2023-10-05T20:00:00Z

packages:
cardano-cli
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.25.0.1
, cardano-api ^>= 8.25.2.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Json/Friendly.hs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ friendlyCertificates sbe = \case
TxCertificates _ cs _ -> array $ map (friendlyCertificate sbe) cs

friendlyCertificate :: ShelleyBasedEra era -> Certificate era -> Aeson.Value
friendlyCertificate sbe = withShelleyBasedEraConstraintsForLedger sbe $
friendlyCertificate sbe = shelleyBasedEraConstraints sbe $
object . (: []) . renderCertificate sbe

renderCertificate :: ShelleyBasedEra era -> Certificate era -> (Aeson.Key, Aeson.Value)
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4df9418

Please sign in to comment.