Skip to content

Commit d43e18b

Browse files
committed
Changelog
1 parent 4bcd2c4 commit d43e18b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ To be released.
1818

1919
### Backward-incompatible network protocol changes
2020

21+
- (Libplanet.Net) Changed swarm-related types due to removal of
22+
'nullable keyword'. [[#3670]]
23+
- Changed `options` parameter type of `Swarm` class constructor from
24+
`SwarmOptions` to `SwarmOptions?`.
25+
- Changed `consensusTransport` parameter type of `Swarm` class constructor
26+
from `ITransport` to `ITransport?`.
27+
- Changed `Swarm.Validators` property type
28+
from `IReadOnlyList<BoundPeer>` to `IReadOnlyList<BoundPeer>?`.
29+
- Changed `progress` parameter type of `Swarm.PreloadAsync` method
30+
from `IProgress<BlockSyncState>` to `IProgress<BlockSyncState>?`.
31+
- Changed return type of `Swarm.FindSpecificPeerAsync` method
32+
from `Task<BoundPeer>` to `Task<BoundPeer?>`.
33+
2134
### Backward-incompatible storage format changes
2235

2336
### Added APIs
@@ -33,6 +46,7 @@ To be released.
3346
[#3622]: https://github.com/planetarium/libplanet/pull/3622
3447
[#3644]: https://github.com/planetarium/libplanet/pull/3644
3548
[#3651]: https://github.com/planetarium/libplanet/pull/3651
49+
[#3670]: https://github.com/planetarium/libplanet/pull/3670
3650

3751

3852
Version 4.0.4

0 commit comments

Comments
 (0)