From bf37fe1e5ad918fd04462d4536b786d2e48869df Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Fri, 4 Oct 2024 14:45:06 +0200 Subject: [PATCH 1/4] fix: wrong Cardano artifacts link in test Docker workflow in CI --- .github/workflows/test-docker-distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-docker-distribution.yml b/.github/workflows/test-docker-distribution.yml index 2d3f2ef1540..359772ce784 100644 --- a/.github/workflows/test-docker-distribution.yml +++ b/.github/workflows/test-docker-distribution.yml @@ -25,7 +25,7 @@ on: description: The url of the archive of the Cardano binaries required: true type: string - default: https://github.com/IntersectMBO/cardano-node/releases/download/9.0.0/cardano-node-9.0.0-linux.tar.gz + default: https://github.com/IntersectMBO/cardano-node/releases/download/9.2.1/cardano-node-9.2.1-linux.tar.gz dry_run: description: Dry run will not push the Docker images to the registry required: true From 12193538429dec7965892e3a59025950d5286b7e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Fri, 4 Oct 2024 15:06:03 +0200 Subject: [PATCH 2/4] chore: remove decommissioned 'testing-mainnet' network --- .github/workflows/test-deploy-network.yml | 30 +------------------ .../benchmark/aggregator-prover/README.md | 6 ++-- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/.github/workflows/test-deploy-network.yml b/.github/workflows/test-deploy-network.yml index 2907cfd892e..035ed420975 100644 --- a/.github/workflows/test-deploy-network.yml +++ b/.github/workflows/test-deploy-network.yml @@ -16,7 +16,6 @@ on: options: - dev-preview - dev-mainnet - - testing-mainnet dry_run: description: Dry run will not deploy the distribution to the Mithril network required: true @@ -28,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - environment: [dev-preview, dev-mainnet, testing-mainnet] + environment: [dev-preview, dev-mainnet] include: - environment: dev-preview environment_prefix: dev @@ -92,33 +91,6 @@ jobs: google_compute_instance_boot_disk_type: pd-standard google_compute_instance_data_disk_size: 1000 google_compute_instance_data_disk_type: pd-balanced - - environment: testing-mainnet - environment_prefix: testing - cardano_network: mainnet - mithril_use_p2p_network: false - mithril_api_domain: api.mithril.network - mithril_era_reader_adapter_type: bootstrap - mithril_protocol_parameters: | - { - k = 2422 - m = 20973 - phi_f = 0.20 - } - mithril_signers: | - { - "1" = { - type = "unverified-alone", - pool_id = "pool1re8cmjt895tpx8dx2veg0cew5yqtxnt82sll03e433a4ugnh9w7", - } - } - terraform_backend_bucket: hydra-terraform-admin - google_region: europe-west1 - google_zone: europe-west1-b - google_machine_type: e2-highmem-8 - google_compute_instance_boot_disk_size: 250 - google_compute_instance_boot_disk_type: pd-standard - google_compute_instance_data_disk_size: 1000 - google_compute_instance_data_disk_type: pd-balanced environment: ${{ matrix.environment }} runs-on: ubuntu-22.04 diff --git a/mithril-test-lab/benchmark/aggregator-prover/README.md b/mithril-test-lab/benchmark/aggregator-prover/README.md index 4677e2b87ac..bff560481f7 100644 --- a/mithril-test-lab/benchmark/aggregator-prover/README.md +++ b/mithril-test-lab/benchmark/aggregator-prover/README.md @@ -27,11 +27,11 @@ export AB_CONCURRENCY_MAX=50 export AB_CONCURRENCY_STEP=50 ``` -- or the `testing-mainnet` network +- or the `dev-mainnet` network ```bash # Aggregator endpoint -export AGGREGATOR_ENDPOINT=https://aggregator.testing-mainnet.api.mithril.network/aggregator +export AGGREGATOR_ENDPOINT=https://aggregator.dev-mainnet.api.mithril.network/aggregator # Transactions file to prove export TRANSACTIONS_FILE=transactions-mainnet.txt @@ -61,7 +61,7 @@ Which will output these type of results: ```bash MITHRIL AGGREGATOR PROVER ROUTE BENCHMARK ->> Aggregator endpoint: https://aggregator.testing-mainnet.api.mithril.network/aggregator +>> Aggregator endpoint: https://aggregator.dev-mainnet.api.mithril.network/aggregator >> Aggregator route: /proof/cardano-transaction >> Transactions file: transactions-mainnet.txt >> Transactions available: [100] From 5642b6805567432a9af8646ecaa35d44ec65e913 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 7 Oct 2024 12:39:30 +0200 Subject: [PATCH 3/4] chore: remove 'testing-mainnet' genesis verification key in infra --- mithril-infra/configuration/testing-mainnet/genesis.vkey | 1 - 1 file changed, 1 deletion(-) delete mode 100644 mithril-infra/configuration/testing-mainnet/genesis.vkey diff --git a/mithril-infra/configuration/testing-mainnet/genesis.vkey b/mithril-infra/configuration/testing-mainnet/genesis.vkey deleted file mode 100644 index 575154ce701..00000000000 --- a/mithril-infra/configuration/testing-mainnet/genesis.vkey +++ /dev/null @@ -1 +0,0 @@ -5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d \ No newline at end of file From e71693684478a33d0f054cde3232836161573a47 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 7 Oct 2024 14:10:05 +0200 Subject: [PATCH 4/4] chore: bump infra version From '0.3.1' to '0.3.2'. --- 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 9e11b32fcaa..d15723fbe8d 100644 --- a/mithril-infra/assets/infra.version +++ b/mithril-infra/assets/infra.version @@ -1 +1 @@ -0.3.1 +0.3.2