mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 05:23:12 +00:00
Rename Codex to Logos Storage (#108)
This commit is contained in:
parent
6c7de03622
commit
99884b5971
@ -1,12 +1,12 @@
|
|||||||
# A DHT implementation for Codex
|
# A DHT implementation for Logos Storage
|
||||||
|
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](#stability)
|
[](#stability)
|
||||||
[](https://github.com/codex-storage/nim-codex-dht/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster)
|
[](https://github.com/logos-storage/logos-storage-nim-dht/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster)
|
||||||
[](https://codecov.io/gh/codex-storage/nim-codex-dht)
|
[](https://codecov.io/gh/logos-storage/logos-storage-nim-dht)
|
||||||
|
|
||||||
This DHT implementation is aiming to provide a DHT for Codex with the following properties
|
This DHT implementation is aiming to provide a DHT for Logos Storage with the following properties
|
||||||
* flexible secure transport usage with
|
* flexible secure transport usage with
|
||||||
* fast UDP based operation
|
* fast UDP based operation
|
||||||
* eventual fallback to TCP-based operation (maybe though libp2p)
|
* eventual fallback to TCP-based operation (maybe though libp2p)
|
||||||
|
|||||||
@ -17,7 +17,7 @@ requires "libp2p >= 1.14.1 & < 2.0.0"
|
|||||||
requires "metrics >= 0.1.0 & < 0.2.0"
|
requires "metrics >= 0.1.0 & < 0.2.0"
|
||||||
requires "stew >= 0.4.2"
|
requires "stew >= 0.4.2"
|
||||||
requires "stint >= 0.8.1 & < 0.9.0"
|
requires "stint >= 0.8.1 & < 0.9.0"
|
||||||
requires "https://github.com/codex-storage/nim-datastore >= 0.2.1 & < 0.3.0"
|
requires "https://github.com/logos-storage/nim-datastore >= 0.2.1 & < 0.3.0"
|
||||||
requires "questionable >= 0.10.15 & < 0.11.0"
|
requires "questionable >= 0.10.15 & < 0.11.0"
|
||||||
requires "leveldbstatic >= 0.2.1 & < 0.3.0"
|
requires "leveldbstatic >= 0.2.1 & < 0.3.0"
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2021 Status Research & Development GmbH
|
# Copyright (c) 2021 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2020-2022 Status Research & Development GmbH
|
# Copyright (c) 2020-2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# codex-dht - Codex DHT
|
# logos-storage-dht - Logos Storage DHT
|
||||||
# Copyright (c) 2022 Status Research & Development GmbH
|
# Copyright (c) 2022 Status Research & Development GmbH
|
||||||
# Licensed and distributed under either of
|
# Licensed and distributed under either of
|
||||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "Tests for Codex DHT"
|
description = "Tests for Logos Storage DHT"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
installFiles = @["build.nims"]
|
installFiles = @["build.nims"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user