Skip to content

Commit

Permalink
Prepare release 2021.02.02
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Feb 2, 2021
1 parent bb7bc2a commit 5221366
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions changelog/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,30 @@ All notable changes to the core components will be documented in this file.

## Unreleased

- Removed the limitation on the number of withdrawals in the block.
- (`FeeTicker`): Increased gas price estimate for transaction.
### Removed

### Changed

### Added

### Fixed

## Release 2021-02-02

### Removed

- `MetricsCounter` structure was removed because it is not used.
- The limit on the number of withdrawals in the block.

### Changed

- Type aliases (`TokenId`, `AccountId`, `Nonce`, `BlockNumber`, `PriorityOpId`, `EthBlockId`) are replaced with wrapper
structures.
- `prometheus_exporter` was made a library to be used by several crates.
- `prover_run_for_next_commit` function uses a parameterized timeout instead of a hard-coded one.
- `action_type` column type in db is changed from `text` to `enum` for optimization.
- (`storage`): `action_type` column type in db is changed from `text` to `enum` for optimization.
- (`FeeTicker`): Increased gas price estimate for transaction.
- (`loadtest`): Scenario execution was made parallel.

### Added

Expand All @@ -26,6 +36,8 @@ All notable changes to the core components will be documented in this file.

### Fixed

- (`FeeTicker`): Performance for getting the batch fee was heavily optimized.

## Release 2021-01-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion changelog/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components, the logs will have the following format:

### Removed

- 'localStorage' caching, it fixed the bug, when entire block be "Initiated" for more than a day.
- (`explorer`): 'localStorage' caching. It fixed the bug when the block have not updated the "Initiated" status.

### Changed

Expand Down

0 comments on commit 5221366

Please sign in to comment.