cartesi / rollups-contracts

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

Remove contracts related to `History` #156

Closed guidanoli closed 9 months ago

guidanoli commented 9 months ago

📚 Context

With the new version of Authority not depending on IHistory anymore, we can already delete some contracts that depend on it indirectly.

✔️ Solution

Remove:

We can later remove IHistory once Authority has been fully adapted to the new IConsensus interface.