codex-storage / codex-contracts-eth

Ethereum smart contracts for Codex
Other
6 stars 9 forks source link

Simplify proof start and end #28

Closed markspanbroek closed 1 year ago

markspanbroek commented 1 year ago

The timestamps when requests started and ended were stored in both the Marketplace and Proofs. This PR simplifies this by storing the request start and end only in the Marketplace. Proofs access them through virtual functions that are implemented by the Marketplace.