Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: release 0.3.2 #143

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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