Rename Codex to Logos Storage (#18)

This commit is contained in:
Arnaud 2025-12-15 14:16:08 +01:00 committed by GitHub
parent b8dd95f45c
commit 82de35640d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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.

View File

@ -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:
//

View File

@ -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
--------------------------------------------------------------------------------

View File

@ -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"

View File

@ -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"