
Andrey Volosnikov engineered core infrastructure and smart contract systems for Matter Labs, focusing on the zksync-os and zksync-era repositories. He delivered robust EVM execution, tracing, and upgrade workflows by refactoring execution environments, improving gas and storage management, and enhancing debugging capabilities. Using Rust and Solidity, Andrey implemented deterministic eth_call outputs, advanced call tracing, and rigorous test coverage to ensure correctness and reliability. His work included cryptographic bug fixes, CI/CD automation, and API enhancements, resulting in safer deployments and streamlined developer tooling. The depth of his contributions reflects a strong command of low-level programming, system design, and blockchain architecture.
Monthly summary for 2026-04 focusing on the matter-labs/zksync-os-server repository. This month’s work centered on robustness improvements to the built-in call tracer, with a critical bug fix and targeted tests. No new feature deliveries were completed in this period; the emphasis was on correctness and maintainability of tracing logic and test coverage.
Monthly summary for 2026-04 focusing on the matter-labs/zksync-os-server repository. This month’s work centered on robustness improvements to the built-in call tracer, with a critical bug fix and targeted tests. No new feature deliveries were completed in this period; the emphasis was on correctness and maintainability of tracing logic and test coverage.
March 2026: Delivered two critical updates to matter-labs/zksync-os-server call tracer that improve reliability and developer experience. Enhanced error feedback for post-execution pubdata costs leading to clearer failures when gas pubdata is insufficient, and corrected the mapping logic for CREATE vs CREATE2 with added unit tests. Expanded test coverage (unit and integration) around trace reconciliation and create operations, increasing trace accuracy and reducing debugging time. These changes strengthen debugging throughput and trust in transaction tracing for developers working on L2 commerce and gas optimization.
March 2026: Delivered two critical updates to matter-labs/zksync-os-server call tracer that improve reliability and developer experience. Enhanced error feedback for post-execution pubdata costs leading to clearer failures when gas pubdata is insufficient, and corrected the mapping logic for CREATE vs CREATE2 with added unit tests. Expanded test coverage (unit and integration) around trace reconciliation and create operations, increasing trace accuracy and reducing debugging time. These changes strengthen debugging throughput and trust in transaction tracing for developers working on L2 commerce and gas optimization.
February 2026 monthly summary for matter-labs/zksync-era focusing on deployment tooling improvements and deterministic eth_call outputs. Implemented fixes to eth_call deployment-style simulations to ensure deterministic outputs and robust handling of omitted or default from addresses, accompanied by tests and documentation updates to improve developer tooling and reliability.
February 2026 monthly summary for matter-labs/zksync-era focusing on deployment tooling improvements and deterministic eth_call outputs. Implemented fixes to eth_call deployment-style simulations to ensure deterministic outputs and robust handling of omitted or default from addresses, accompanied by tests and documentation updates to improve developer tooling and reliability.
Month: 2025-12 — Concise monthly summary focusing on delivering business value through safety, reliability, and API improvements across the Matter Labs repos (zksync-os and zksync-os-server). Key safety fixes reduced undefined behavior risks, tracing robustness improvements increased visibility and reliability of transaction processing, and a new RPC API exposed richer block context to clients, enabling faster integrations and better diagnostics.
Month: 2025-12 — Concise monthly summary focusing on delivering business value through safety, reliability, and API improvements across the Matter Labs repos (zksync-os and zksync-os-server). Key safety fixes reduced undefined behavior risks, tracing robustness improvements increased visibility and reliability of transaction processing, and a new RPC API exposed richer block context to clients, enabling faster integrations and better diagnostics.
Month 2025-11: Focused on strengthening EVM debugging capabilities, fortifying cryptographic arithmetic correctness, and improving developer onboarding through DA schemes documentation. Notable outcomes include enhanced EVM stack tracing, updated spec tests, corrected secp256k1 magnitudes, robust P-256 precompile boundary checks, and comprehensive Data Availability documentation. These efforts reduce debugging time, increase reliability of execution, and improve resilience against edge cases across ZKSync OS.
Month 2025-11: Focused on strengthening EVM debugging capabilities, fortifying cryptographic arithmetic correctness, and improving developer onboarding through DA schemes documentation. Notable outcomes include enhanced EVM stack tracing, updated spec tests, corrected secp256k1 magnitudes, robust P-256 precompile boundary checks, and comprehensive Data Availability documentation. These efforts reduce debugging time, increase reliability of execution, and improve resilience against edge cases across ZKSync OS.
October 2025 highlights for matter-labs/zksync-os: Delivered key features and bug fixes that improve release discipline, system architecture, and correctness, delivering clear business value through reduced noise, better maintainability, and higher reliability. Key outcomes include: (1) Release Binaries Automation Upgrade — binaries are published only on releases, reducing noise from every commit and enabling manual binary updates via a release workflow; (2) Consolidated Oracle System — unifies oracle functionality into a single module with simplified serialization, preserving core ZKsync OS execution capabilities; (3) Stack Construction System Modernization — migrates to a simplified const generic design (StackFactory), renaming StackCtor and removing deprecated traits to improve maintainability; (4) RISC-V ModExp Correctness Bug Fix — fixes handling of trailing zero digits in modexp precompile for large numbers and adds tests to ensure robustness; (5) Tracer Logging Bug Fix — fixes tracer to distinguish storage reads vs writes and adds a NopTracer in tests to ensure tracer correctness. Overall impact includes reduced operational overhead, improved reliability, and better maintainability, enabling faster iteration and safer releases. Technologies/skills demonstrated include Rust architecture refactoring, const generics, serialization simplification, test-driven development, and release workflow automation.
October 2025 highlights for matter-labs/zksync-os: Delivered key features and bug fixes that improve release discipline, system architecture, and correctness, delivering clear business value through reduced noise, better maintainability, and higher reliability. Key outcomes include: (1) Release Binaries Automation Upgrade — binaries are published only on releases, reducing noise from every commit and enabling manual binary updates via a release workflow; (2) Consolidated Oracle System — unifies oracle functionality into a single module with simplified serialization, preserving core ZKsync OS execution capabilities; (3) Stack Construction System Modernization — migrates to a simplified const generic design (StackFactory), renaming StackCtor and removing deprecated traits to improve maintainability; (4) RISC-V ModExp Correctness Bug Fix — fixes handling of trailing zero digits in modexp precompile for large numbers and adds tests to ensure robustness; (5) Tracer Logging Bug Fix — fixes tracer to distinguish storage reads vs writes and adds a NopTracer in tests to ensure tracer correctness. Overall impact includes reduced operational overhead, improved reliability, and better maintainability, enabling faster iteration and safer releases. Technologies/skills demonstrated include Rust architecture refactoring, const generics, serialization simplification, test-driven development, and release workflow automation.
September 2025 — matter-labs/zksync-os: Focused on stabilizing EVM refunds behavior, removing obsolete components, and strengthening testing infrastructure and test fixtures to improve reliability and time-to-release. Key work included implementing and stabilizing the EVM gas storage refunds flag across modules (default enablement with a controlled revert cycle and final re-enable), removing all WASM-related code and configurations to streamline the codebase, and enhancing EVM testing coverage and CI through centralizing the tester in the main repository and adding regression tests. Ethereum test fixtures were updated to v5.1.0 to enable new test cases and align with newer EIPs and fixtures structure.
September 2025 — matter-labs/zksync-os: Focused on stabilizing EVM refunds behavior, removing obsolete components, and strengthening testing infrastructure and test fixtures to improve reliability and time-to-release. Key work included implementing and stabilizing the EVM gas storage refunds flag across modules (default enablement with a controlled revert cycle and final re-enable), removing all WASM-related code and configurations to streamline the codebase, and enhancing EVM testing coverage and CI through centralizing the tester in the main repository and adding regression tests. Ethereum test fixtures were updated to v5.1.0 to enable new test cases and align with newer EIPs and fixtures structure.
August 2025 monthly summary for matter-labs/zksync-os focused on improving execution environment isolation, error propagation, and deployment observability. Delivered a refactored runner with centralized EE logic and constructor-like deployment handling, enhanced EVM tracing and error reporting, and richer deployment tracing. Also fixed robustness issues in storage and SHA3 handling to align with EVM behavior, improving reliability and debugging capability across core smart-contract workflows.
August 2025 monthly summary for matter-labs/zksync-os focused on improving execution environment isolation, error propagation, and deployment observability. Delivered a refactored runner with centralized EE logic and constructor-like deployment handling, enhanced EVM tracing and error reporting, and richer deployment tracing. Also fixed robustness issues in storage and SHA3 handling to align with EVM behavior, improving reliability and debugging capability across core smart-contract workflows.
Month: 2025-07 – Summary: This month concentrated on stability, maintainability, and observability for matter-labs/zksync-os. Key features include CI stability and dependency cleanup, bootloader runner refactor for future tracing integration, and initial tracing functionality with tracer implementations to support sequencing and debugging. No explicit bug fixes were identified as separate items; the changes collectively improve CI reliability, simplify the execution flow, and lay the groundwork for enhanced debug capabilities. The work delivers business value through more reliable builds, faster iteration cycles, and improved observability.
Month: 2025-07 – Summary: This month concentrated on stability, maintainability, and observability for matter-labs/zksync-os. Key features include CI stability and dependency cleanup, bootloader runner refactor for future tracing integration, and initial tracing functionality with tracer implementations to support sequencing and debugging. No explicit bug fixes were identified as separate items; the changes collectively improve CI reliability, simplify the execution flow, and lay the groundwork for enhanced debug capabilities. The work delivers business value through more reliable builds, faster iteration cycles, and improved observability.
June 2025 monthly summary focusing on delivering business value through feature delivery, reliability improvements, and compliance updates across two repositories: matter-labs/zksync-airbender and matter-labs/zksync-os. Highlights include major refactors enabling cleaner architecture, improved data correctness, and stronger licensing/documentation standards, with concrete commits referenced below.
June 2025 monthly summary focusing on delivering business value through feature delivery, reliability improvements, and compliance updates across two repositories: matter-labs/zksync-airbender and matter-labs/zksync-os. Highlights include major refactors enabling cleaner architecture, improved data correctness, and stronger licensing/documentation standards, with concrete commits referenced below.
May 2025 monthly summary: Across three repositories, delivered reliability, security, and foundational platform work for zkEVM. Key outcomes include a bug fix that ensures only published EVM bytecodes are checked against the DB when a transaction reverts after deployment, a network upgrade configuration for V27, a new witness evaluation engine to accelerate prover computations, documentation improvements plus CI/CD security hardening to improve onboarding and pipeline safety, and foundational OS architecture work that sets up a stable, extensible zkEVM OS layer with security-conscious CI practices.
May 2025 monthly summary: Across three repositories, delivered reliability, security, and foundational platform work for zkEVM. Key outcomes include a bug fix that ensures only published EVM bytecodes are checked against the DB when a transaction reverts after deployment, a network upgrade configuration for V27, a new witness evaluation engine to accelerate prover computations, documentation improvements plus CI/CD security hardening to improve onboarding and pipeline safety, and foundational OS architecture work that sets up a stable, extensible zkEVM OS layer with security-conscious CI practices.
April 2025 monthly summary for the zksync-era and era-contracts work across Matter Labs. Key activities focused on dependency hygiene, security hardening, cryptographic parameter alignment, and compliance/documentation. Delivered concrete features and fixes with measurable business value: 1) dependency upgrades to zksync-protocol to 0.151.5 across crates, 2) preventive fix disallowing null 'to' in EIP-712 transactions with dedicated tests, 3) hash parameter consistency updates in era-contracts to reflect updated cryptographic parameters, and 4) audit/documentation package (ZKsync EVM Emulator audit and OpenZeppelin nonce audit) for governance and compliance.
April 2025 monthly summary for the zksync-era and era-contracts work across Matter Labs. Key activities focused on dependency hygiene, security hardening, cryptographic parameter alignment, and compliance/documentation. Delivered concrete features and fixes with measurable business value: 1) dependency upgrades to zksync-protocol to 0.151.5 across crates, 2) preventive fix disallowing null 'to' in EIP-712 transactions with dedicated tests, 3) hash parameter consistency updates in era-contracts to reflect updated cryptographic parameters, and 4) audit/documentation package (ZKsync EVM Emulator audit and OpenZeppelin nonce audit) for governance and compliance.
March 2025 marked a strategic push toward stability, governance readiness, and ecosystem integration across two core Matter Labs repos. Key features delivered include cross-repo hash/address synchronization in era-contracts, upgrade flow stabilization with disabled gateway steps, CI tooling for verifier generation, and Gateway CTM deployment enhancements with Verifier integrations. In zksync-era, Protocol Version V27 with an integrated EVM emulator and system contracts was introduced, aligning dependencies and configurations to support the new protocol. Network environment configurations and test hygiene improvements further reduced deployment risk for mainnet rollouts. Overall, these efforts improve reliability, accelerate verifications/proofs workflows, and position the platform for secure mainnet upgrades and scalable deployments.
March 2025 marked a strategic push toward stability, governance readiness, and ecosystem integration across two core Matter Labs repos. Key features delivered include cross-repo hash/address synchronization in era-contracts, upgrade flow stabilization with disabled gateway steps, CI tooling for verifier generation, and Gateway CTM deployment enhancements with Verifier integrations. In zksync-era, Protocol Version V27 with an integrated EVM emulator and system contracts was introduced, aligning dependencies and configurations to support the new protocol. Network environment configurations and test hygiene improvements further reduced deployment risk for mainnet rollouts. Overall, these efforts improve reliability, accelerate verifications/proofs workflows, and position the platform for secure mainnet upgrades and scalable deployments.
February 2025 focused on stabilizing and accelerating core platform workflows through targeted verifier improvements, upgraded deployment automation, and foundational codebase cleanup, with gateway upgrade capabilities enhanced for safer, staged rollouts. The month delivered concrete progress across verifiers, deployment scripts, and dependency hygiene, while removing legacy deployment surfaces to reduce risk and maintenance burden. This combination improved reliability for upgrades and L2/L1 interactions, and laid groundwork for future performance and scalability gains.
February 2025 focused on stabilizing and accelerating core platform workflows through targeted verifier improvements, upgraded deployment automation, and foundational codebase cleanup, with gateway upgrade capabilities enhanced for safer, staged rollouts. The month delivered concrete progress across verifiers, deployment scripts, and dependency hygiene, while removing legacy deployment surfaces to reduce risk and maintenance burden. This combination improved reliability for upgrades and L2/L1 interactions, and laid groundwork for future performance and scalability gains.
January 2025 performance summary for matter-labs/era-contracts: Focused on delivering maintainable features, stabilizing contract-grade tooling, and aligning test and deployment workflows. Key outcomes include delegate-call improvements, gas-cost corrections, dependency pinning, and data-hash synchronization to ensure consistency across builds and verifications. These activities improved code quality, testing reliability, and readiness for L1-only EVM emulation and Foundry-based workflows.
January 2025 performance summary for matter-labs/era-contracts: Focused on delivering maintainable features, stabilizing contract-grade tooling, and aligning test and deployment workflows. Key outcomes include delegate-call improvements, gas-cost corrections, dependency pinning, and data-hash synchronization to ensure consistency across builds and verifications. These activities improved code quality, testing reliability, and readiness for L1-only EVM emulation and Foundry-based workflows.
December 2024: Delivered critical EVM emulator reliability improvements across two Matter Labs repositories, focusing on correctness of gas accounting, empty-account handling, and bytecode verification. The work enables smoother multi-chain operations (hyperchains) and strengthens deployment/verification workflows, delivering measurable business value through more predictable costs and robust emulation.
December 2024: Delivered critical EVM emulator reliability improvements across two Matter Labs repositories, focusing on correctness of gas accounting, empty-account handling, and bytecode verification. The work enables smoother multi-chain operations (hyperchains) and strengthens deployment/verification workflows, delivering measurable business value through more predictable costs and robust emulation.
November 2024 monthly summary focusing on key accomplishments in the matter-labs/era-contracts repository. Delivered a critical fix to ensure data integrity in hash calculations, improving reliability of contract operations and reducing the risk of incorrect state transitions. Demonstrated strong debugging discipline and repository quality improvements, contributing to overall system stability and trust in contract data processing.
November 2024 monthly summary focusing on key accomplishments in the matter-labs/era-contracts repository. Delivered a critical fix to ensure data integrity in hash calculations, improving reliability of contract operations and reducing the risk of incorrect state transitions. Demonstrated strong debugging discipline and repository quality improvements, contributing to overall system stability and trust in contract data processing.

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