Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support legacy zkevm-node and new zkevm sequence senders and aggregators #234

Draft
wants to merge 98 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
df15b3b
feat: introduce new flag `aggregator_sequence_sender_type`
leovct Aug 21, 2024
7de0137
chore: validate `aggregator_sequence_sender_type`
leovct Aug 21, 2024
64fa201
chore: add constants
leovct Aug 21, 2024
c264574
feat: enable to deploy legacy aggregator and sequence sender components
leovct Aug 21, 2024
22f578c
ci: test legacy agglayer and sequence sender
leovct Aug 21, 2024
09458b5
fix: zkevm node config
leovct Aug 21, 2024
8784076
chore: more generic variable names
leovct Aug 21, 2024
be012e0
fix: typos
leovct Aug 21, 2024
e6a58bf
fix: duplication of zkevm-node config
leovct Aug 21, 2024
b5e63aa
chore: update second param file
leovct Aug 21, 2024
34fb10e
fix: typo
leovct Aug 21, 2024
0af260a
fix: typo
leovct Aug 21, 2024
67a1bfb
Merge branch 'main' into feat/support-legacy-aggregator-and-sequence-…
leovct Aug 21, 2024
02e6f01
Merge branch 'main' into feat/support-legacy-aggregator-and-sequence-…
leovct Aug 21, 2024
9b7e3b6
ci: test matrix
leovct Aug 22, 2024
9aa16b4
chore: clean up sequencer implementation
leovct Aug 22, 2024
70c3064
chore: clean up
leovct Aug 22, 2024
3714e9a
fix: issues
leovct Aug 22, 2024
fec853f
chore: nit
leovct Aug 22, 2024
be4cae5
chore: nit
leovct Aug 22, 2024
19d0da6
chore: clean up
leovct Aug 22, 2024
1e643cc
chore: get rid of `deploy_cdk_erigon_node`
leovct Aug 22, 2024
ab01dec
chore: clean up main.star
leovct Aug 22, 2024
995d8e7
ci: fix
leovct Aug 22, 2024
5eff249
fix: pless
leovct Aug 22, 2024
b612e31
docs: update cmd to deploy legacy stack
leovct Aug 22, 2024
bc4f0ca
chore: nit
leovct Aug 22, 2024
215ee4b
chore: nit
leovct Aug 22, 2024
df8de32
fix: typo
leovct Aug 22, 2024
fb4c9d9
fix: blutgang
leovct Aug 22, 2024
de5784e
fix: blutgang 2
leovct Aug 22, 2024
fad3ec3
Merge remote-tracking branch 'upstream/main' into feat/support-legacy…
leovct Aug 22, 2024
d53a33b
fix: dbs
leovct Aug 22, 2024
6a6c104
fix: run synchronizer w/ aggregator and sequence sender
leovct Aug 22, 2024
b90d4fd
chore: clean up
leovct Aug 22, 2024
55ad02e
fix: application protocols
leovct Aug 22, 2024
0fc3e42
chore: inverse aggregator and sequence sender
leovct Aug 22, 2024
ff804b3
fix: avoid zkevm synchronizer duplication
leovct Aug 22, 2024
3b49876
chore: rename `trusted-node/node-config.toml`
leovct Aug 22, 2024
c9549ea
chore: rename `trusted-node/prover-config.json`
leovct Aug 22, 2024
ea31d45
chore: rename `trusted-node/dac-config.toml`
leovct Aug 22, 2024
db6b62f
chore: rename `trusted-node/sequence_sender-config.toml`
leovct Aug 22, 2024
bdb0cd4
test: missing param in zkevm sequence sender config
leovct Aug 22, 2024
41649f6
chore: clean up
leovct Aug 22, 2024
5aceae2
test: do not deploy trusted node when using erigon sequencer
leovct Aug 22, 2024
7399ebb
fix: legacy stack
leovct Aug 22, 2024
2b83b18
fix: typo
leovct Aug 22, 2024
8c310f2
Merge branch 'main' into feat/support-legacy-aggregator-and-sequence-…
leovct Aug 26, 2024
631fada
fix: use the correct zkevm-sequence-sender
leovct Aug 26, 2024
f92d1d4
fix: sync
leovct Aug 26, 2024
36a2d03
docs: quick fix
leovct Aug 26, 2024
884b924
chore: rename service
leovct Aug 26, 2024
1e1b953
chore: use zkevm-aggregator instead of legacy node
leovct Aug 26, 2024
e771605
fix
leovct Aug 27, 2024
08b05ce
ci: use test matrix
leovct Aug 27, 2024
7440785
Merge branch 'main' into feat/support-legacy-aggregator-and-sequence-…
leovct Aug 27, 2024
7c7b39a
fix: typo
leovct Aug 27, 2024
9075137
fix: args
leovct Aug 27, 2024
816037f
chore: lint
leovct Aug 27, 2024
653f0b5
fix
leovct Aug 27, 2024
e43667e
fix: default params
leovct Aug 27, 2024
cc75d49
chore: bump kurtosis version
leovct Aug 27, 2024
b4018cf
ci: update tests
leovct Aug 27, 2024
734900c
fix: dbs
leovct Aug 27, 2024
1b3c452
ci: fix script path
leovct Aug 27, 2024
b82e284
fix: configless test
leovct Aug 27, 2024
fd21bb9
ci: fix attempt
leovct Aug 27, 2024
d38db96
fix: rollup
leovct Aug 27, 2024
cef7564
fix: monitoring
leovct Aug 27, 2024
4c0964b
ci: fix monitor again
leovct Aug 27, 2024
f2c7b0f
fix: deploy without specifying sequencer
leovct Aug 27, 2024
7ad86bf
fix: gas token
leovct Aug 27, 2024
bbebc30
chore: nit
leovct Aug 27, 2024
d984ae1
fix
leovct Aug 27, 2024
0fbfaf8
ci: nit
leovct Aug 27, 2024
5aa6671
fix: verification of blutgang and panoptichain metrics
leovct Aug 27, 2024
3216ce6
Merge branch 'main' into feat/support-legacy-aggregator-and-sequence-…
leovct Aug 28, 2024
f21d154
fix: zkevm legacy
leovct Aug 28, 2024
b3e0070
ci: make the workflow fail if one of the jobs fail
leovct Aug 28, 2024
014c213
fix: typos
leovct Aug 28, 2024
6f73900
fix: zkevm sequencer
leovct Aug 28, 2024
9a850da
fix: typos
leovct Aug 28, 2024
0fe10da
ci: add `continue-on-error: true`
leovct Aug 28, 2024
c069eb7
fix: keystore path
leovct Aug 28, 2024
b00e285
ci: use `fail-fast: false`
leovct Aug 28, 2024
85317b1
ci: update timeout
leovct Aug 28, 2024
5d9c842
ci: list dbs
leovct Aug 28, 2024
a0cbdb7
chore: nit
leovct Aug 28, 2024
f11ab75
chore: bump imgs
leovct Aug 28, 2024
dc9249b
fix: issue
leovct Aug 28, 2024
68c6d31
chore: nit
leovct Aug 28, 2024
a9a1ee5
fix: typo
leovct Aug 28, 2024
a104309
test: make bridge calls
leovct Aug 28, 2024
992b9ca
chore: defaults
leovct Aug 28, 2024
039ec4d
Revert "test: make bridge calls"
leovct Aug 28, 2024
8a70e1f
test: force update ger
leovct Aug 28, 2024
51068b1
Merge remote-tracking branch 'upstream/main' into feat/support-legacy…
leovct Sep 2, 2024
892815e
chore: bump cdk-node
leovct Sep 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/tests/additional-services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
args:
additional_services:
- blockscout
- blutgang
- pless_zkevm_node
- prometheus_grafana
- tx_spammer
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
args:
sequencer_type: erigon
sequence_sender_aggregator_type: cdk
data_availability_mode: cdk-validium
additional_services:
- pless_zkevm_node
- tx_spammer
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
args:
sequencer_type: erigon
sequence_sender_aggregator_type: new-zkevm
data_availability_mode: cdk-validium
additional_services:
- pless_zkevm_node
- tx_spammer
2 changes: 2 additions & 0 deletions .github/tests/gas-token.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
args:
zkevm_use_gas_token_contract: true
7 changes: 7 additions & 0 deletions .github/tests/legacy-zkevm-stack-cdk-validium-da.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
args:
sequencer_type: zkevm
sequence_sender_aggregator_type: legacy-zkevm
data_availability_mode: cdk-validium
additional_services:
- pless_zkevm_node
- tx_spammer
7 changes: 7 additions & 0 deletions .github/tests/legacy-zkevm-stack-rollup-da.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
args:
sequencer_type: zkevm
sequence_sender_aggregator_type: legacy-zkevm
data_availability_mode: rollup
additional_services:
- pless_zkevm_node
- tx_spammer
223 changes: 119 additions & 104 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,107 +16,166 @@ env:
ENCLAVE_NAME: cdk

