You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foundry currently has support for solc and vyper 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 uses revm.
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:
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: