Skip to content

Commit 1f5588d

Browse files
authored
Merge pull request #6541 from IntersectMBO/geo2a/release-11.0
Release `cardano-node-11.0`
2 parents 7993259 + 1ff192c commit 1f5588d

25 files changed

Lines changed: 2773 additions & 2745 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ dist/
1616
.dir-locals.el
1717
.Rhistory
1818
result*
19+
/*freeze
1920
/launch-*
2021
stack.yaml.lock
2122
.ghcid
23+
.claude/settings.local.json
2224

2325
/.cache
2426
/db

bench/cardano-profile/cardano-profile.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-profile
4-
version: 10.6.0
4+
version: 11.0.0
55
synopsis: A Cardano benchmarking profile generator
66
description: A Cardano benchmarking profile generator.
77
category: Cardano,

bench/cardano-topology/cardano-topology.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-topology
4-
version: 10.6.0
4+
version: 11.0.0
55
synopsis: A cardano topology generator
66
description: A cardano topology generator.
77
category: Cardano,

bench/plutus-scripts-bench/plutus-scripts-bench.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ library
8282
-- IOG dependencies
8383
--------------------------
8484
build-depends:
85-
, cardano-api ^>=10.26
86-
, plutus-ledger-api ^>=1.61
87-
, plutus-tx ^>=1.61
88-
, plutus-tx-plugin ^>=1.61
85+
, cardano-api ^>=11.0
86+
, plutus-ledger-api ^>=1.63
87+
, plutus-tx ^>=1.63
88+
, plutus-tx-plugin ^>=1.63
8989

9090
------------------------
9191
-- Non-IOG dependencies

bench/tx-generator/tx-generator.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ library
109109
, attoparsec-aeson
110110
, base16-bytestring
111111
, bytestring
112-
, cardano-api ^>= 10.26
112+
, cardano-api ^>= 11.0
113113
, cardano-binary
114-
, cardano-cli ^>= 10.16
114+
, cardano-cli ^>= 11.0
115115
, cardano-crypto-class
116116
, cardano-crypto-wrapper
117117
, cardano-data

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2026-03-26T20:21:33Z
17-
, cardano-haskell-packages 2026-04-14T21:25:56Z
17+
, cardano-haskell-packages 2026-05-02T16:21:41Z
1818

1919
active-repositories:
2020
, :rest

cardano-node-chairman/cardano-node-chairman.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node-chairman
4-
version: 10.0.2
4+
version: 11.0.0
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,
@@ -45,7 +45,7 @@ executable cardano-node-chairman
4545
, cardano-crypto-class
4646
, cardano-git-rev ^>= 0.2.2
4747
, cardano-ledger-core
48-
, cardano-node ^>= 10.7
48+
, cardano-node ^>= 11.0
4949
, cardano-prelude
5050
, containers
5151
, contra-tracer
@@ -86,5 +86,5 @@ test-suite chairman-tests
8686
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"
8787

8888
build-tool-depends: cardano-node:cardano-node
89-
, cardano-cli:cardano-cli ^>= 10.16
89+
, cardano-cli:cardano-cli ^>= 11.0
9090
, cardano-node-chairman:cardano-node-chairman

cardano-node/cardano-node.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.8
22

33
name: cardano-node
4-
version: 10.7.1
4+
version: 11.0.0
55
synopsis: The cardano full node
66
description: The cardano full node.
77
category: Cardano,
@@ -138,7 +138,7 @@ library
138138
, async
139139
, base16-bytestring
140140
, bytestring
141-
, cardano-api ^>= 10.26
141+
, cardano-api ^>= 11.0
142142
, cardano-data
143143
, cardano-crypto-class ^>=2.3
144144
, cardano-crypto-wrapper
@@ -149,7 +149,7 @@ library
149149
, cardano-ledger-babbage
150150
, cardano-ledger-binary >= 1.7.1
151151
, cardano-ledger-byron
152-
, cardano-ledger-conway
152+
, cardano-ledger-conway >= 1.22.1.0
153153
, cardano-ledger-core
154154
, cardano-ledger-dijkstra
155155
, cardano-ledger-shelley

cardano-node/src/Cardano/Node/Protocol/Cardano.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
181181
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
182182
}
183183
, Consensus.cardanoProtocolVersion = if npcExperimentalHardForksEnabled
184-
then ProtVer (natVersion @11) 0
185-
else ProtVer (natVersion @10) 8
184+
then ProtVer (natVersion @12) 0
185+
else ProtVer (natVersion @11) 0
186186
-- The remaining arguments specify the parameters needed to transition between two eras
187187
, Consensus.cardanoLedgerTransitionConfig =
188188
Ledger.mkLatestTransitionConfig

cardano-submit-api/cardano-submit-api.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-submit-api
4-
version: 10.2.0
4+
version: 11.0.0
55
synopsis: A web server that allows transactions to be POSTed to the cardano chain
66
description: A web server that allows transactions to be POSTed to the cardano chain.
77
homepage: https://github.com/intersectmbo/cardano-node
@@ -39,9 +39,9 @@ library
3939
, aeson
4040
, async
4141
, bytestring
42-
, cardano-api ^>= 10.26
42+
, cardano-api ^>= 11.0
4343
, cardano-binary
44-
, cardano-cli ^>= 10.16
44+
, cardano-cli ^>= 11.0
4545
, cardano-crypto-class ^>=2.3
4646
, containers
4747
, ekg-core

0 commit comments

Comments
 (0)