Skip to content

Commit ea4878c

Browse files
authored
Merge pull request #1039 from IntersectMBO/mgalazyn/fix/bump-cardano-crypto-class
Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
2 parents 7beb3c4 + 32db16e commit ea4878c

File tree

8 files changed

+108
-89
lines changed

8 files changed

+108
-89
lines changed

.github/workflows/check-pr-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Fail if PR changelog is not correct
2222
if: ${{ github.event_name != 'merge_group' }}
23-
uses: actions/github-script@v6
23+
uses: actions/github-script@v8
2424
id: check-changelog
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/haskell-wasm.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ jobs:
114114

115115
- name: Restore cached deps
116116
run: |
117-
wget "https://agrius.feralhosting.com/palas/wasm-cache/af13af329e2213824c5b4ffb41ee10af7c15818ab49d84b2adf5504fcd35cf96.tar.xz"
118-
tar -xf af13af329e2213824c5b4ffb41ee10af7c15818ab49d84b2adf5504fcd35cf96.tar.xz
117+
wget "https://agrius.feralhosting.com/palas/wasm-cache/596231c7c678a7c117300ae4610349fc2f40d031b6a61e25dcd7f73e6ea9f93b.tar.xz"
118+
tar -xf 596231c7c678a7c117300ae4610349fc2f40d031b6a61e25dcd7f73e6ea9f93b.tar.xz
119+
rm 596231c7c678a7c117300ae4610349fc2f40d031b6a61e25dcd7f73e6ea9f93b.tar.xz
119120
rm -fr ~/.ghc-wasm/.cabal/store/
120121
mv store ~/.ghc-wasm/.cabal/
121122

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 2025-11-05T09:40:54Z
17-
, cardano-haskell-packages 2025-11-05T10:16:35Z
17+
, cardano-haskell-packages 2025-11-24T10:27:41Z
1818

1919
packages:
2020
cardano-api

cardano-api/cardano-api.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ library
124124
cardano-addresses ^>=4.0.0,
125125
cardano-binary,
126126
cardano-crypto,
127-
cardano-crypto-class ^>=2.2.1,
127+
cardano-crypto-class ^>=2.2.3.2,
128128
cardano-crypto-wrapper ^>=1.6,
129129
cardano-data >=1.0,
130130
cardano-ledger-allegra >=1.7,
@@ -324,7 +324,7 @@ library gen
324324
bytestring,
325325
cardano-api,
326326
cardano-binary >=1.6 && <1.8,
327-
cardano-crypto-class ^>=2.2.1,
327+
cardano-crypto-class,
328328
cardano-crypto-test ^>=1.6,
329329
cardano-crypto-wrapper,
330330
cardano-ledger-alonzo >=1.8.1,
@@ -367,7 +367,7 @@ test-suite cardano-api-test
367367
cardano-api:gen,
368368
cardano-binary,
369369
cardano-crypto,
370-
cardano-crypto-class ^>=2.2.1,
370+
cardano-crypto-class,
371371
cardano-crypto-tests ^>=2.2,
372372
cardano-crypto-wrapper,
373373
cardano-ledger-alonzo,
@@ -443,7 +443,7 @@ test-suite cardano-api-golden
443443
cardano-api,
444444
cardano-api:gen,
445445
cardano-binary,
446-
cardano-crypto-class ^>=2.2.1,
446+
cardano-crypto-class,
447447
cardano-data >=1.0,
448448
cardano-ledger-alonzo,
449449
cardano-ledger-api ^>=1.12.1,

flake.lock

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

0 commit comments

Comments
 (0)