Releases: matter-labs/zksync-os
Releases · matter-labs/zksync-os
v0.2.8-simulation-only-interface-v0.0.14
v0.2.8-interface-v0.0.14
v0.1.2-interface-v0.0.14
v0.0.28-interface-v0.0.14
dev-20260227
Full Changelog: dev-20260226-2...dev-20260227
v0.2.8-simulation-only-interface-v0.0.13
dev-20260226-2
Full Changelog: dev-20260226...dev-20260226-2
dev-20260226
What's Changed
- fix!: fixes from internal audit by @antoniolocascio in #515
- fix: fix bigint delegation negation by @antoniolocascio in #512
- chore: Update docs, README.md and add AGENTS.md by @0xVolosnikov in #517
- feat: Add Stage 1 support by @vladbochok in #478
- test: Unify transaction flows and conversions in tests by @0xVolosnikov in #519
- fix: skip block gas limit check for service txs by @antoniolocascio in #520
- fix: do not send l1 log for upgrade tx result by @AntonD3 in #522
- fix: add reduction to u512 montgomerry mul by @yoaveshel in #514
- fix: observe account read if previously touched by @antoniolocascio in #523
- feat: Return back contract deployer by @Artemka374 in #526
- fix: use EvmError from zk_ee instead of zksync_os_evm_errors in evm_interpreter by @antoniolocascio in #525
- test: Introduce TestingFramework struct by @0xVolosnikov in #532
- fix!: low and info audittens fixes by @antoniolocascio in #524
- fix: fix UB in aligned vector by @antoniolocascio in #530
- fix: burn gas when out of native for pubdata by @antoniolocascio in #535
New Contributors
- @vladbochok made their first contribution in #478
- @Artemka374 made their first contribution in #526
Full Changelog: dev-20260210-2...dev-20260226
dev-20260224-base-token-holder
feat: remove l2 base token hook + add update saved total supply Remove the l2_base_token system hook (withdraw/withdrawWithMessage) as base token withdrawals are now handled by Solidity system contracts. Add update_saved_total_supply to mint_token path to replicate L2AssetTracker's _getOrSaveTotalSupply logic natively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
[dev] dev-20260223-base-token-holder 2026-02-23T11:05:57Z
feat: remove l2 base token hook + add update saved total supply