Skip to content

Commit

Permalink
Merge pull request #5724 from IntersectMBO/smelc/bump-cardano-api-to-…
Browse files Browse the repository at this point in the history
…8.39.3.0

Bump cardano-api to 8.39.3.0 and ouroboros-* and ekg-forward as a consequence
  • Loading branch information
smelc authored Mar 26, 2024
2 parents c5d3d63 + 7f1a9f7 commit 8b2f7c7
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 60 deletions.
2 changes: 1 addition & 1 deletion bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ library
, optparse-generic
, ouroboros-consensus
-- for Data.SOP.Strict:
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, process
, quiet
Expand Down
2 changes: 1 addition & 1 deletion bench/plutus-scripts-bench/plutus-scripts-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
-- IOG dependencies
--------------------------
build-depends:
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, plutus-ledger-api >=1.0.0
, plutus-tx >=1.0.0
, plutus-tx-plugin ^>=1.21
Expand Down
2 changes: 1 addition & 1 deletion bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ library
, attoparsec-aeson
, base16-bytestring
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-binary
, cardano-cli ^>= 8.20.3.0
, cardano-crypto-class
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-03-07T07:48:20Z
, cardano-haskell-packages 2024-03-05T10:16:08Z
, hackage.haskell.org 2024-03-22T11:04:03Z
, cardano-haskell-packages 2024-03-18T16:52:28Z

packages:
cardano-git-rev
Expand Down
8 changes: 4 additions & 4 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library
, async
, base16-bytestring
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-git-rev
Expand Down Expand Up @@ -185,10 +185,10 @@ library
, optparse-applicative-fork >= 0.18.1
, ouroboros-consensus ^>= 0.16
, ouroboros-consensus-cardano ^>= 0.14
, ouroboros-consensus-diffusion ^>= 0.11
, ouroboros-consensus-diffusion ^>= 0.12
, ouroboros-consensus-protocol
, ouroboros-network-api >= 0.7.0.0 && < 0.7.1.0
, ouroboros-network ^>= 0.12
, ouroboros-network-api ^>= 0.7.1
, ouroboros-network ^>= 0.13
, ouroboros-network-framework
, ouroboros-network-protocols ^>= 0.8
, prettyprinter
Expand Down
6 changes: 0 additions & 6 deletions cardano-node/src/Cardano/Node/Tracing/StateRep.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ deriving instance ToJSON ChunkNo

deriving instance NFData ChunkNo

deriving instance Generic NPV.NodeToNodeVersion
deriving instance NFData NPV.NodeToNodeVersion

deriving instance Generic NPV.NodeToClientVersion
deriving instance NFData NPV.NodeToClientVersion

data OpeningDbs
= StartedOpeningImmutableDB
| OpenedImmutableDB (WithOrigin SlotNo) ChunkNo
Expand Down
4 changes: 2 additions & 2 deletions cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
, aeson
, async
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-binary
, cardano-cli ^>= 8.20.3.0
, cardano-crypto-class ^>= 2.1.2
Expand All @@ -49,7 +49,7 @@ library
, network
, optparse-applicative-fork
, ouroboros-consensus-cardano
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-protocols
, prometheus >= 2.2.4
, servant
Expand Down
4 changes: 2 additions & 2 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
build-depends: aeson
, ansi-terminal
, bytestring
, cardano-api ^>= 8.39.2.0
, cardano-api ^>= 8.39.3.0
, cardano-cli ^>= 8.20.3.0
, cardano-crypto-class
, cardano-crypto-wrapper
Expand Down Expand Up @@ -64,7 +64,7 @@ library
, network
, network-mux
, optparse-applicative-fork
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, prettyprinter
, process
Expand Down
4 changes: 2 additions & 2 deletions cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ library
, directory
, ekg
, ekg-core
, ekg-forward ^>= 0.4
, ekg-forward ^>= 0.5
, extra
, filepath
, mime-mail
, optparse-applicative
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, ouroboros-network-framework
, signal
Expand Down
72 changes: 36 additions & 36 deletions flake.lock

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

4 changes: 2 additions & 2 deletions trace-dispatcher/trace-dispatcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ library
, deepseq
, ekg
, ekg-core
, ekg-forward >= 0.4
, ekg-forward >= 0.5
, hostname
, network
, optparse-applicative-fork
, ouroboros-network ^>= 0.12
, ouroboros-network ^>= 0.13
, ouroboros-network-api
, ouroboros-network-framework
, serialise
Expand Down
2 changes: 1 addition & 1 deletion trace-forward/trace-forward.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ library
, deepseq
, extra
, io-classes
, ouroboros-network-api ^>= 0.7
, ouroboros-network-api ^>= 0.7.1
, ouroboros-network-framework
, serialise
, stm
Expand Down

0 comments on commit 8b2f7c7

Please sign in to comment.