Skip to content

Commit

Permalink
Merge pull request #143 from nspcc-dev/rel-0.3.2
Browse files Browse the repository at this point in the history
CHANGELOG: release 0.3.2
  • Loading branch information
roman-khimov authored Jan 30, 2025
2 parents 28f5db9 + a2c258c commit 6a1eac8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,22 @@ New features:

Behaviour changes:

Improvements:

Bugs fixed:

## [0.3.2] (30 January 2025)

Important dBFT timer adjustments are included into this patch-release. The first one
is the reference time point for dBFT timer which is moved to the moment of
PrepareRequest receiving. Another one is evaluated network roundtrip time which is now
taken into account every time on dBFT timer reset. These adjustments lead to the fact
that actual block producing time is extremely close to the configuration value. Other
than that, a couple of minor bug fixes are included.

Improvements:
* timer adjustment for most of the consensus time, more accurate block
intervals (#55)
intervals (#56)
* timer adjustment for network roundtrip time (#140)

Bugs fixed:
Expand Down Expand Up @@ -101,7 +114,8 @@ Improvements:

Stable dbft 2.0 implementation.

[Unreleased]: https://github.com/nspcc-dev/dbft/compare/v0.3.1...master
[Unreleased]: https://github.com/nspcc-dev/dbft/compare/v0.3.2...master
[0.3.2]: https://github.com/nspcc-dev/dbft/releases/v0.3.2
[0.3.1]: https://github.com/nspcc-dev/dbft/releases/v0.3.1
[0.3.0]: https://github.com/nspcc-dev/dbft/releases/v0.3.0
[0.2.0]: https://github.com/nspcc-dev/dbft/releases/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/release-instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Close corresponding X.Y.Z GitHub milestone.
## Announcements

Copy the GitHub release page link to:
* Riot channel
* Element channel

## Dependant projects update

Expand Down

0 comments on commit 6a1eac8

Please sign in to comment.