Skip to content

Commit ca3bfd9

Browse files
committed
wip(ci): use DMQ '0.7.0.0-pre-2' - DO NOT MERGE
1 parent f792a6b commit ca3bfd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,15 +356,15 @@ jobs:
356356
cardano_node_version: "10.6.2"
357357
hard_fork_latest_era_at_epoch: 0
358358
run_id: "#1"
359-
extra_args: "--skip-signature-delayer --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation --use-dmq --dmq-node-flavor=haskell --dmq-node-version 0.7.0.0"
359+
extra_args: "--skip-signature-delayer --number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation --use-dmq --dmq-node-flavor=haskell --dmq-node-version 0.7.0.0-pre-4"
360360
# Include a test for partial decentralization with leader/follower signer registration and P2P signature registration with Haskell DMQ node (with fallback signature delayer)
361361
- mode: "leader-follower-dmq-haskell-with-delayer"
362362
era: ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}
363363
next_era: [""]
364364
cardano_node_version: "10.6.2"
365365
hard_fork_latest_era_at_epoch: 0
366366
run_id: "#1"
367-
extra_args: "--number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation --use-dmq --dmq-node-flavor=haskell --dmq-node-version 0.7.0.0"
367+
extra_args: "--number-of-aggregators=2 --use-relays --relay-signer-registration-mode=passthrough --relay-signature-registration-mode=p2p --aggregate-signature-type=Concatenation --use-dmq --dmq-node-flavor=haskell --dmq-node-version 0.7.0.0-pre-4"
368368
# Include a test for partial decentralization with leader/follower signer registration and P2P signature registration with fake DMQ node
369369
- mode: "leader-follower-dmq-fake"
370370
era: ${{ fromJSON(needs.build-ubuntu.outputs.eras)[0] }}

0 commit comments

Comments
 (0)