jobs:
cdk:
# List all .yml files in the .github/tests directory.
list-ymls:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 5
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- id: set-matrix
run: echo "matrix=$(ls ./.github/tests/*.yml | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT

run-without-args:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4

- name: Install Kurtosis CDK tools
uses: ./.github/actions/setup-kurtosis-cdk

# Deploy the CDK environment with cdk-erigon, serving as the sequencer.
# Set up the cdk-node for the remaining components.
# Additionally, deploy cdk-erigon and zkevm-node as permissionless nodes or RPCs.
- name: Deploy L1 chain and a first CDK L2 chain (erigon)
- name: Run Starlark
run: |
yq -Y --in-place '.args.additional_services = ["pless_zkevm_node", "tx_spammer"]' params.yml
kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --show-enclave-inspect=false --args-file=params.yml .
kurtosis run \
--enclave=${{ env.ENCLAVE_NAME }} \
--show-enclave-inspect=false \
${{ github.workspace }}

- name: Inspect enclave
run: kurtosis enclave inspect ${{ env.ENCLAVE_NAME }}

- name: List first CDK L2 chain databases (erigon)
- name: List databases
run: |
postgres1_port=$(kurtosis port print ${{ env.ENCLAVE_NAME }} postgres-001 postgres | cut -d':' -f3)
PGPASSWORD=master_password psql --host 127.0.0.1 --port "$postgres1_port" --username master_user --dbname master --list
postgres_port=$(kurtosis port print ${{ env.ENCLAVE_NAME }} postgres-001 postgres | cut -d':' -f3)
PGPASSWORD=master_password psql --host 127.0.0.1 --port "$postgres_port" --username master_user --dbname master --list

