Skip to content

Commit 3da919f

Browse files
authored
Bump plutus and ledger dependencies for cardano-node-9.2 release (#1207)
- Bump dependencies in preparation for the cardano-node-9.2 release - [x] updated Ledger dependencies. - [x] updated Plutus dependencies - [x] updated ouroboros-network dependencies, - Propagate code changes resulting from the dependency bumps
2 parents 57140a8 + cba804e commit 3da919f

File tree

198 files changed

+280
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+280
-100
lines changed

README.md

Lines changed: 5 additions & 5 deletions

cabal.project

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index-state:
1616
-- Bump this if you need newer packages from Hackage
1717
, hackage.haskell.org 2024-07-23T00:03:37Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2024-08-15T10:40:33Z
19+
, cardano-haskell-packages 2024-08-27T16:28:01Z
2020

2121
packages:
2222
ouroboros-consensus
@@ -34,6 +34,12 @@ multi-repl: True
3434

3535
import: ./asserts.cabal
3636

37+
package ouroboros-network
38+
-- Certain ThreadNet tests rely on transactions to be submitted promptly after
39+
-- a node (re)start. Therefore, we disable this flag (see
40+
-- https://github.com/IntersectMBO/ouroboros-network/issues/4927 for context).
41+
flags: -txsubmission-delay
42+
3743
-- We need to disable bitvec's SIMD for now, as it breaks during cross compilation.
3844
if(os(windows))
3945
constraints:
@@ -50,6 +56,3 @@ if impl(ghc >= 9.10)
5056
, cardano-ledger-binary:plutus-ledger-api
5157
, cardano-ledger-conway:plutus-ledger-api
5258

53-
constraints:
54-
-- Earlier versions do not compile with ghc-9.10
55-
, plutus-ledger-api ^>=1.31

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ouroboros-consensus-cardano/CHANGELOG.md

Lines changed: 11 additions & 0 deletions

ouroboros-consensus-cardano/golden/cardano/QueryVersion2/CardanoNodeToClientVersion13/ApplyTxErr_Conway

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)