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

Address issues in auto-generated CDDL specification #4553

Merged
merged 16 commits into from
Sep 29, 2024
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
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