- name: Attach a second CDK L2 chain (erigon)
- name: Monitor verified batches (Central RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url $(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-001 http-rpc)

run-with-args:
needs: list-ymls
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
file_name: ${{ fromJson(needs.list-ymls.outputs.matrix) }}

steps:
- uses: actions/checkout@v4

- name: Install Kurtosis CDK tools
uses: ./.github/actions/setup-kurtosis-cdk

- name: Run Starlark
run: |
yq -Y --in-place '.args.additional_services = ["pless_zkevm_node", "tx_spammer"]' agglayer-attach-cdk-params.yml
kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --show-enclave-inspect=false --args-file=agglayer-attach-cdk-params.yml .
kurtosis run \
--enclave=${{ env.ENCLAVE_NAME }} \
--args-file=${{ matrix.file_name }} \
--show-enclave-inspect=false \
${{ github.workspace }}

- name: Inspect enclave
run: kurtosis enclave inspect ${{ env.ENCLAVE_NAME }}

- name: List second CDK L2 chain databases (erigon)
- name: Monitor verified batches (Central RPC)
run: |
postgres2_port=$(kurtosis port print ${{ env.ENCLAVE_NAME }} postgres-002 postgres | cut -d':' -f3)
PGPASSWORD=master_password psql --host 127.0.0.1 --port "$postgres2_port" --username master_user --dbname master --list
sequencer_type=$(yq --raw-output '.args.sequencer_type' ${{ matrix.file_name }})
rpc_name=""
if [[ "$sequencer_type" == "erigon" ]]; then
rpc_name="cdk-erigon-node-001"
elif [[ "$sequencer_type" == "zkevm" ]]; then
rpc_name="zkevm-node-rpc-001"
elif [[ "$sequencer_type" == "null" ]]; then
rpc_name="cdk-erigon-node-001"
else
echo "Unknown sequencer type: $sequencer_type"
exit 1
fi
echo "RPC name: $rpc_name"
./.github/scripts/monitor-verified-batches.sh --rpc-url $(kurtosis port print ${{ env.ENCLAVE_NAME }} $rpc_name http-rpc)

- name: Update the agglayer config
- name: Monitor verified batches (zkEVM Permissionless RPC)
run: |
# Download the agglayer config file.
kurtosis files download ${{ env.ENCLAVE_NAME }} agglayer-config-artifact
cd agglayer-config-artifact

# Update the config by adding the rpc and proof signer of the second chain.
tomlq -Y --toml-output --in-place '.FullNodeRPCs += {"2": "http://cdk-erigon-node-002:8123"}' agglayer-config.toml
proof_signer_2="$(yq --raw-output .args.zkevm_l2_sequencer_address ../agglayer-attach-cdk-params.yml)"
tomlq -Y --toml-output --arg proofSigner2 "$proof_signer_2" --in-place '.ProofSigners += {"2": $proofSigner2}' agglayer-config.toml

# Replace the agglayer config.
agglayer_container_id="$(docker ps --filter "name=zkevm-agglayer" --format "{{.ID}}")"
docker cp agglayer-config.toml "$agglayer_container_id:/etc/zkevm/agglayer-config.toml"

# Restart the agglayer service.
kurtosis service stop ${{ env.ENCLAVE_NAME }} zkevm-agglayer-001
kurtosis service start ${{ env.ENCLAVE_NAME }} zkevm-agglayer-001

- name: Monitor verified batches of the first L2 chain (CDK Erigon Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-001 http-rpc)"

- name: Monitor verified batches of the first L2 chain (zkEVM Node Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-pless-001 http-rpc)"
result=$(yq --raw-output '.args.additional_services // [] | contains(["pless_zkevm_node"])' ${{ matrix.file_name }})
if [[ "$result" == "true" ]]; then
./.github/scripts/monitor-verified-batches.sh --rpc-url $(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-pless-001 http-rpc)
else
echo "Skipping batch verification as there is no zkevm permissionless RPC in the environment"
fi

- name: Monitor verified batches of the second L2 chain (CDK Erigon Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-002 http-rpc)"
- name: Verify Blutgang RPC
run: |
if [ "${{ matrix.file_name }}" == "./.github/tests/additional-services.yml" ]; then
result=$(yq --raw-output '.args.additional_services | contains(["blutgang"])' ${{ matrix.file_name }})
if [[ "$result" == "true" ]]; then
cast bn --rpc-url $(kurtosis port print ${{ env.ENCLAVE_NAME }} blutgang-001 http)
else
echo "Blutgang RPC should be deployed"
exit 1
fi
else
echo "Skipping the verification of blutgang RPC"
fi

- name: Monitor verified batches of the second L2 chain (zkEVM Node Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-pless-002 http-rpc)"
- name: Verify Prometheus collects Panoptichain metrics
run: |
if [ "${{ matrix.file_name }}" == "./.github/tests/additional-services.yml" ]; then
result=$(yq --raw-output '.args.additional_services // [] | contains(["prometheus_grafana"])' ${{ matrix.file_name }})
if [[ "$result" == "true" ]]; then
echo "Waiting for one minute while Prometheus gathers metrics..."
sleep 60

echo "Retrieving Panoptichain metrics from Prometheus..."
panoptichain_metric="panoptichain_system_uptime"
prometheus_url=$(kurtosis port print ${{ env.ENCLAVE_NAME }} prometheus-001 http)
prometheus_query=$(curl "$prometheus_url/api/v1/query?query=$panoptichain_metric")
echo $prometheus_query | jq
if [ "$(jq -r '.data.result[0].metric.__name__' <<<$prometheus_query)" == "$panoptichain_metric" ]; then
echo "Prometheus collected panoptichain metrics!"
else
echo "Prometheus did not collect any panoptichain metrics..."
exit 1
fi
else
echo "Prometheus and Grafana should be deployed"
exit 1
fi
else
echo "Skipping the verification of Prometheus metrics"
fi

zkevm:
attach_cdks:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v4

- name: Install Kurtosis CDK tools
uses: ./.github/actions/setup-kurtosis-cdk

# Deploy the CDK environment with zkevm-node, serving as the sequencer.
# Also set up the zkevm-node for the remaining components.
# Additionally, deploy zkevm-node as permissionless node or RPC.
- name: Deploy L1 chain and a first CDK L2 chain (zkevm)
# Deploy the CDK environment with cdk-erigon, serving as the sequencer.
# Set up the cdk-node for the remaining components.
# Additionally, deploy cdk-erigon and zkevm-node as permissionless nodes or RPCs.
- name: Deploy L1 chain and a first CDK L2 chain (new stack)
run: |
yq -Y --in-place '.deploy_cdk_erigon_node = false' params.yml
yq -Y --in-place '.args.sequencer_type = "zkevm"' params.yml
yq -Y --in-place '.args.sequencer_type = "erigon"' params.yml
yq -Y --in-place '.args.sequence_sender_aggregator_type = "cdk"' params.yml
yq -Y --in-place '.args.additional_services = ["pless_zkevm_node", "tx_spammer"]' params.yml
kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --show-enclave-inspect=false --args-file=params.yml .

- name: Inspect enclave
run: kurtosis enclave inspect ${{ env.ENCLAVE_NAME }}

- name: List first CDK L2 chain databases (zkevm)
- name: List first CDK L2 chain databases (erigon)
run: |
postgres1_port=$(kurtosis port print ${{ env.ENCLAVE_NAME }} postgres-001 postgres | cut -d':' -f3)
PGPASSWORD=master_password psql --host 127.0.0.1 --port "$postgres1_port" --username master_user --dbname master --list

- name: Attach a second CDK L2 chain (erigon)
- name: Attach a second CDK L2 chain (new stack)
run: |
yq -Y --in-place '.args.additional_services = ["pless_zkevm_node", "tx_spammer"]' agglayer-attach-cdk-params.yml
kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --show-enclave-inspect=false --args-file=agglayer-attach-cdk-params.yml .
Expand Down Expand Up @@ -148,62 +207,18 @@ jobs:
kurtosis service stop ${{ env.ENCLAVE_NAME }} zkevm-agglayer-001
kurtosis service start ${{ env.ENCLAVE_NAME }} zkevm-agglayer-001

- name: Monitor verified batches of the first L2 chain (zkEVM Node Trusted RPC)
- name: Monitor verified batches of the first L2 chain (CDK Erigon Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-001 http-rpc)"
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-001 http-rpc)"

