Update links to codex-storage organization (#55)

This commit is contained in:
Slava 2023-05-25 12:56:04 +03:00 committed by GitHub
parent 30affa0da8
commit 7b7773c436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -106,10 +106,10 @@ References
---------- ----------
* [A marketplace for storage * [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) (design document)
* [Timing of Storage * [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) (design document)
To Do To Do

View File

@ -12,7 +12,7 @@ struct CollateralConfig {
/// @dev percentage of remaining collateral slot after it has been freed /// @dev percentage of remaining collateral slot after it has been freed
/// (equivalent to `collateral - (collateral*maxNumberOfSlashes*slashPercentage)/100`) /// (equivalent to `collateral - (collateral*maxNumberOfSlashes*slashPercentage)/100`)
/// TODO: to be aligned more closely with actual cost of repair once bandwidth incentives are known, /// 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 repairRewardPercentage;
uint8 maxNumberOfSlashes; // frees slot when the number of slashing reaches this value uint8 maxNumberOfSlashes; // frees slot when the number of slashing reaches this value