Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.18 KB

infrastructure.md

File metadata and controls

45 lines (28 loc) · 1.18 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

Removed

  • 'localStorage' caching, it fixed the bug, when entire block be "Initiated" for more than a day.

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 not displaying old blocks was 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.