Skip to content

Commit

Permalink
Release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Nov 15, 2023
1 parent f91972e commit 5bf93f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## Release v1.2.6

### Improvements

* [#5263](https://github.com/spacemeshos/go-spacemesh/pull/5263) randomize peer selection

without this change node can get stuck after restart on requesting data from peer that is misbehaving.
log below will be printed repeatedly:

> 2023-11-15T08:00:17.937+0100 INFO fd68b.sync syncing atx from genesis
* [#5264](https://github.com/spacemeshos/go-spacemesh/pull/5264) increase limits related to activations

some of the limits were hardcoded and didn't account for growth in atx number.
this change is not required for node to work correct in the next epoch, but will be required later.


## Release v1.2.5

### Improvemennts
Expand Down

0 comments on commit 5bf93f9

Please sign in to comment.