-
Notifications
You must be signed in to change notification settings - Fork 5
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
dx: migrate to foundry/forge
#11
Comments
yes, I'd love to see this change for |
I think we can move on 👍🏽 It will take some time but it's not urgent as you said. |
after attempting a first refactor in #23, I have some questions and identified some challenges: I'd say, we should aim at meeting the needs of most devs: hardhat and forge sol devs. Regarding forge, the problem is that the way
|
I don't like either of them 😄
I agree we should support both of them tho 🤔 I wonder if there are any other solutions, maybe using submodules? |
|
maybe this can help to take inspiration? https://github.com/PaulRBerg/foundry-template @sripwoud @cedoor |
@sripwoud We're already using I would make sure we cannot solve the problem with Yarn first tho. |
https://book.getfoundry.sh/forge/
Not urgent. And more a question: would contracts authors support this change?
Aiming for a faster local dx and ci.
Significant change. Especially all the tests will have to be rewritten. (forge tests are written in solidity, not in ts/js)
EDIT:
I suggest migrating to forge pkg after pkg to facilitate reviews and possibly work distribution (a single PR to cover everything would likely be huge)
forge
#26forge
#27forge
#28forge
#29forge
#30The text was updated successfully, but these errors were encountered: