What's Changed
- chore: foundry update 4af6cfa by @nbaztec in #445
- feat: disable batch factory deps by default by @nbaztec in #476
- fix(zk): propagate env during
transact
by @Karrq in #477 - fix: wrong gas parameters while broadcasting tx in script by @HermanObst in #473
- fix: add factory_deps to estimate_gas by @nbaztec in #486
Breaking Changes
- Deprecated support for deploying missing libraries. The feature was very fragile from the beginning and required considerable resources to be able to keep up with foundry's fast track updates. The current recommended way would be to run the
forge create
commands manually as they are printed in the output. Alternatively the known deployed libraries can be specified infoundry.toml
. There is an ongoing investigation on how to re-introduce this functionality in a way that is sustainable in the long run.
Full Changelog: nightly-ab00f2ea4a6bd2100b7fdb5f16687fd078a1f6f3...v0.0.3-alpha.1