-
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
[tracking] Foundry compatibility #30
Comments
Commenting here for current progress on what ive found: https://github.com/0xspha/testing_framework |
Resolc Compiler Integration ProgressNov 18 - Nov 27
BlockersNone Next Week's Work (Nov 28 - Dec 4)
|
Resolc Compiler Integration ProgressNov 28 - Dec 05
BlockersNone Next Week's Work (Dec 06 - Dec 11)
|
Resolc Compiler Integration ProgressProgress (Dec 06 - Dec 11)
BlockersNone Next Week (Dec 11 - Dec 18)
Next Milestoneshort-term: Complete binary installation fixes and build pipeline stabilization |
Resolc Compiler Integration ProgressProgress (Dec 11 - Dec 18)
BlockersNone Next MilestoneShort-term: Fix remapping issue and test uniV4 protocol repo to compile with revive |
Foundry currently has support for
solc
andvyper
as compilers, and no straightforward way to change that.As a first step, we'd need to find a way to have it working with PolkaVM. One way to approach this is to ignore the compiler and just run a script that uses
@parity/revive
and then test. This may very well not work just like that, since Foundry usesrevm
.There's quite a bit of research to be made to define how we tackle this, but a good starting point is this forum post.
The text was updated successfully, but these errors were encountered: