cartesi / rollups-contracts

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

feat: move custom errors to interfaces #208

Closed guidanoli closed 8 months ago

guidanoli commented 8 months ago

Only two errors were kept in their respective contracts:

They were kept because they will soon be removed, along with the withdrawEther function.

Closes #206