Skip to content

Commit 78e25e5

Browse files
committed
Changelog
1 parent 2cbfc48 commit 78e25e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ To be released.
1515
- Removed the '#nullable disable' from the Libplanet.Store project. [[#3644]]
1616
- Removed the '#nullable disable' from the Libplanet.RocksDBStore project.
1717
[[#3651]]
18+
- (Libplanet.Net) Changed swarm-related types due to removal of
19+
'nullable keyword'. [[#3670]]
20+
- Changed `options` parameter type of `Swarm` class constructor from
21+
`SwarmOptions` to `SwarmOptions?`.
22+
- Changed `consensusTransport` parameter type of `Swarm` class constructor
23+
from `ITransport` to `ITransport?`.
24+
- Changed `Swarm.Validators` property type
25+
from `IReadOnlyList<BoundPeer>` to `IReadOnlyList<BoundPeer>?`.
26+
- Changed `progress` parameter type of `Swarm.PreloadAsync` method
27+
from `IProgress<BlockSyncState>` to `IProgress<BlockSyncState>?`.
28+
- Changed return type of `Swarm.FindSpecificPeerAsync` method
29+
from `Task<BoundPeer>` to `Task<BoundPeer?>`.
1830

1931
### Backward-incompatible network protocol changes
2032

@@ -45,6 +57,7 @@ To be released.
4557
[#3644]: https://github.com/planetarium/libplanet/pull/3644
4658
[#3651]: https://github.com/planetarium/libplanet/pull/3651
4759
[#3669]: https://github.com/planetarium/libplanet/pull/3669
60+
[#3670]: https://github.com/planetarium/libplanet/pull/3670
4861

4962

5063
Version 4.0.4

0 commit comments

Comments
 (0)