Skip to content

Commit

Permalink
Merge pull request #538 from IntersectMBO/smelc/update-api-to-8.37.0.0
Browse files Browse the repository at this point in the history
Update cardano-api to 8.37.0.0
  • Loading branch information
smelc committed Jan 3, 2024
2 parents 4f14ae9 + 7550998 commit 17355f3
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

env:
# Modify this value to "invalidate" the cabal cache.
CABAL_CACHE_VERSION: "2023-11-28"
CABAL_CACHE_VERSION: "2024-01-03"

concurrency:
group: >
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2023-12-16T11:21:56Z
, cardano-haskell-packages 2023-12-06T18:36:58Z
, cardano-haskell-packages 2024-01-02T14:28:21Z

packages:
cardano-cli
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.36.1.1
, cardano-api ^>= 8.37.0.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hprop_golden_governanceCommitteeCreateHotKeyAuthorizationCertificate =
, "--out-file", certFile
]

H.assertFileOccurences 1 "CertificateShelley" certFile
H.assertFileOccurences 1 "CertificateConway" certFile
H.assertFileOccurences 1 "Constitutional Committee Hot Key Registration Certificate" certFile

hprop_golden_governanceCommitteeCreateColdKeyResignationCertificate :: Property
Expand All @@ -144,7 +144,7 @@ hprop_golden_governanceCommitteeCreateColdKeyResignationCertificate =
, "--out-file", certFile
]

H.assertFileOccurences 1 "CertificateShelley" certFile
H.assertFileOccurences 1 "CertificateConway" certFile
H.assertFileOccurences 1 "Constitutional Committee Cold Key Resignation Certificate" certFile

hprop_golden_governanceUpdateCommittee :: Property
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "DRep Key Registration Certificate",
"cborHex": "84108200581ceb09d5556a8bce421074e394d02c79ced96741657b4cf7ca8995294d00826964756d6d792d75726c582052e69500a92d80f2126c836a4903dc582006709f004cf7a28ed648f732dff8d2"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "DRep Retirement Certificate",
"cborHex": "83118200581ceb09d5556a8bce421074e394d02c79ced96741657b4cf7ca8995294d1a000f4240"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "Vote Delegation Certificate",
"cborHex": "83098200581cef1785cf18928f8353c90e76b7a8fc60855472d31a0ea1c1c774ab018102"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "Vote Delegation Certificate",
"cborHex": "83098200581cef1785cf18928f8353c90e76b7a8fc60855472d31a0ea1c1c774ab018103"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "Stake and Vote Delegation Certificate",
"cborHex": "840a8200581cef1785cf18928f8353c90e76b7a8fc60855472d31a0ea1c1c774ab01581cc27cf021914a2b3bcb286d3d741979083422378c577fe757702b69888102"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "Stake and Vote Delegation Certificate",
"cborHex": "840a8200581cef1785cf18928f8353c90e76b7a8fc60855472d31a0ea1c1c774ab01581cc27cf021914a2b3bcb286d3d741979083422378c577fe757702b69888200581ce68f9ee70599cb93d9f60678f9c6463c01938c27d9820c7bf93887a5"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "Stake and Vote Delegation Certificate",
"cborHex": "840a8200581cef1785cf18928f8353c90e76b7a8fc60855472d31a0ea1c1c774ab01581cc27cf021914a2b3bcb286d3d741979083422378c577fe757702b69888103"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "CertificateShelley",
"type": "CertificateConway",
"description": "Stake Address Registration Certificate",
"cborHex": "83078200581c81b4245f84593f63c0ff2296930254f77a0690fa9de5f969cac27cb01a001e8480"
}
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.

0 comments on commit 17355f3

Please sign in to comment.