matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
299 stars 130 forks source link

feat: implement changes for zksolc 1.5.1 #460

Closed elfedy closed 3 months ago

elfedy commented 4 months ago

Motivation

1.5.0 renames system_mode to enable_vm_extensions and moved some cli flags to std json.

Solution

Adapt configs to those changes and make 1.5.1 the default compiler.

Related PRs

Needs https://github.com/Moonsong-Labs/compilers/pull/15