Skip to content

Commit

Permalink
Merge pull request #4553 from IntersectMBO/nc/4522
Browse files Browse the repository at this point in the history
Address issues in auto-generated CDDL specification
  • Loading branch information
lehins authored Sep 29, 2024
2 parents e70f604 + ce9acf1 commit 1071d0f
Show file tree
Hide file tree
Showing 24 changed files with 1,404 additions and 772 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-07-17"
CABAL_CACHE_VERSION: "2024-09-23"

# current ref from: 27.02.2022
SECP256K1_REF: ac83be33d0956faf6b7f61a60ab524ef7d6a473a
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-07-17"
CABAL_CACHE_VERSION: "2024-09-23"

# current ref from: 27.02.2022
SECP256K1_REF: ac83be33d0956faf6b7f61a60ab524ef7d6a473a
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-08-05T20:07:24Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-09-03T13:54:22Z
, cardano-haskell-packages 2024-09-20T19:39:13Z

packages:
eras/allegra/impl
Expand Down
1 change: 1 addition & 0 deletions eras/conway/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* Changed signature of `delegateToDRep` to take a `Credential` parameter
* Move `TxInfo` golden tests over from the older `-test` package. #4599
* Also move the `gen-golden` executable over.
* Added Test.Cardano.Ledger.Conway.CDDL with CDDL definitions in Conway.

## 1.16.1.0

Expand Down
5 changes: 3 additions & 2 deletions eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,15 @@ library testlib
cardano-ledger-conway,
cardano-ledger-core:{cardano-ledger-core, testlib},
cardano-ledger-mary,
cardano-ledger-shelley,
cardano-ledger-shelley:{cardano-ledger-shelley, testlib},
cardano-strict-containers,
containers,
cuddle >=0.3.0.0,
cuddle >=0.3.2,
data-default-class,
deepseq,
FailT,
generic-random,
here,
microlens,
microlens-mtl,
mtl,
Expand Down
Loading

0 comments on commit 1071d0f

Please sign in to comment.