Skip to content
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

Node 1.35.5 #4851

Merged
merged 2 commits into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/cardano-topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-topology
version: 1.35.4
version: 1.35.5
description: A cardano topology generator
author: IOHK
maintainer: operations@iohk.io
Expand Down
71 changes: 58 additions & 13 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,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: 2022-09-27T00:00:00Z
index-state: cardano-haskell-packages 2022-10-25T20:00:00Z
index-state: 2022-09-27T18:00:00Z
index-state: cardano-haskell-packages 2023-01-26T18:00:00Z

packages:
cardano-api
Expand Down Expand Up @@ -88,28 +88,74 @@ constraints:
, algebraic-graphs < 0.7
, protolude < 0.3.1
-- TODO: these should be set in cabal files, but avoiding setting them in lower dependencies for initial CHaP release
, cardano-prelude == 0.1.0.0
, ap-normalize == 0.1.0.1
, base-deriving-via == 0.1.0.0
, cardano-binary == 1.5.0
, byron-spec-chain == 0.1.0.0
, byron-spec-ledger == 0.1.0.0
, cardano-binary == 1.5.0
, cardano-binary-test == 1.3.0
, cardano-crypto-class == 2.0.0.0.1
, cardano-crypto-praos == 2.0.0.0.1
, cardano-crypto-tests == 2.0.0.0.1
, cardano-slotting == 0.1.0.0
, cardano-crypto-class == 2.0.0.0.1
, cardano-crypto-praos == 2.0.0.0.1
, cardano-crypto-test == 1.3.0
, cardano-crypto-tests == 2.0.0.0.1
, cardano-crypto-wrapper == 1.3.0
, cardano-data == 0.1.0.1
, cardano-ledger-alonzo == 0.1.0.0
, cardano-ledger-babbage == 0.1.0.0
, cardano-ledger-byron == 0.1.0.0
, cardano-ledger-byron-test == 1.3.0
, cardano-ledger-core == 0.1.0.0
, cardano-ledger-pretty == 0.1.0.0
, cardano-ledger-shelley == 0.1.0.0
, cardano-ledger-shelley-ma == 0.1.0.0
, cardano-ledger-shelley-test == 0.1.0.0
, cardano-prelude == 0.1.0.0
, cardano-prelude-test == 0.1.0.1
, cardano-protocol-tpraos == 0.1.0.0
, cardano-slotting == 0.1.0.0
, contra-tracer == 0.1.0.0
, ekg-forward == 0.1.0
, generic-monoid == 0.1.0.1
, goblins == 0.2.0.0
, iohk-monitoring ==0.1.11.0
, lobemo-backend-aggregation == 0.1.0.0
, lobemo-backend-ekg == 0.1.0.1
, lobemo-backend-monitoring == 0.1.0.0
, lobemo-backend-trace-forwarder == 0.1.0.0
, lobemo-scribe-systemd == 0.1.0.0
, measures == 0.1.0.0
, monoidal-synchronisation == 0.1.0.1
, network-mux == 0.1.0.1
, non-integral == 0.1.0.0
, orphans-deriving-via == 0.1.0.0
, strict-containers == 0.1.0.0
, ouroboros-consensus == 0.1.0.1
, ouroboros-consensus-byron == 0.1.0.1
, ouroboros-consensus-cardano == 0.1.0.1
, ouroboros-consensus-protocol == 0.1.0.1
, ouroboros-consensus-shelley == 0.1.0.1
, ouroboros-network == 0.1.0.1
, ouroboros-network-framework == 0.1.0.1
, ouroboros-network-testing == 0.1.0.1
, plutus-core == 1.0.0.1
, plutus-ghc-stub == 8.6.5
, plutus-ledger-api == 1.0.0.1
, plutus-tx == 1.0.0.0
, plutus-tx-plugin == 1.0.0.0
, prettyprinter-configurable == 0.1.0.0
, plutus-ghc-stub == 8.6.5
, word-array == 0.1.0.0
, set-algebra == 0.1.0.0
, small-steps == 0.1.0.0
, small-steps-test == 0.1.0.0
, strict-containers == 0.1.0.0
, tracer-transformers == 0.1.0.1
, typed-protocols == 0.1.0.0
, typed-protocols-cborg == 0.1.0.0
, vector-map == 0.1.0.0
, Win32-network == 0.1.0.0
, wl-pprint-annotated == 0.1.0.1
, word-array == 0.1.0.0

extra-packages:
ouroboros-consensus-cardano-tools == 0.1.0.0
ouroboros-consensus-cardano-tools == 0.1.0.1

package snap-server
flags: +openssl
Expand Down Expand Up @@ -148,4 +194,3 @@ source-repository-package
location: https://github.com/denisshevchenko/threepenny-gui
tag: 4ec92ded05ccf59ba4a874be4b404ac1b6d666b6
--sha256: 00fvvaf4ir4hskq4a6gggbh2wmdvy8j8kn6s4m1p1vlh8m8mq514

2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-api
version: 1.35.4
version: 1.35.5
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-cli
version: 1.35.4
version: 1.35.5
description: The Cardano command-line interface.
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node-chairman
version: 1.35.4
version: 1.35.5
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 1.35.4
version: 1.35.5
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-testnet
version: 1.35.4
version: 1.35.5
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-tracer/cardano-tracer.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: cardano-tracer
version: 1.35.4
version: 1.35.5
synopsis: A service for logging and monitoring over Cardano nodes.
description: See README for more info
license: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.4}
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.5}
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -15,7 +15,7 @@ services:
max-file: "10"

cardano-submit-api:
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.4}
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.5}
environment:
- NETWORK=${NETWORK:-mainnet}
depends_on:
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.