Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Feb 26, 2021
1 parent fdf5eab commit 4ca931a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ All notable changes to the core components will be documented in this file.
### Changed

- (`loadtest`): `zksync_fee` has been moved to `[main_wallet]` section from the `[network]` section.
- (`EthWatcher`): added processing of events about adding new tokens to the contract.

### Added

- (`loadtest`): Added `zksync_fee` option into the `[scenario]` section to set fee for each scenario individually, added
`fee_token` option into the `[main_wallet]` section to set token that is used to pay fees for the main wallet
operations.
- (`TokenHandler`): Module for automatically adding a token to the database based on the received Ethereum event
(`NewTokenEvent`).
- (`Notifier`): Module for sending notifications to third-party services.

### Fixed

Expand Down
2 changes: 2 additions & 0 deletions changelog/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ components, the logs will have the following format:

### Added

- (`token_list_manager`): CLI for updating to new version of a previously saved list of trusted tokens.

### Fixed

## Release 2021-02-19
Expand Down

0 comments on commit 4ca931a

Please sign in to comment.