Skip to content

Commit f10e4eb

Browse files
authored
Merge pull request #1799 from input-output-hk/jpraynaud/1787-fix-support-cardano-8.12
Fix: Support Cardano `8.12`
2 parents b87a4c2 + 2ac64b3 commit f10e4eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
matrix:
282282
mode: [ "std" ]
283283
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
284-
cardano_node_version: [ "8.9.4", "8.12.2", "8.12.0-pre" ]
284+
cardano_node_version: [ "8.9.4", "8.12.2", "8.11.0-pre", "8.12.0-pre" ]
285285
hard_fork_latest_era_at_epoch: [ 0 ]
286286
run_id: [ "#1" ]
287287
extra_args: [ "" ]

mithril-infra/assets/infra.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.20
1+
0.2.21

mithril-infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ variable "cardano_image_registry" {
153153
variable "cardano_configurations_repository_commit" {
154154
type = string
155155
description = "The Cardano configurations commit to use"
156-
default = "304521d423c47d44f1d596a939550c91e2755aff"
156+
default = "32581b26b6d3534582cd7fb2af133e655a925349"
157157
}
158158

159159
variable "mithril_api_domain" {

networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
"sanchonet": {
116116
"cardano-minimum-version": {
117-
"mithril-signer": "8.12.0-pre"
117+
"mithril-signer": "8.11.0-pre"
118118
},
119119
"mithril-networks": [
120120
{

0 commit comments

Comments
 (0)