Skip to content

Commit

Permalink
All the changelogs moved to one folder
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 23, 2020
1 parent 77d21aa commit c5b62f3
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 22 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ The following guides for developers are available:

Since the repository is big and is split into independent components, there is a different changelog for each of its major parts:

- [Smart contracts](contracts/CHANGELOG.md)
- [Core](core/CHANGELOG.md)
- [Infrastructure](infrastructure/CHANGELOG.md)
- [JavaScript SDK](sdk/zksync.js/CHANGELOG.md)
- [Rust SDK](sdk/zksync-rs/CHANGELOG.md)
- [Smart contracts](changelog/contracts.md)
- [Core](changelog/core.md)
- [Infrastructure](changelog/infrastructure.md)
- [JavaScript SDK](changelog/js-sdk.md)
- [Rust SDK](changelog/rust-sdk.md)

## License

Expand Down
13 changes: 11 additions & 2 deletions contracts/CHANGELOG.md → changelog/contracts.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
### Contracts v3 and protocol (4.09.2020)
# Smart Contracts' Changelog
All notable changes to the contracts will be documented in this file.

## Unreleased

## 2020-09-04

**Version 3** is released.

- Change pubkey operation requires fee for processing.
- Added support for the forced exit operation which allows user to force a withdrawal from another account that does not
have signing key set and is older than 24h.

### Contracts v2 (20.07.2020)
## 2020-07-20

**Version 2** is released.

- Added event denoting information about pending and completed withdrawals.
- Added support for tokens that aren't fully compatible with ERC20.
Expand Down
15 changes: 15 additions & 0 deletions changelog/core.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Core Components Changelog
All notable changes to the core components will be documented in this file.

## Unrealesed

## Prior to 2020-12-23

- Robustness of the fee ticker's API interacting module was increased.
- A possibility to get an Ethereum tx hash for withdrawal operation was added.
- Bug with delay between receiving a job and starting sending heartbeats was fixed.
- Blocks that contain withdraw operations are sealed faster.
- Added support for non-standard Ethereum signatures.
- `eth_sender` module now can be disabled.
- Transfer to zero address (0x00..00) is now forbidden in zkSync.
- WebSocket server now uses more threads for handling incoming requests.
12 changes: 12 additions & 0 deletions changelog/infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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

## Prior to 2020-12-23

- (Explorer): A link to the wallet was added to the explorer.
- (Explorer): Fixed bug with accessing non-existent blocks in explorer.
5 changes: 5 additions & 0 deletions sdk/zksync.js/CHANGELOG.md → changelog/js-sdk.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# JavaScript SDK changelog
All notable changes to `zksync.js` will be documented in this file.

## Unreleased

## Prior to 2020-12-23

### 0.6.5

Expand Down
6 changes: 6 additions & 0 deletions changelog/rust-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Rust SDK Changelog
All notable changes to `zksync_rs` will be documented in this file.

## Unrealesed

## Prior to 2020-12-23
10 changes: 0 additions & 10 deletions core/CHANGELOG.md

This file was deleted.

5 changes: 0 additions & 5 deletions infrastructure/CHANGELOG.md

This file was deleted.

Empty file removed sdk/zksync-rs/CHANGELOG.md
Empty file.

0 comments on commit c5b62f3

Please sign in to comment.