Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.01 KB

infrastructure.md

File metadata and controls

40 lines (25 loc) · 1.01 KB

Infrastructure Changelog

All notable changes to the infrastructure will be documented in this file. Since the infrastructure has a lot of components, the logs will have the following format:

(<component-name>): <the description of the change>

Unreleased

Changed

  • (explorer): Deposits from and withdrawals to an L1 account with the same address are not displayed on the account history page.

Added

Fixed

  • (explorer): bug with updating transaction data after searching another transaction was fixed.

Release 2021-01-12

Added

  • (fee-seller): reserve fee accumulator address.

Changed

  • (explorer) was refactored and optimized.
  • (explorer): optimized by caching.
  • (tok_cli): was removed and all commands from it have been moved to zk.

Fixed

  • (fee-seller): the logic of amount to withdraw/transfer through ZkSync network.
  • Link to status page was added to explorer.
  • (explorer): account and token ids, verified and committed nonces.
  • (zk): lint command.