
Vlad Yanovsky engineered core protocol and EVM infrastructure for Matter Labs, focusing on the matter-labs/era-contracts repository. He delivered robust EVM deployment, emulator, and upgrade tooling, addressing gas optimization, memory management, and bytecode correctness using Rust, Solidity, and Yul. His work included implementing deployment flows via eth_call, enhancing emulator reliability, and aligning protocol versioning for mainnet upgrades. Vlad modernized build systems, stabilized CI/CD pipelines, and improved cross-layer integration, while also contributing to documentation and audit transparency. The depth of his engineering ensured safer deployments, reduced debugging time, and enabled maintainable, scalable smart contract development across the ZK-EVM stack.
February 2026: Delivered a robust bootloader-enabled EVM deployment via eth_call in matter-labs/era-contracts, with correct from-address handling and nonce management, enabling reliable deployment simulations and clearer developer workflows. Implemented data rewriting to ContractDeployer.createEVM, routed calls through the system call path, and returned deployed runtime bytecode for easier verification. Fixed edge-case: eth_call deployment with 0x0 from addresses to prevent nonce misalignment. Documentation updated to reflect changes. Overall impact includes higher deployment reliability, reduced debugging time for EVM simulations, and a smoother developer experience for bootloader-aware workflows.
February 2026: Delivered a robust bootloader-enabled EVM deployment via eth_call in matter-labs/era-contracts, with correct from-address handling and nonce management, enabling reliable deployment simulations and clearer developer workflows. Implemented data rewriting to ContractDeployer.createEVM, routed calls through the system call path, and returned deployed runtime bytecode for easier verification. Fixed edge-case: eth_call deployment with 0x0 from addresses to prevent nonce misalignment. Documentation updated to reflect changes. Overall impact includes higher deployment reliability, reduced debugging time for EVM simulations, and a smoother developer experience for bootloader-aware workflows.
July 2025 performance summary for matter-labs/anvil-zksync: Delivered the ZKsync OS v0.0.5 upgrade focusing on bytecode handling and EVM versioning changes. The update included dependency updates, internal logic refinements, and changes to how bytecode and artifacts are managed, with versioning adjustments for EVM code. This work improves compatibility with the latest ZKsync OS, enables safer deployments, and reduces maintenance risk. Commit: 2c42bf35b04bd602fcd77acf238a3f903e368798 (#759).
July 2025 performance summary for matter-labs/anvil-zksync: Delivered the ZKsync OS v0.0.5 upgrade focusing on bytecode handling and EVM versioning changes. The update included dependency updates, internal logic refinements, and changes to how bytecode and artifacts are managed, with versioning adjustments for EVM code. This work improves compatibility with the latest ZKsync OS, enables safer deployments, and reduces maintenance risk. Commit: 2c42bf35b04bd602fcd77acf238a3f903e368798 (#759).
May 2025 monthly summary: Delivered observability, stability, and compatibility improvements across two critical repos to drive business value and reliability. Implemented the EVM Deployment Tracer in zksync-protocol to capture newly deployed contract bytecodes during witness generation and expose them in the VM decommitter, enabling easier debugging and post-hoc analysis. Stabilized memory handling by preventing global frame memory cleaning in finish_global_frame, reducing premature deallocation and improving memory reliability. Updated protocol dependencies in zksync-crypto-gpu by bumping circuit_definitions and zkevm_test_harness from 0.152.1 to 0.152.2 to ensure latest compatible versions and stability. These changes collectively enhance deployment observability, runtime stability, and cross-repo compatibility, supporting more reliable test runs and faster issue resolution. Technologies/skills demonstrated include Rust code changes, memory management, test harness instrumentation, and Cargo dependency management across repos.
May 2025 monthly summary: Delivered observability, stability, and compatibility improvements across two critical repos to drive business value and reliability. Implemented the EVM Deployment Tracer in zksync-protocol to capture newly deployed contract bytecodes during witness generation and expose them in the VM decommitter, enabling easier debugging and post-hoc analysis. Stabilized memory handling by preventing global frame memory cleaning in finish_global_frame, reducing premature deallocation and improving memory reliability. Updated protocol dependencies in zksync-crypto-gpu by bumping circuit_definitions and zkevm_test_harness from 0.152.1 to 0.152.2 to ensure latest compatible versions and stability. These changes collectively enhance deployment observability, runtime stability, and cross-repo compatibility, supporting more reliable test runs and faster issue resolution. Technologies/skills demonstrated include Rust code changes, memory management, test harness instrumentation, and Cargo dependency management across repos.
April 2025 performance summary focusing on key accomplishments, delivered features and fixes, and impact across three Matter Labs repos. Work emphasized correctness of bytecode handling, reliability of the EVM emulator, dependency modernization, and upgrade-readiness for mainnet deployments.
April 2025 performance summary focusing on key accomplishments, delivered features and fixes, and impact across three Matter Labs repos. Work emphasized correctness of bytecode handling, reliability of the EVM emulator, dependency modernization, and upgrade-readiness for mainnet deployments.
March 2025 achievements span V27 upgrade readiness, reliability improvements, and security/documentation enhancements across matter-labs/era-contracts and matter-labs/zksync-protocol. Delivered aligned deployment scripts and environment configurations for the V27 upgrade, improved local upgrade script reliability, advanced the EVM emulator with modexp gas modeling and updated documentation, and expanded security transparency with new V27 audit reports and ZKsync V27 security audits. The work reduces upgrade risk, shortens developer iteration cycles, and strengthens compliance and testing fidelity.
March 2025 achievements span V27 upgrade readiness, reliability improvements, and security/documentation enhancements across matter-labs/era-contracts and matter-labs/zksync-protocol. Delivered aligned deployment scripts and environment configurations for the V27 upgrade, improved local upgrade script reliability, advanced the EVM emulator with modexp gas modeling and updated documentation, and expanded security transparency with new V27 audit reports and ZKsync V27 security audits. The work reduces upgrade risk, shortens developer iteration cycles, and strengthens compliance and testing fidelity.
February 2025 performance summary focusing on ZK protocol readiness, RAM circuit efficiency, cryptographic safety upgrades, and deployment tooling improvements across core repositories. Delivered coordinated enhancements for the ZK-EVM protocol (versioning overhaul and protocol geometry updates), RAM circuit input optimization, V27 cryptographic constraint adjustments, protocol dependency alignment, and deployment tooling refinements. These workstreams collectively elevate performance, security, and operational reliability to support faster proofs, safer cryptographic primitives, and more robust deployment/testing pipelines.
February 2025 performance summary focusing on ZK protocol readiness, RAM circuit efficiency, cryptographic safety upgrades, and deployment tooling improvements across core repositories. Delivered coordinated enhancements for the ZK-EVM protocol (versioning overhaul and protocol geometry updates), RAM circuit input optimization, V27 cryptographic constraint adjustments, protocol dependency alignment, and deployment tooling refinements. These workstreams collectively elevate performance, security, and operational reliability to support faster proofs, safer cryptographic primitives, and more robust deployment/testing pipelines.
January 2025 monthly summary for matter-labs/era-contracts focused on strengthening EVM correctness, enhancing deployment safety, stabilizing cross-layer interactions, and improving CI quality. Delivered key features across four areas, fixed a broad set of EVM-related issues, and advanced security hardening—driving reliability, safer deployments, and faster feedback loops for developers and partners.
January 2025 monthly summary for matter-labs/era-contracts focused on strengthening EVM correctness, enhancing deployment safety, stabilizing cross-layer interactions, and improving CI quality. Delivered key features across four areas, fixed a broad set of EVM-related issues, and advanced security hardening—driving reliability, safer deployments, and faster feedback loops for developers and partners.
December 2024: Focused on hardening the EVM implementation in era-contracts and improving developer experience, stability, and cross-EVM compatibility. Delivered deployment-flow fixes, robust balance/precompile handling, enhanced memory safety and scalability, and extended emulator access with clear gas accounting. Also documented EXTCODEHASH behavior differences for zkEVM vs EVM to reduce integration risk.
December 2024: Focused on hardening the EVM implementation in era-contracts and improving developer experience, stability, and cross-EVM compatibility. Delivered deployment-flow fixes, robust balance/precompile handling, enhanced memory safety and scalability, and extended emulator access with clear gas accounting. Also documented EXTCODEHASH behavior differences for zkEVM vs EVM to reduce integration risk.
November 2024: Delivered stabilized build tooling, refreshed CI/CD pipelines, and improved EVM emulator correctness and gas accounting for matter-labs/era-contracts. These efforts reduce build flakiness, accelerate deployments, and improve runtime safety, enabling more reliable releases and smoother adoption of new tooling (foundry-zksync).
November 2024: Delivered stabilized build tooling, refreshed CI/CD pipelines, and improved EVM emulator correctness and gas accounting for matter-labs/era-contracts. These efforts reduce build flakiness, accelerate deployments, and improve runtime safety, enabling more reliable releases and smoother adoption of new tooling (foundry-zksync).
October 2024 — Delivered substantive EVM improvements and stability work for matter-labs/era-contracts, focusing on gas efficiency, memory management, and reliability. Business value: lower gas costs, more predictable execution, and easier maintenance for long-term scalability.
October 2024 — Delivered substantive EVM improvements and stability work for matter-labs/era-contracts, focusing on gas efficiency, memory management, and reliability. Business value: lower gas costs, more predictable execution, and easier maintenance for long-term scalability.

Overview of all repositories you've contributed to across your timeline