From 7b7773c4368b72a1c0649a2621457e7bec40c944 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Thu, 25 May 2023 12:56:04 +0300 Subject: [PATCH] Update links to codex-storage organization (#55) --- Readme.md | 4 ++-- contracts/Configuration.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 2e6b911..74a2aa1 100644 --- a/Readme.md +++ b/Readme.md @@ -106,10 +106,10 @@ References ---------- * [A marketplace for storage - durability](https://github.com/status-im/codex-research/blob/main/design/marketplace.md) + durability](https://github.com/codex-storage/codex-research/blob/master/design/marketplace.md) (design document) * [Timing of Storage - Proofs](https://github.com/status-im/codex-research/blob/main/design/storage-proof-timing.md) + Proofs](https://github.com/codex-storage/codex-research/blob/master/design/storage-proof-timing.md) (design document) To Do diff --git a/contracts/Configuration.sol b/contracts/Configuration.sol index 416f431..0b95f0a 100644 --- a/contracts/Configuration.sol +++ b/contracts/Configuration.sol @@ -12,7 +12,7 @@ struct CollateralConfig { /// @dev percentage of remaining collateral slot after it has been freed /// (equivalent to `collateral - (collateral*maxNumberOfSlashes*slashPercentage)/100`) /// TODO: to be aligned more closely with actual cost of repair once bandwidth incentives are known, - /// see https://github.com/status-im/codex-contracts-eth/pull/47#issuecomment-1465511949. + /// see https://github.com/codex-storage/codex-contracts-eth/pull/47#issuecomment-1465511949. uint8 repairRewardPercentage; uint8 maxNumberOfSlashes; // frees slot when the number of slashing reaches this value