cartesi / rollups-contracts

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

Add `QuorumHistoryPairFactory` #118

Closed guidanoli closed 10 months ago

guidanoli commented 10 months ago

📚 Context

Quorum expects the address of a history contract in its constructor.

✔️ Solution

We can use combine QuorumFactory and HistoryFactory to create a compound factory. This factory will be called QuorumHistoryPairFactory.

guidanoli commented 10 months ago

Superseded by #130 (see solution in comments).