From 62296641a74d45e98a73d9b01f764becc62791ec Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 4 Jul 2024 11:49:54 +0200 Subject: [PATCH 1/4] fix: Cardano configuration in infra From https://github.com/input-output-hk/cardano-configurations --- mithril-infra/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-infra/variables.tf b/mithril-infra/variables.tf index ba3bf6e673d..8345c80924e 100644 --- a/mithril-infra/variables.tf +++ b/mithril-infra/variables.tf @@ -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" { From bd07bd1d6865630d74517461db3fbd0c73327f83 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 4 Jul 2024 11:53:20 +0200 Subject: [PATCH 2/4] fix: update minimum Cardano node version for sanchonet in networks file From '8.12.0-pre' to '8.11.0-pre' following networking issues. --- networks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks.json b/networks.json index 646bd097365..a5b591a0186 100644 --- a/networks.json +++ b/networks.json @@ -114,7 +114,7 @@ }, "sanchonet": { "cardano-minimum-version": { - "mithril-signer": "8.12.0-pre" + "mithril-signer": "8.11.0-pre" }, "mithril-networks": [ { From 1fdfb8148bd097981a0a0604f905241d0637dcfa Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 4 Jul 2024 11:54:22 +0200 Subject: [PATCH 3/4] chore: restore support for '8.11.0-pre' in e2e tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 291f874b357..521ef8c6676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: [ "" ] From 2ac64b3926b3714f5fbfa21cc62bf8a735994f8c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 4 Jul 2024 11:55:39 +0200 Subject: [PATCH 4/4] chore: bump infra version From '0.2.20' to '0.2.21'. --- mithril-infra/assets/infra.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-infra/assets/infra.version b/mithril-infra/assets/infra.version index 3bfb9a48bff..599028f5f5f 100644 --- a/mithril-infra/assets/infra.version +++ b/mithril-infra/assets/infra.version @@ -1 +1 @@ -0.2.20 +0.2.21