Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 23, 2020
1 parent a578c9e commit 98eb844
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ The following guides for developers are available:

## Changelog

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

- [Smart contracts](changelog/contracts.md)
- [Core](changelog/core.md)
Expand Down
1 change: 1 addition & 0 deletions changelog/contracts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Smart Contracts' Changelog

All notable changes to the contracts will be documented in this file.

## Unreleased
Expand Down
3 changes: 2 additions & 1 deletion changelog/core.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Core Components Changelog

All notable changes to the core components will be documented in this file.

## Unrealesed
Expand All @@ -10,6 +11,6 @@ All notable changes to the core components will be documented in this file.
- 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.
- `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.
7 changes: 5 additions & 2 deletions changelog/infrastructure.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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:

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>
(<component-name>): <the description of the change>
```

## Unreleased
Expand Down
1 change: 1 addition & 0 deletions changelog/js-sdk.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# JavaScript SDK changelog

All notable changes to `zksync.js` will be documented in this file.

## Unreleased
Expand Down
1 change: 1 addition & 0 deletions changelog/rust-sdk.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Rust SDK Changelog

All notable changes to `zksync_rs` will be documented in this file.

## Unrealesed
Expand Down

0 comments on commit 98eb844

Please sign in to comment.