Skip to content

Commit

Permalink
Merge pull request #1799 from input-output-hk/jpraynaud/1787-fix-supp…
Browse files Browse the repository at this point in the history
…ort-cardano-8.12

Fix: Support Cardano `8.12`
  • Loading branch information
jpraynaud authored Jul 4, 2024
2 parents b87a4c2 + 2ac64b3 commit f10e4eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
matrix:
mode: [ "std" ]
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
cardano_node_version: [ "8.9.4", "8.12.2", "8.12.0-pre" ]
cardano_node_version: [ "8.9.4", "8.12.2", "8.11.0-pre", "8.12.0-pre" ]
hard_fork_latest_era_at_epoch: [ 0 ]
run_id: [ "#1" ]
extra_args: [ "" ]
Expand Down
2 changes: 1 addition & 1 deletion mithril-infra/assets/infra.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.20
0.2.21
2 changes: 1 addition & 1 deletion mithril-infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ variable "cardano_image_registry" {
variable "cardano_configurations_repository_commit" {
type = string
description = "The Cardano configurations commit to use"
default = "304521d423c47d44f1d596a939550c91e2755aff"
default = "32581b26b6d3534582cd7fb2af133e655a925349"
}

variable "mithril_api_domain" {
Expand Down
2 changes: 1 addition & 1 deletion networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"sanchonet": {
"cardano-minimum-version": {
"mithril-signer": "8.12.0-pre"
"mithril-signer": "8.11.0-pre"
},
"mithril-networks": [
{
Expand Down

0 comments on commit f10e4eb

Please sign in to comment.