Skip to content

Commit 5de387d

Browse files
committed
Add breaking and release notes
1 parent 6eb9e88 commit 5de387d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## Unreleased
44

5+
### `malachitebft-core-types`
6+
- Removed the VoteSet synchronization protocol, as it is neither required nor sufficient for liveness.
7+
See ([#998](https://github.com/informalsystems/malachite/issues/998)) for more details.
8+
9+
### `malachitebft-core-consensus`
10+
- Removed the VoteSet synchronization protocol, as it is neither required nor sufficient for liveness.
11+
See ([#998](https://github.com/informalsystems/malachite/issues/998)) for more details.
12+
513
### `malachitebft-engine`
14+
- Removed the VoteSet synchronization protocol, as it is neither required nor sufficient for liveness.
15+
See ([#998](https://github.com/informalsystems/malachite/issues/998)) for more details.
616
- Changed the reply channel of `GetValidatorSet` message to take an `Option<Ctx::ValidatorSet>` instead of `Ctx::ValidatorSet`.
717
- Changed `PartStore::all_parts` to `PartStore::all_parts_by_stream_id`:
818
- Renamed method to clarify that, when a new part is received, the contiguous parts should be queried by stream id
@@ -11,6 +21,10 @@
1121
- Added `&StreamId` parameter to `part_store::PartStore::store`
1222
- Added `&StreamId` parameter to `part_store::PartStore::store_value_id`
1323

24+
### `malachitebft-sync`
25+
- Removed the VoteSet synchronization protocol, as it is neither required nor sufficient for liveness.
26+
See ([#998](https://github.com/informalsystems/malachite/issues/998)) for more details.
27+
1428
## 0.2.0
1529

1630
### `malachitebft-core-types`

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Removed the VoteSet synchronization protocol, as it is neither required nor sufficient for liveness.
6+
See ([#998](https://github.com/informalsystems/malachite/issues/998)) for more details.
57
- Reply to `GetValidatorSet` is now optional ([#990](https://github.com/informalsystems/malachite/issues/990))
68
- Clarify and improve the application handling of multiple proposals for same height and round ([#833](https://github.com/informalsystems/malachite/issues/833))
79

0 commit comments

Comments
 (0)