Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Jan 22, 2020
1 parent e3b19de commit 1f67ab8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ To be released.
serialization. [[#762]]
- `Swarm<T>` became to ignore broadcasted block that has lower index than
the current tip. [[#764]]
- The way `Swarm<T>` chose peers to spread messages has changed. [[#765], [#767]]
- If there are less than 10 peers in the routing table, select all peers.
- If there are more than 10 peers in the routing table,
choose one from each bucket, and if the number is less than 10,
then select an additional peers so that the total is 10.

### Bug fixes

Expand Down Expand Up @@ -207,6 +212,8 @@ To be released.
[#762]: https://github.com/planetarium/libplanet/pull/762
[#763]: https://github.com/planetarium/libplanet/pull/763
[#764]: https://github.com/planetarium/libplanet/pull/764
[#765]: https://github.com/planetarium/libplanet/issues/765
[#767]: https://github.com/planetarium/libplanet/pull/767


Version 0.7.0
Expand Down

0 comments on commit 1f67ab8

Please sign in to comment.