cartesi / rollups

Cartesi Rollups
30 stars 12 forks source link

Add input relay base contract #67

Closed guidanoli closed 1 year ago

guidanoli commented 1 year ago

Proposed changes

  1. Create a base contract[^1] for portals and relays in contracts/inputs called InputRelay
  2. Make portals and relays[^1] inherit InputRelay
  3. Remove old base contracts[^1] Portal and Relay

Related issues

Closes #131.

[^1]: and associated interface(s)

guidanoli commented 1 year ago

@ZzzzHui After some thought, I think I agree with you on this. I will revert the moving of contracts. :-)

guidanoli commented 1 year ago

Rebased and reverted moving of contracts. :-)

guidanoli commented 1 year ago

Fixed some paths. :-)

ZzzzHui commented 1 year ago

👍 Just need to rebase the branch

guidanoli commented 1 year ago

Rebased :raised_hands:

ZzzzHui commented 1 year ago

This PR is ready to merge

guidanoli commented 1 year ago

Rebased, and ran yarn prepack.

guidanoli commented 1 year ago

Rebased.