From 4185599df6b5c7ab39557e804a9fe44cd530a670 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Wed, 17 Jun 2026 13:31:35 +0300 Subject: [PATCH] remove(logos-blockchain-circuits): removed logos blockchains circuits mentions --- .github/workflows/bench-regression.yml | 4 ---- README.md | 2 -- lez/indexer/service/Dockerfile | 6 ------ lez/sequencer/service/Dockerfile | 6 ------ 4 files changed, 18 deletions(-) diff --git a/.github/workflows/bench-regression.yml b/.github/workflows/bench-regression.yml index d5d9568a..d82c0f11 100644 --- a/.github/workflows/bench-regression.yml +++ b/.github/workflows/bench-regression.yml @@ -28,10 +28,6 @@ jobs: - uses: ./.github/actions/install-risc0 - - uses: ./.github/actions/install-logos-blockchain-circuits - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Install active toolchain run: rustup install diff --git a/README.md b/README.md index f1ae82dc..e0de266f 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,6 @@ The sequencer and logos blockchain node can be run locally: 1. On one terminal go to the `logos-blockchain/logos-blockchain` repo and run a local logos blockchain node: - `git checkout master; git pull` - `cargo clean` - - `rm -r ~/.logos-blockchain-circuits` - - `./scripts/setup-logos-blockchain-circuits.sh` - `cargo build --all-features` - `./target/debug/logos-blockchain-node --deployment nodes/node/standalone-deployment-config.yaml nodes/node/standalone-node-config.yaml` diff --git a/lez/indexer/service/Dockerfile b/lez/indexer/service/Dockerfile index cc7087bb..3da1eb7f 100644 --- a/lez/indexer/service/Dockerfile +++ b/lez/indexer/service/Dockerfile @@ -37,9 +37,6 @@ RUN cp "$(which r0vm)" /usr/local/bin/r0vm RUN test -x /usr/local/bin/r0vm RUN r0vm --version -# Install logos blockchain circuits -RUN curl -sSL https://raw.githubusercontent.com/logos-blockchain/logos-blockchain/main/scripts/setup-logos-blockchain-circuits.sh | bash - WORKDIR /indexer_service # Planner stage - generates dependency recipe @@ -83,9 +80,6 @@ COPY --from=builder --chown=indexer_service_user:indexer_service_user /usr/local # Copy r0vm binary from builder COPY --from=builder --chown=indexer_service_user:indexer_service_user /usr/local/bin/r0vm /usr/local/bin/r0vm -# Copy logos blockchain circuits from builder -COPY --from=builder --chown=indexer_service_user:indexer_service_user /root/.logos-blockchain-circuits /home/indexer_service_user/.logos-blockchain-circuits - VOLUME /var/lib/indexer_service # Expose default port diff --git a/lez/sequencer/service/Dockerfile b/lez/sequencer/service/Dockerfile index 10641e9a..5b5d3686 100644 --- a/lez/sequencer/service/Dockerfile +++ b/lez/sequencer/service/Dockerfile @@ -37,9 +37,6 @@ RUN cp "$(which r0vm)" /usr/local/bin/r0vm RUN test -x /usr/local/bin/r0vm RUN r0vm --version -# Install logos blockchain circuits -RUN curl -sSL https://raw.githubusercontent.com/logos-blockchain/logos-blockchain/main/scripts/setup-logos-blockchain-circuits.sh | bash - WORKDIR /sequencer_service # Build argument to enable standalone feature (defaults to false) @@ -95,9 +92,6 @@ COPY --from=builder --chown=sequencer_user:sequencer_user /usr/local/bin/sequenc # Copy r0vm binary from builder COPY --from=builder --chown=sequencer_user:sequencer_user /usr/local/bin/r0vm /usr/local/bin/r0vm -# Copy logos blockchain circuits from builder -COPY --from=builder --chown=sequencer_user:sequencer_user /root/.logos-blockchain-circuits /home/sequencer_user/.logos-blockchain-circuits - VOLUME /var/lib/sequencer_service # Expose default port