Skip to content

Commit

Permalink
Bump ledger to 1.2.1.0, which changes PParams encoding (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen authored May 24, 2023
2 parents 79a2422 + ebd062e commit 0bd5875
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2023-04-26T22:25:13Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2023-05-17T06:53:34Z
, cardano-haskell-packages 2023-05-23T16:25:08Z

packages:
./ouroboros-consensus
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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Non-Breaking

- Bump `cardano-ledger-{alonzo,babbage}` to 1.2.1.0, which changes the corresponding `PParams` serialisation. This affects the ledger snapshots and the `GetCurrentPParams` query for `NodeToClientVersion >= 15`.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 14 additions & 14 deletions ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -114,43 +114,43 @@ library
Ouroboros.Consensus.Shelley.Ledger.Query.PParamsLegacyEncoder

build-depends:
, base >=4.14 && <4.17
, base >=4.14 && <4.17
, base-deriving-via
, bytestring >=0.10 && <0.12
, bytestring >=0.10 && <0.12
, cardano-binary
, cardano-crypto
, cardano-crypto-class
, cardano-crypto-wrapper
, cardano-data
, cardano-ledger-allegra
, cardano-ledger-alonzo
, cardano-ledger-babbage
, cardano-ledger-alonzo ^>=1.2.1
, cardano-ledger-babbage ^>=1.2.1
, cardano-ledger-binary
, cardano-ledger-byron
, cardano-ledger-conway
, cardano-ledger-core
, cardano-ledger-mary
, cardano-ledger-shelley
, cardano-prelude
, cardano-protocol-tpraos >=1.0.1 && <1.1
, cardano-protocol-tpraos >=1.0.1 && <1.1
, cardano-slotting
, cardano-strict-containers
, cborg >=0.2.2 && <0.3
, containers >=0.5 && <0.7
, cryptonite >=0.25 && <0.31
, cborg >=0.2.2 && <0.3
, containers >=0.5 && <0.7
, cryptonite >=0.25 && <0.31
, deepseq
, formatting >=6.3 && <7.2
, formatting >=6.3 && <7.2
, measures
, microlens
, mtl >=2.2 && <2.3
, mtl >=2.2 && <2.3
, nothunks
, ouroboros-consensus >=0.5 && <0.7
, ouroboros-consensus >=0.5 && <0.7
, ouroboros-consensus-protocol ^>=0.5
, ouroboros-network-api ^>=0.5
, serialise >=0.2 && <0.3
, serialise >=0.2 && <0.3
, small-steps
, text >=1.2 && <1.3
, these >=1.1 && <1.2
, text >=1.2 && <1.3
, these >=1.1 && <1.2
, vector-map

library byronspec
Expand Down

0 comments on commit 0bd5875

Please sign in to comment.