codex-storage / codex-contracts-eth

Ethereum smart contracts for Codex
Other
5 stars 8 forks source link

`requestStorage` input validation #106

Open AuHau opened 1 month ago

AuHau commented 1 month ago

https://github.com/codex-storage/codex-contracts-eth/blob/57e8cd5013325f05e16833a5320b575d32a403f3/contracts/Marketplace.sol#L89

We should do some validation on the inputted Request, mainly that all the values are specified (non-zero) and possibly some more.