Skip to content

Commit

Permalink
Update changelogs with things done so far
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Apr 3, 2021
1 parent daf1e44 commit 8e27498
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ All notable changes to the core components will be documented in this file.

- (`zksync_api`): Internal error with tokens not listed on CoinGecko.
- Fix wrong block info cache behavior in the `api_server`.
- Bug with gas price limit being used instead of average gas price when storing data to DB in gas adjuster.

## Release 2021-02-19

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

- `loadnext` crate, a new implementation of the loadtest for zkSync.

### Fixed

## Release 2021-02-19
Expand Down
6 changes: 6 additions & 0 deletions changelog/rust-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to `zksync_rs` will be documented in this file.

### Added

- `PriorityOpHandle` structure, allowing awaiting for the priority operations execution.
- `PriorityOpHolder::priority_op_handle` method, allowing to get `PriorityOpHandle` out of the Ethereum
transaction logs.
- `mint` feature with `mint_erc20` for minting ERC-20 tokens.
- `EthereumProvider::erc20_balance` method for getting the balance of ERC-20 token.

### Changed

- Hardcode gas limit for `depositERC20` for each token.
Expand Down

0 comments on commit 8e27498

Please sign in to comment.