Skip to content

chore(main): release foundry-zksync 0.0.10#925

Closed
github-actions[bot] wants to merge 2 commits intomainfrom
release-please--branches--main--components--foundry-zksync
Closed

chore(main): release foundry-zksync 0.0.10#925
github-actions[bot] wants to merge 2 commits intomainfrom
release-please--branches--main--components--foundry-zksync

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.0.10 (2025-02-20)

Features

  • --gas-report: add option to include tests (#9232) (c90ea4d)
  • --gas-report: add option to show gas for tests (c90ea4d)
  • anvil: --cache-path (#9343) (057c8ac)
  • anvil: support mining with same block.timestamp (#9160) (4d7435e)
  • cast run: add --etherscan-api-key to resolve contract names (#9295) (8c01706)
  • cast source: support alternative explorers (#9762) (5261dc1)
  • cast: decode-error with sig, local cache and openchain api (#9428) (0d76df5)
  • cast: decode-event with local and openchain API (#9431) (0f7268f)
  • cast: add flag equivalents of parseUnits, formatUnits (#9165) (bcef905)
  • cheatcodes: access broadcast artifacts (#9107) (2bb446e)
  • cheatcodes: add delegatecall to pranking (#8863) (c526cab)
  • cheatcodes: count assertion for expectEmit (#9405) (6b07c77)
  • cheatcodes: count assertion for expectRevert (#9484) (63484d0)
  • cheatcodes: mockCall with bytes4 data (#9267) (adaad3d)
  • common::shell: add global verbosity level (-vvv) flag replacing --verbose (#9273) (22cf683)
  • config: set default evm version to cancun (#9131) (60dd1d7)
  • DualCompiledContracts::find_bytecode (beb1108)
  • forge build -vvvvv: If verbosity level is 5 or higher show files to compile (#9325) (7e323c2)
  • forge build: add --sizes and --names JSON compatibility (#9321) (a79dfae)
  • forge install: add [@tag](https://github.com/tag)= [@branch](https://github.com/branch)= [@rev](https://github.com/rev)= specific refs (#9214) (a428ba6)
  • forge: --watch coverage (#9702) (1f48a34)
  • forge: inspect - default to pretty output (#9705) (c22c4cc)
  • traces: show state changes in cast run and forge test on -vvvvv (#9013) (c63aba8)
  • verify: default to sourcify if etherscan key not provided (#9630) (95442fa)
  • add --broadcast flag to forge create, default to dry run mode (#9420) (2c3114c)
  • add cast chain support for ink & ink-sepolia (49392b5)
  • Add cast chain support for ink & ink-sepolia (#9652) (49392b5)
  • add foundry_common::shell to unify log behavior (#9109) (cd71da4)
  • add arm64 docker image (#9614) (192aa2c)
  • add assemblycreate for warning suppression for zksolc 1.5.10 (#840) (62af6f9)
  • Add binary attestations (84cd0ae)
  • Add cargo nextest to zk tests (#745) (27360d4)
  • add global -j, --threads (#9367) (fef2098)
  • add global --json flag (#9244) (e2a6282)
  • add JSON compatibility for forge test --summary +/ --detailed + apply consistent table styling (#9485) (a4de7e8)
  • add retry workflow (#638) (db09e2c)
  • add strategy objects (#781) (5353a10)
  • add support for cast estimate (#903) (5eaf1a7)
  • Add support for cast send --create (#913) (9aaddd6)
  • add the ability to use specific gas params in era vm environment and use them on script estimations (#773) (7b3c869)
  • add timeouts to fuzz testing (#9394) (2e9f536)
  • allow any config to be defined inline (#9430) (3e6d3b8)
  • allow remapping of solidity files (#9604) (5993795)
  • anvil: add anvil_getIntervalMining API (#9290) (9df5939)
  • build static binaries (#844) (d00f5ae)
  • bump MSRV to 1.83 (#9473) (2f56133)
  • Cache invalidation on zksolc version change (#871) (60a8f35)
  • cast mktx and mktx --create support (#911) (4f89e2f)
  • cast:zk: call and call --create support (#917) (2eaac65)
  • cast: add --int flag to from-rlp (#9210) (00415bb)
  • cast: add --rpc-timeout option (#9044) (2559899)
  • cast: add artifact method (#9249) (f8d9234)
  • cast: add decode-event sig data (#9413) (31dd1f7)
  • cast: add string-decode to decode string (#9237) (736a330)
  • cast: add support for beacon proxies in cast impl (#9567) (681bddd)
  • cast: allow some more stdin inputs (#9442) (d4e91c8)
  • cast: decode external lib sigs from cached selectors (#9399) (16a013f)
  • cast: pretty print other receipt fields (#9589) (3ba3d5f)
  • cheatcodes: add vm.getStateDiff to get state diffs as string (#9435) (00efa0d)
  • cheatcodes: add ability to ignore (multiple) specific and partial reverts in fuzz and invariant tests (#9179) (aa04294)
  • cheatcodes: skip test suite in setup (#9532) (0eff1ef)
  • chisel: determine proper path to Vm.sol based on proj remappings (#9703) (18cb6f9)
  • compilation restrictions (#8668) (547d8a5)
  • compiler:zk: zksolc 1.5.7 (#688) (953a180)
  • compiler:zk: zksolc linking (#711) (f51b213)
  • coverage: add --lcov-version (e5dbb7a)
  • dedup error messages (#9481) (8ac30d9)
  • filter by profile in vm.getCode (#9714) (b0630f9)
  • filter by profile in getCode (b0630f9)
  • fix re-entrancy in strategies (#801) (6234614)
  • fmt: add all_params config - same as all but split single param too (#9176) (b1e9365)
  • forge build: err if no source file in specified paths (#9329) (9d7557f)
  • forge, cast: add cast --with_local_artifacts/forge selectors cache to trace with local artifacts (#7359) (398ef4a)
  • forge: allow --verifier custom option (#9311) (36cbce7)
  • forge: show additional details of contract to verify (#9403) (eae5fb4)
  • foundryup: add foundryup self-update (#9609) (92fefaf)
  • foundryup: allow multiple installed versions (#9551) (af52b80)
  • foundryup: check for running processes (#9680) (ff2c564)
  • foundryup: manage custom built versions (#9746) (6d9e615)
  • get rid of zksync_select_fork_vm method (#813) (e85875e)
  • implement compiler backwards compatibility policy (#843) (469b770)
  • Improve display format (#898) (6af9b1a)
  • include anvil-zksync in foundryup install script (#765) (f6527ae)
  • inspect command (#906) (f7059a1)
  • invariant: add basic metrics report (#9158) (c2f1760)
  • make --gas-report w/ --json output one JSON blob and add contract_path to output (#9216) (48930a6)
  • override the eyre display handler globally (#9766) (66e3648)
  • reintroduce backend.inspect (#802) (4e50046)
  • remove ethers (#8826) (d739704)
  • remove ethers (#9412) (5e72c69)
  • Removing detect_missing_libraries arg (#822) (181e3ba)
  • Removing bump-forge-std.yml (#861) (01021cd)
  • rename ShellOtps to GlobalOpts (#9313) (622f922)
  • rewrite inline config using figment (#9414) (56d0dd8)
  • rpc_headers in cast and config (#9429) (af0fee2)
  • script: show the broadcasted transactions when verbose>=4 (#9655) (9ac89d4)
  • script: support custom create2 deployer (#9278) (7f41280)
  • switch to stable compiler (#814) (36db986)
  • sync with upstream 59f354c (#792) (b24a80f)
  • test: add repro issue8566 testcase (#9617) (782787b)
  • update revm 19 alloy 09 (#9605) (68aff72)
  • Update to soldeer 0.5.1 (#9315) (78d263a)
  • Update to soldeer 0.5.2 (#9373) (41b4359)
  • update to Soldeer v0.5.0 (#9281) (c4a31a6)
  • Upstream 5e72c69 (#876) (7b50143)
  • Upstream 9f11e6d (#899) (e98c3fe)
  • Upstream 9f11e6d commits (#900) (13051f0)
  • ZkUseFactoryDep cheatcode (#671) (9093c3c)
  • zk: zksolc linking (#800) (b69695a)

Bug Fixes

  • --gas-report: add back signatures, even if empty, avoid nesting multiple selectors (#9229) (748af79)
  • anvil: impl maybe_as_full_db for ForkedDatabase (#9465) (9af381f)
  • anvil: set best_number correctly while loading state with fork activated (539760c)
  • anvil: set best_number to state.block.number if greater (#9543) (539760c)
  • anvil: set storage.best_number correctly (#9215) (45d5997)
  • anvil: tag newly created legacy transactions on shadow fork as Some(0) (0x0) rather than None (#9195) (192a5a2)
  • cast block: ensure to print all fields (#9209) (5c69a9d)
  • cast: reset env.tx.caller for impersonated txs (#9544) (2eec098)
  • ci: update cargo deny (#9314) (4304926)
  • cli: handle id and named chain_id's correctly (#9480) (3a1e76b)
  • config: enable optimizer when optimizer_runs set in config (#9673) (017c59d)
  • coverage: allow ir-minimum for versions < 0.8.5 (#9341) (dacf341)
  • deps: update alloy-chains to fix Celo explorer API URL (#9242) (9511462)
  • evm: detect blob tx and set evm version (#9185) (c6d59b3)
  • evm: P256Verify address (#9618) (f7bb427)
  • evm: set blob_excess_gas_and_price (#9186) (b74e467)
  • forge bind: prefix keyword mod names with r# (#9761) (b081d66)
  • forge doc: display custom natspec tag (#9257) (32f8e79)
  • forge eip712: handle recursive types (#9319) (a65a5b1)
  • forge test: record only test fns in test failures (#9286) (f3376a6)
  • forge: disable artifacts for coverage (#9692) (423644e)
  • forge: run dep.has_branch in correct dir (#9453) (ade4b35)
  • forge: run git cmd in correct dir (ade4b35)
  • script: use fork_block_number for init sender nonce (#9669) (e7a0693)
  • vm.broadcastRawTransaction (#9378) (2bc7125)
  • account for impersonated tx in configure_tx_env (#9553) (dabacec)
  • add back silent option in Anvil's NodeConfig (#9181) (3ff0cdd)
  • Add gas limit estimation using paymaster balance when in use (#694) (d9babce)
  • Add missing injection of factory deps (#753) (2eb72ab)
  • add proper filter sets for ci test runs (#875) (886ff8b)
  • Add transaction type to zk tx in cast send (#767) (1ca471f)
  • add verbosity for verification compilation error (#703) (81a9bad)
  • Add zkout to gitignore template when in zksync forge init mode (#772) (c9def31)
  • allow_hyphen_values for constructor args (#9225) (4012ade)
  • anvil: Apply state overrides in debug_traceCall (#9172) (4c84dc7)
  • anvil: correctly set hardfork-specific block fields (#9202) (1229278)
  • anvil: ipc append a newline (#9608) (8555f16)
  • anvil: on anvil_mine jump to next timestamp before mine new block (#9241) (6b0c27e)
  • anvil: set auto-unlock an alias of auto-impersonate (#9256) (57bb12e)
  • avoid deadlock in nested shell calls (#9245) (ea11082)
  • avoid returning None for library addresses during fuzzing (#9771) (9f11e6d)
  • bail incomplete bytecode sequence disassemble (#9390) (cca72ab)
  • better error handling when waiting for receipt (#9253) (d402afd)
  • cast block: ensure to print all fields (5c69a9d)
  • cast storage: respect --json for layout (#9332) (d275a49)
  • cheatcode: expect revert only for calls with greater depth than test (#9537) (ca466ae)
  • cheatcodes: clear orderings together with trace steps on debug trace stop (#9529) (b090638)
  • cheatcodes: empty ordering and step logs too (b090638)
  • cheatcodes: record state diff only if balance changed (#9658) (6cbf390)
  • cheatcode: support new 7702 spec (#9779) (ed63f34)
  • cheatcodes: use calldata in attachDelegation (#9407) (672bdf6)
  • cheatcode: update revm with support for updated 7702 (ed63f34)
  • cheatcode: use storage access address instead account access (#9646) (b3cd2ab)
  • chisel: on edit fail command only if execution failed (#9155) (9fe891a)
  • chisel: uint/int full word print (#9381) (cf66dea)
  • ci: run tests in hosted runner (a4f0ebf)
  • ci: Update github-hosted runner label (#846) (5c46959)
  • cli: etherlink needs eth_estimateGas for gas calculation (#9188) (ab8ebf6)
  • compute stored test address after setting the tx nonce on scripts (b40ebe1)
  • config: disable optimizer by default (#9657) (39f13df)
  • config: normalize optimizer settings (#9689) (9829054)
  • correct shell substitution in installer (#9351) (d20c142)
  • correctly set gas_limit reported by Anvil (#9774) (9d7c40e)
  • coverage: also ignore empty fallbacks and receives (#9459) (ee9d237)
  • coverage: assert should not be branch (#9467) (9ee6005)
  • coverage: clean ups, use normalized source code for locations (#9438) (7a23a5c)
  • coverage: do not report empty constructors, enable reports for receive (#9288) (91d3349)
  • coverage: do not report empty constructors, enable reports for receive fn (91d3349)
  • coverage: keep EVM version when normalizing for ir-minimum (#9768) (58900d8)
  • coverage: special functions have no name (#9441) (168b239)
  • create:zk: find by any bytecode type (909c95c)
  • default TransactionRequest (#787) (68fcb7d)
  • deny: instant and derivative are unmaintained (#730) (a088464)
  • Display name of zksync verifier (#758) (77198c6)
  • do not handle expectCall in zkEVM (#807) (9be4421)
  • do not remove snapshots directory before running the test suite (#9645) (82cf61d)
  • docker: revert to use ubuntu:22.04 as base image (#9777) (ca4740e)
  • Encode correctly paymaster input (#757) (2b973e1)
  • ens: don't resolve addr if doesn't contain . (#9635) (d2dbe3e)
  • erroneous nonce updates (#839) (7630fbd)
  • error handling with retries when waiting for receipt (#9650) (b6c094c)
  • Exclude from empty code error case where there is no calldata and value (#804) (1cd2c56)
  • fix test.yml errors (#774) (ab01854)
  • fix foundry-zksync-install CI check (#735) (0c43026)
  • fix installation script for v0.0.6 (#887) (296c8f3)
  • Fixed Forge version check (#733) (5ea23d2)
  • flaky test_broadcast_raw_create2_deployer (#9383) (37cc284)
  • fmt: multiline single param only if func definition is multiline for all_params (#9187) (216b60a)
  • force prevrandao on Moonbeam networks (#9489) (c161c7c)
  • forge create: install missing deps if any (#9401) (66228e4)
  • forge create: set skip_is_verified_check: true (#9222) (dd443c6)
  • forge doc: display custom natspec tag (32f8e79)
  • forge eip712: handle recursive types (a65a5b1)
  • forge script should adhere to --json flag (#9404) (0045384)
  • forge test: install missing dependencies before creating Project (#9379) (76a2cb0)
  • forge: allow install deps with https and gh token (f94ce46)
  • forge: allow install private deps with https and gh token (#9726) (f94ce46)
  • forge: always report deployment size in gas reports (#9308) (54ea38d)
  • forge: fix stack overflow when the lib path is absolute. (#9190) (bcdd514)
  • fork reset (#857) (2179ac1)
  • fork: set block blob_excess_gas_and_price only if excess_blob_gas header is Some (#9298) (4817280)
  • fork: set block blob_excess_gas_and_price only if excess_blob_gas header is Some (4817280)
  • foundry man artifact name (#886) (62d5ff6)
  • foundry toml invalid setting does not discard other settings (#912) (27eda8b)
  • foundryup: set proper version for use call (#9750) (36d1a1b)
  • fuzz: exclude exernal libraries addresses from fuzz inputs (#9527) (59f354c)
  • gas price estimation cast send zk (#683) (c129b59)
  • identification of contracts in scripts (#9346) (c13d42e)
  • include withdrawals root in response (#9208) (3b0c75d)
  • incorrect repo link (af9ceec)
  • incorrect repo link in readme for foundry-compilers (#9660) (af9ceec)
  • install libssl-dev for aarch64 binaries (#858) (fea525e)
  • invariant: handle simple contract names in metrics table (#9724) (2ddea87)
  • invariant: lookup fuzz interface abi by name or identifier (#9744) (b026f7a)
  • linux installation of anvil-zksync and add ci check (#780) (e899df9)
  • mark flag incompatibility (#9530) (91030da)
  • merge journaled state during forks (#705) (c8c1e14)
  • Nonce mismatches what network expects (#726) (f83f08e)
  • platform name in release (#862) (4e12292)
  • Prepare tx transaction with right type (#783) (699f8e8)
  • propagate color config to TraceWriter (#9679) (5b4a105)
  • re-remove forge debug file (#9631) (e3ff6cb)
  • read rpc config when using fork cheatcodes (#9547) (233bff2)
  • release artifact names and tags (#866) (b993907)
  • release process (#9728) (fea3885)
  • release: allow contents write permission, run attestation after release created (#9550) (2f698e4)
  • release: allow contents write permission, run attestation after release published (2f698e4)
  • release: check env.IS_NIGHTLY as string (#9568) (0086d04)
  • release: check IS_NIGHTLY as string (0086d04)
  • remappings: check if remapping to add starts with existing remapping name (#9246) (455ba9b)
  • remappings: ignore conflicting remappings (#9521) (34ab235)
  • remappings: ignore remappings of root proj dirs when merging (#9258) (10a8e88)
  • remappings: project autoremappings should respect config (#9466) (25c978a)
  • remove duplicate gas_limit / block_gas_limit field, declare as alias (#9406) (de5e89c)
  • Remove duplicated line (#707) (5d4bdb6)
  • remove macos from ci-install-anvil-zksync-check (#786) (4a81422)
  • remove steps after steps tracing cheatcodes are done (#9234) (213d817)
  • Remove wrong estimation in create for zksync transactions (#864) (cf0a88d)
  • removes avoid-contracts in favour of --skip (#702) (772d1d8)
  • rename flag as_int -> as-int (#9235) (9d74675)
  • reset shell colors based on the input style (#9243) (7587eb5)
  • resolves issues with installing anvil-zksync with rosetta (#820) (e9562f3)
  • respect disable_block_gas_limit config key (#9732) (75462d9)
  • Respect priority fee and max fee per gas for broadcasting txs with scripts (#841) (4a216e9)
  • restore lock version 3 (#9501) (92cd165)
  • retrieve zks_getBytecodeByHash from SharedBackend when forking (#815) (b667ae0)
  • reverts changes to release from upstream merge (#634) (0b24fcc)
  • sanitize input based on solc version (#690) (883034d)
  • sanitize yul artifact contract names (#819) (31d3744)
  • script: correctly detect additional contracts (#9207) (513ed69)
  • set debug none for release profile (#9664) (6f81e76)
  • set log level for nonce revert to trace (#873) (a9289fb)
  • set user-agent header in runtime transport (#9434) (4527475)
  • skip zk tests for upstream test job (#824) (74d2079)
  • trace: check fn sigs for contract with fallbacks (#9287) (e028b92)
  • trim tag name to obtain version (#885) (113501c)
  • update era-deps to avoid BytecodeCompression error (#636) (658ee70)
  • update foundry-compilers (#743) (825279c)
  • use Debug when formatting errors (#9251) (8660e5b)
  • use cross for builds (#860) (87e8c5e)
  • use custom build profile in --version (#9733) (36393fb)
  • use dedicated gas limit for each tx in inspect_batch (f6b5d08)
  • use existing deployment nonce during storage migration (#895) (857d5d2)
  • Use new alchemy key to avoid rate limiting issues (#919) (89fa128)
  • use regular println in internal test utils to avoid interfering with cargo test runner (#9296) (b7fe62e)
  • use ubuntu:22.04 (ca4740e)
  • use zksync_deploy method to set correct tx params (9c60954)
  • verify: cached artifacts by version (#9520) (2e56b8f)
  • verify: set skip_is_verified_check: true for deploy (similar to broadcast) (dd443c6)
  • verify: strip profile from contract name (#9699) (00c944b)
  • vm.broadcastRawTransaction (2bc7125)

Performance Improvements

  • cap default poll interval (#9250) (97be9b9)
  • coverage: cache computed bytecode hash in CoverageCollector (#9457) (d35fee6)
  • coverage: cache current HitMap, reserve when merging (#9469) (22202a7)
  • coverage: improve HitMap merging and internal repr (#9456) (b7a065f)
  • coverage: use u32 for IDs, improve analysis (#9763) (4d1f72b)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner February 20, 2025 19:03
@antonbaliasnikov antonbaliasnikov deleted the release-please--branches--main--components--foundry-zksync branch February 20, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants