dagger-contracts/contracts
Eric b5f33992b6
Increase pointer by 67 blocks each time the period is increased (#75)
* Increase pointer by 67 instead of 64 for each period

Use a prime number to ensure that we don't get cycles
where we're looking at the same hash four periods
from now.

---------

Co-authored-by: Mark Spanbroek <mark@spanbroek.net>
2023-12-15 10:02:03 +11:00
..
Configuration.sol Update links to codex-storage organization (#55) 2023-05-25 12:56:04 +03:00
FuzzMarketplace.sol [fuzzing] Enable fuzzing for Marketplace 2023-06-19 14:58:47 +02:00
Marketplace.sol fix: check expiration is before request end (#77) 2023-12-05 11:18:43 +01:00
Periods.sol [style] enforce `_` prefix for private names 2023-01-23 15:10:23 +01:00
Proofs.sol Increase pointer by 67 blocks each time the period is increased (#75) 2023-12-15 10:02:03 +11:00
Requests.sol Merkle root is 32 bytes 2023-11-22 14:43:11 +01:00
StateRetrieval.sol [style] enforce `_` prefix for private names 2023-01-23 15:10:23 +01:00
TestMarketplace.sol feat: collateral per slot (#44) 2023-03-08 12:02:34 +01:00
TestProofs.sol [style] enforce `_` prefix for private names 2023-01-23 15:10:23 +01:00
TestToken.sol Lint with solhint 2022-02-10 07:46:03 +01:00