dagger-contracts/contracts
Eric Mastro 37004e0e1f [marketplace] Allow client to withdraw when cancelled
Adds ability for client to withdraw funds from a cancelled storage request.

Tests to check if request has timed out, if the client address is requesting withdraw, if the request state is new, and the funds were successfully transferred.
2022-09-20 15:59:03 +10:00
..
AccountLocks.sol Disable solhint about relying on timestamp 2022-03-15 10:01:12 +01:00
Collateral.sol Rename invariants to avoid name clashes 2022-03-15 10:01:12 +01:00
Marketplace.sol [marketplace] Allow client to withdraw when cancelled 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 [chore] clean up bytes32 parameters 2022-08-26 11:03:56 +10:00
TestAccountLocks.sol Account locking 2022-03-01 09:38:53 +01: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