mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-13 15:56:32 +00:00
Update links to codex-storage organization (#55)
This commit is contained in:
parent
30affa0da8
commit
7b7773c436
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user