cartesi / rollups-contracts

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

feat: add quorum factory and factory tests #121

Closed ZzzzHui closed 9 months ago

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 6f1ac87d62546852b95781f9d92aea2770c31b7c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

ZzzzHui commented 1 year ago

Ohhhh. Totally forgot that Daniel was working on this issue and had a branch created here. I went ahead and created my own branch. The base of this branch is more recent so we might focus on this branch then.

guidanoli commented 12 months ago

This will need a rebase.

git fetch --prune origin
git checkout feature/quorum-factory-zehui
git rebase -i origin/feature/quorum  # drop all commits but yours

Do note that the .changeset directory was moved, changeset file should be moved as well. :-)

guidanoli commented 9 months ago

This needs a rebase.