dagger-contracts/contracts
Eric Mastro 34553ad7d9 [marketplace] add slot/request mapping, cancelled check
Add a requestId mapping to the Slot type. This allows the requestId to be obtained for a slot and the StorageRequest can be looked up from the id.

Add `isSlotCancelled` to check if the request that a slot belongs to has been cancelled (not enough slots filled before expiry).
2022-09-20 15:59:03 +10:00
..
AccountLocks.sol [marketplace] extend lock expiry 2022-09-20 15:59:03 +10:00
Collateral.sol Rename invariants to avoid name clashes 2022-03-15 10:01:12 +01:00
Marketplace.sol [marketplace] add slot/request mapping, cancelled check 2022-09-20 15:59:03 +10:00
Proofs.sol [proofs] Submitting proof emits event containing proof 2022-04-12 09:04:29 +02:00
Storage.sol [marketplace] add slot/request mapping, cancelled check 2022-09-20 15:59:03 +10:00
TestAccountLocks.sol [marketplace] extend lock expiry 2022-09-20 15:59:03 +10:00
TestCollateral.sol Prevent withdrawal of locked collateral 2022-03-01 09:38:53 +01:00
TestProofs.sol [proofs] Submitting proof emits event containing proof 2022-04-12 09:04:29 +02:00
TestToken.sol Lint with solhint 2022-02-10 07:46:03 +01:00