Releases: matter-labs/foundry-zksync
Releases · matter-labs/foundry-zksync
foundry-zksync Nightly (2024-09-05)
Other
- feat: add inner zk traces, fix create not registering logs (#558)
- test: add cast test to forge create test suite (#553)
- test: Added testing of multiple deploy of same contract (#555)
foundry-zksync Nightly (2024-09-04)
Other
- chore: Update zksolc to 1.5.3 (#557)
foundry-zksync Nightly (2024-09-03)
foundry-zksync Nightly (2024-08-30)
Other
- test: Migrate forge create tests to cargo (#551)
- test(zk): add test for create2 computation with L2Contract (#549)
- fix: Update dependency foundry compilers use of ZksolcSettings (#544)
foundry-zksync Nightly (2024-08-29)
Other
- chore: Update zksolc to 1.5.2 (#545)
- chore(ci): Add truflehog CI (#550)
foundry-zksync Nightly (2024-08-28)
Other
- fix: bring back zkvm solc resolution from settings (#548)
foundry-zksync Nightly (2024-08-27)
foundry-zksync Nightly (2024-08-23)
Other
- test(zk): cheatcode usage in zkVm (#539)
- chore: update zksync deps (#540)
- fix(docs): typo for
enable_eravm_extensions
(#542)
- chore: update alloy-chains to 0.1.27 (#541)
foundry-zksync Nightly (2024-08-22)
Other
- perf(dev): compile optimized multivm crate (#538)
- refactor: implement new compilers api (#535)
foundry-zksync Nightly (2024-08-21)
Other
- chore: add sqlx issue to cargo deny (#536)
- test(zk): Add proxy and NFT script to Cargo test (#527)
- fix(zk): add logs to
recorded_logs
(#522)