cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
18 stars 38 forks source link

Implement claim storage Contract #153

Closed pedroargento closed 8 months ago

pedroargento commented 9 months ago

📚 Context

We are removing History contract to simplify the architecture. Instead, the claims history will be managed directly by the consensus.

✔️ Solution

Create a Claim Storage with the functions necessary to manage the claims the Consensus can inherit.

See https://github.com/cartesi/rollups-contracts/issues/152 for more context and for the minimal interface requirements.