Skip to content

Commit

Permalink
docs: update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Jun 27, 2023
1 parent f2086b1 commit e102b15
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ To be released.
to `IImmutableSet<(Address, Currency)>`
from `IImmutableDictionary<Address, IImmutableSet<Currency>>`. [[#3244]]
- Added `IAccountStateDelta.Delta` propery. [[#3245]]
- (Libplanet.Net) Renamed `Step` enum to `ConsensusStep`
to remove ambiguity. [[#3249]]
- (Libplanet.Net) `ConsensusProposalMsg`, `ConsensusPreVoteMsg` and
`ConsensusPreCommitMsg` became to inherit `ConsensusVoteMsg`. [[#3249]]

### Backward-incompatible network protocol changes

Expand All @@ -47,6 +51,23 @@ To be released.

- Added `IAccountDelta` interface and its default implementation
`AccountDelta` class. [[#3245]]
- Added `Maj23` and its related classes. [[#3249]]
- Added `Maj23` class.
- Added `Maj23Metadata` class.
- (Libplanet.Net) Added `ConsensusMaj23Msg` class.
- Added `VoteSetBits` and its related classes. [[#3206]]
- Added `VoteSetBits` class.
- Added `VoteSetBitsMetadata` class.
- (Libplanet.Net) Added `ConsensusVoteSetBitsMsg` class.
- (Libplanet.Net) Added `VoteSet` class. [[#3249]]
- (Libplanet.Net) Added `HeightVoteSet` class. [[#3249]]
- (Libplanet.Net) Added `ConsensusVoteMsg` abstract class. [[#3249]]
- (Libplanet.Net) Added `InvalidProposalException` class. [[#3249]]
- (Libplanet.Net) Added `InvalidVoteException` class. [[#3249]]
- (Libplanet.Net) Added `InvalidMaj23Exception` class. [[#3249]]
- (Libplanet.Net) Added
`Gossip.PublishMessage(MessageContent, IEnumerable<BoundPeer>)` method.
[[#3249]]

### Behavioral changes

Expand All @@ -59,6 +80,7 @@ To be released.
[#3230]: https://github.com/planetarium/libplanet/pull/3230
[#3244]: https://github.com/planetarium/libplanet/pull/3244
[#3245]: https://github.com/planetarium/libplanet/pull/3245
[#3249]: https://github.com/planetarium/libplanet/pull/3249


Version 2.2.0
Expand Down

0 comments on commit e102b15

Please sign in to comment.