From 9900f214fa297ac4a5742cc1eb572a127773bb21 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 26 Jun 2024 18:01:19 +0200 Subject: [PATCH 1/2] DO NOT MERGE --- mithril-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 4fca5a39faa..3d9633373f5 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -22,7 +22,7 @@ ignored = ["serde_bytes"] crate-type = ["lib", "cdylib", "staticlib"] [features] -default = ["rug-backend"] +default = ["rug-backend", "allow_skip_signer_certification"] # Enables `rug-backend` features for `mithril-stm` dependency rug-backend = ["mithril-stm/rug-backend"] From d51bfd734c5981b3aa3c62d4ba5a8d5a97deca47 Mon Sep 17 00:00:00 2001 From: DJO <790521+Alenar@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:06:00 +0100 Subject: [PATCH 2/2] WIP: DO NOT MERGE: test ci failure --- .github/workflows/ci.yml | 35 +++++++++++++++++++++++++++++++++-- mithril-common/Cargo.toml | 2 +- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25da5b2924e..bcc509ab51f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,8 +344,39 @@ jobs: next_era: [""] cardano_node_version: ["10.4.1", "10.5.1"] hard_fork_latest_era_at_epoch: [0] - run_id: ["#1", "#2", "#3"] - extra_args: ["--aggregate-signature-type=Concatenation"] + run_id: + [ + "#1", + "#2", + "#3", + "#4", + "#5", + "#6", + "#7", + "#8", + "#9", + "#10", + "#11", + "#12", + "#13", + "#14", + "#15", + "#16", + "#17", + "#18", + "#19", + "#20", + "#21", + "#22", + "#23", + "#24", + "#25", + ] + extra_args: + [ + "--aggregate-signature-type=Concatenation", + "--number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation", + ] include: # Include a test for partial decentralization with leader/follower signer registration and P2P signature registration diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 3d9633373f5..4fca5a39faa 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -22,7 +22,7 @@ ignored = ["serde_bytes"] crate-type = ["lib", "cdylib", "staticlib"] [features] -default = ["rug-backend", "allow_skip_signer_certification"] +default = ["rug-backend"] # Enables `rug-backend` features for `mithril-stm` dependency rug-backend = ["mithril-stm/rug-backend"]