File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ To be released.
18
18
19
19
### Backward-incompatible network protocol changes
20
20
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
+
21
34
### Backward-incompatible storage format changes
22
35
23
36
### Added APIs
@@ -33,6 +46,7 @@ To be released.
33
46
[ #3622 ] : https://github.com/planetarium/libplanet/pull/3622
34
47
[ #3644 ] : https://github.com/planetarium/libplanet/pull/3644
35
48
[ #3651 ] : https://github.com/planetarium/libplanet/pull/3651
49
+ [ #3670 ] : https://github.com/planetarium/libplanet/pull/3670
36
50
37
51
38
52
Version 4.0.4
You can’t perform that action at this time.
0 commit comments