- name: Monitor verified batches of the first L2 chain (zkEVM Node Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-pless-001 http-rpc)"

# TODO(nit): Deploy a CDK Erigon Permissionless RPC and check that it can sync.

- name: Monitor verified batches of the second L2 chain (CDK Erigon Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-002 http-rpc)"

- name: Monitor verified batches of the second L2 chain (zkEVM Node Permissionless RPC)
working-directory: .github/scripts
run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-pless-002 http-rpc)"

# TODO(nit): Deploy a CDK Erigon Permissionless RPC and check that it can sync.

additional_services:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4

- name: Install Kurtosis CDK tools
uses: ./.github/actions/setup-kurtosis-cdk

- name: Deploy Kurtosis CDK package with additional services
run: |
yq -Y --in-place '.args.additional_services = ["blockscout", "blutgang", "pless_zkevm_node", "prometheus_grafana", "tx_spammer"]' params.yml
kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --show-enclave-inspect=false --args-file=params.yml .

- name: Inspect enclave
run: kurtosis enclave inspect ${{ env.ENCLAVE_NAME }}

- name: Verify Blutgang rpc
run: cast bn --rpc-url $(kurtosis port print ${{ env.ENCLAVE_NAME }} blutgang-001 http)

- name: Verify permissionless zkevm-node rpc
run: cast bn --rpc-url $(kurtosis port print ${{ env.ENCLAVE_NAME }} zkevm-node-rpc-pless-001 http-rpc)

- name: Verify Prometheus collects Panoptichain metrics
run: |
echo "Wait for one minute while Prometheus gathers metrics..."
sleep 60

echo "Retrieve Panoptichain metrics from Prometheus..."
panoptichain_metric="panoptichain_system_uptime"
prometheus_url=$(kurtosis port print ${{ env.ENCLAVE_NAME }} prometheus-001 http)
prometheus_query=$(curl "$prometheus_url/api/v1/query?query=$panoptichain_metric")
echo $prometheus_query | jq
if [ "$(jq -r '.data.result[0].metric.__name__' <<<$prometheus_query)" == "$panoptichain_metric" ]; then
echo "✅ Prometheus collects panoptichain metrics!"
else
echo "❌ Prometheus does not collect panoptichain metrics..."
exit 1
fi
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
KURTOSIS_VERSION: 0.90.1
KURTOSIS_VERSION: 1.0.0

jobs:
check:
Expand Down
Loading
Loading