-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review settle functionality #10
Comments
I have created a new branch for multi-auctions with an updated Justice.sol + tests. The biggest changes are (i) passing in This shouldn't be too much work to integrate (though it is some, because it necessitates updating our subgraphs too). However, there is a severe trade-off at work here: https://github.com/PrisonArt/restore/blob/multi-auctions/packages/hardhat-ts/contracts/Justice.sol#L111 We have to make For this reason, I'm kinda against doing it, though it does provide us flexibility and gives us the chance to run many auctions all at once, without needing to settle before beginning anew. That said, it is possible to simply deploy this version of Justice.sol, point Restore.sol at it instead, and update the frontend code when/if it ever becomes necessary (though I am also aware that not doing it now and trying to remember everything and pick up the context we now have in our on RAM will be difficult if this is something we only return to in a few years |
OK, gas reporter works well. For multi-auctions, with use of
For auctions as they currently are, only in
|
No description provided.
The text was updated successfully, but these errors were encountered: