Rename nomos to logos-blockchain

This commit is contained in:
Antonio Antonino 2026-01-19 14:54:26 +01:00
parent 0b0054a57b
commit 0b9ad0bdb6
No known key found for this signature in database
GPG Key ID: 70CC1DF6BCF7E76D
3 changed files with 15 additions and 15 deletions

View File

@ -326,7 +326,7 @@ jobs:
- name: Create Unified Release Bundle - name: Create Unified Release Bundle
env: env:
BUNDLE_NAME: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }} BUNDLE_NAME: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}
run: | run: |
# Create the bundle directory structure # Create the bundle directory structure
mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc} mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc}
@ -374,8 +374,8 @@ jobs:
- name: Upload Unified Release Bundle - name: Upload Unified Release Bundle
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
with: with:
name: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz name: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
path: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz path: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
build-windows: build-windows:
name: Build Windows Binaries (Native) name: Build Windows Binaries (Native)
@ -605,7 +605,7 @@ jobs:
- name: Create Unified Release Bundle - name: Create Unified Release Bundle
shell: msys2 {0} shell: msys2 {0}
env: env:
BUNDLE_NAME: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }} BUNDLE_NAME: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}
run: | run: |
# Create the bundle directory structure # Create the bundle directory structure
mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc} mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc}
@ -645,8 +645,8 @@ jobs:
- name: Upload Unified Release Bundle - name: Upload Unified Release Bundle
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
with: with:
name: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz name: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
path: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz path: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
build-macos: build-macos:
name: Build MacOS Binaries (Native) name: Build MacOS Binaries (Native)
@ -831,7 +831,7 @@ jobs:
- name: Create Unified Release Bundle - name: Create Unified Release Bundle
env: env:
BUNDLE_NAME: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }} BUNDLE_NAME: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}
run: | run: |
# Create the bundle directory structure # Create the bundle directory structure
mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc} mkdir -p "${BUNDLE_NAME}"/{pol,poq,zksign,poc}
@ -879,8 +879,8 @@ jobs:
- name: Upload Unified Release Bundle - name: Upload Unified Release Bundle
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8 uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
with: with:
name: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz name: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
path: nomos-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz path: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
publish-release: publish-release:
name: Create Release name: Create Release
@ -943,7 +943,7 @@ jobs:
arch: x86_64 arch: x86_64
env: env:
UPLOAD_URL: ${{ needs.publish-release.outputs.upload_url }} UPLOAD_URL: ${{ needs.publish-release.outputs.upload_url }}
ARTIFACT_NAME: nomos-circuits-${{ needs.setup.outputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz ARTIFACT_NAME: logos-blockchain-circuits-${{ needs.setup.outputs.version }}-${{ matrix.platform.os }}-${{ matrix.platform.arch }}.tar.gz
steps: steps:
- name: Download Unified Bundle - name: Download Unified Bundle
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b

View File

@ -1,6 +1,6 @@
# Contributor's Guide # Contributor's Guide
## Triggering a New Release for Nomos Circuits ## Triggering a New Release for Logos Blockchain Circuits
To trigger a release build: To trigger a release build:
@ -18,14 +18,14 @@ Each release includes a single unified bundle per platform:
For each supported platform (Linux x86_64, macOS aarch64, Windows x86_64): For each supported platform (Linux x86_64, macOS aarch64, Windows x86_64):
- **`nomos-circuits-{version}-{os}-{arch}.tar.gz`** - **`logos-blockchain-circuits-{version}-{os}-{arch}.tar.gz`**
A complete bundle containing all components needed to generate and verify proofs for all circuits. A complete bundle containing all components needed to generate and verify proofs for all circuits.
**Bundle Structure:** **Bundle Structure:**
``` ```
nomos-circuits-{version}-{os}-{arch}/ logos-blockchain-circuits-{version}-{os}-{arch}/
├── VERSION ├── VERSION
├── prover[.exe] ├── prover[.exe]
├── verifier[.exe] ├── verifier[.exe]
@ -87,5 +87,5 @@ Once everything looks good:
- Uncheck **“This is a pre-release.”** - Uncheck **“This is a pre-release.”**
- Publish the release (removing the Draft state). - Publish the release (removing the Draft state).
> ⚡ **Important:** Nomos builds will only pick up the new circuits once the release is published as **Latest** (i.e. not marked as draft or pre-release). > ⚡ **Important:** Logos Blockchain builds will only pick up the new circuits once the release is published as **Latest** (i.e. not marked as draft or pre-release).

View File

@ -1 +1 @@
# Nomos Circuits # Logos Blockchain Circuits