Skip to content

Commit

Permalink
release v1.1.5 (#4999)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Sep 12, 2023
1 parent effbc7a commit 6659ac0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

See [RELEASE](./RELEASE.md) for workflow instructions.

## UNRELEASED
## v1.1.5

### Upgrade information

It is critical for most nodes in the network to use v1.1.5 when layer 20 000 starts. Starting from that layer
active set will not be gossipped together with proposals. That was the main network bottleneck in epoch 4.

### Highlights

### Features
Expand All @@ -19,6 +22,7 @@ See [RELEASE](./RELEASE.md) for workflow instructions.
* `postdata_metadata.json` is now updated atomically to prevent corruption of the file.
* [#4956](https://github.com/spacemeshos/go-spacemesh/pull/4956) Active set is will not be gossipped in every proposal.
Active set usually contains list of atxs that targets current epoch. As the number of atxs grows this object grows as well.
* [#4993](https://github.com/spacemeshos/go-spacemesh/pull/4993) Drop proposals after genering a block. This limits growth of the state.

## v1.1.4

Expand Down

0 comments on commit 6659ac0

Please sign in to comment.