File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ To be released.
15
15
- Removed the '#nullable disable' from the Libplanet.Store project. [[ #3644 ]]
16
16
- Removed the '#nullable disable' from the Libplanet.RocksDBStore project.
17
17
[[ #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?> ` .
18
30
19
31
### Backward-incompatible network protocol changes
20
32
@@ -45,6 +57,7 @@ To be released.
45
57
[ #3644 ] : https://github.com/planetarium/libplanet/pull/3644
46
58
[ #3651 ] : https://github.com/planetarium/libplanet/pull/3651
47
59
[ #3669 ] : https://github.com/planetarium/libplanet/pull/3669
60
+ [ #3670 ] : https://github.com/planetarium/libplanet/pull/3670
48
61
49
62
50
63
Version 4.0.4
You can’t perform that action at this time.
0 commit comments