From 82de35640d2b05557143354c9a0f28ff81cd5fec Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 15 Dec 2025 14:16:08 +0100 Subject: [PATCH] Rename Codex to Logos Storage (#18) --- .github/workflows/generate.yml | 2 +- README.md | 2 +- circuit/codex/merkle.circom | 2 +- reference/haskell/storage-proof-ref.cabal | 4 ++-- reference/nim/proof_input/proof_input.nimble | 4 ++-- reference/nim/testvectors/testvectors.nimble | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index dfa01c2..3704241 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -40,7 +40,7 @@ on: ceremonyContribution: description: 'Input into the circuit ceremony setup' - default: 'Let the Codex rock!' + default: 'Let the Logos Storage rock!' env: nim_version: 1.6.14 diff --git a/README.md b/README.md index 08abb10..786db23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Codex Storage Proofs for the MVP +Logos Storage Proofs for the MVP ================================ This document describes the storage proof system for the Codex 2023 Q4 MVP. diff --git a/circuit/codex/merkle.circom b/circuit/codex/merkle.circom index 9e00bea..7368623 100644 --- a/circuit/codex/merkle.circom +++ b/circuit/codex/merkle.circom @@ -24,7 +24,7 @@ include "misc.circom"; // // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -// Merkle tree convention: Here we use a Codex-specific "safe" Merkle tree convention. +// Merkle tree convention: Here we use a Logos-Storage-specific "safe" Merkle tree convention. // // This uses a "keyed compression function", where the key depends on: // diff --git a/reference/haskell/storage-proof-ref.cabal b/reference/haskell/storage-proof-ref.cabal index f0b0605..0ce8b95 100644 --- a/reference/haskell/storage-proof-ref.cabal +++ b/reference/haskell/storage-proof-ref.cabal @@ -12,7 +12,7 @@ License-files: LICENSE-MIT Author: Balazs Komuves Copyright: (c) 2023 Status Research & Development GmbH Maintainer: balazs (at) status (dot) im -Homepage: https://github.com/codex-storage/codex-storage-proofs-circuits +Homepage: https://github.com/logos-storage/logos-storage-proofs-circuits Stability: Experimental Category: Cryptography @@ -21,7 +21,7 @@ Build-Type: Simple source-repository head type: git - location: https://github.com/codex-storage/codex-storage-proofs-circuits + location: https://github.com/logos-storage/logos-storage-proofs-circuits -------------------------------------------------------------------------------- diff --git a/reference/nim/proof_input/proof_input.nimble b/reference/nim/proof_input/proof_input.nimble index 96ed78f..019595d 100644 --- a/reference/nim/proof_input/proof_input.nimble +++ b/reference/nim/proof_input/proof_input.nimble @@ -9,6 +9,6 @@ bin = @["cli"] requires "nim >= 1.6.0" requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774" -requires "https://github.com/codex-storage/nim-poseidon2#4e2c6e619b2f2859aaa4b2aed2f346ea4d0c67a3" -requires "https://github.com/codex-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d" +requires "https://github.com/logos-storage/nim-poseidon2#4e2c6e619b2f2859aaa4b2aed2f346ea4d0c67a3" +requires "https://github.com/logos-storage/nim-goldilocks-hash#bd5b805b80b6005a3e5de412dec15783284d205d" #requires "goldilocks_hash == 0.0.1" diff --git a/reference/nim/testvectors/testvectors.nimble b/reference/nim/testvectors/testvectors.nimble index 57686e3..bd69b28 100644 --- a/reference/nim/testvectors/testvectors.nimble +++ b/reference/nim/testvectors/testvectors.nimble @@ -11,4 +11,4 @@ bin = @["testvectors"] requires "nim >= 1.6.0" requires "https://github.com/mratsim/constantine#ab6fa6ae1bbbd1b10071a92ec209b381b5d82511" -requires "https://github.com/codex-storage/nim-poseidon2#8a54c69032a741160bbc097d009e45a8b5e4d718" +requires "https://github.com/logos-storage/nim-poseidon2#8a54c69032a741160bbc097d009e45a8b5e4d718"