File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
Libplanet changelog
2
2
===================
3
3
4
+ Version DPoS
5
+ -------------
6
+
7
+ ### Deprecated APIs
8
+
9
+ ### Backward-incompatible API changes
10
+
11
+ - (Libplanet) Removed ` IBlockPolicy.BlockAction ` property. [[ #3701 ]]
12
+ - (Libplanet) Added ` IBlockPolicy.BeginBlockActions ` . property. [[ #3701 ]]
13
+ - (Libplanet) Added ` IBlockPolicy.EndBlockActions ` . property. [[ #3701 ]]
14
+ - (Libplanet) ` BlockPolicy ` constructor requires ` beginBlockActions ` and
15
+ ` endBlockActions ` parameters instead of the ` blockAction ` parameter.
16
+ [[ #3701 ]]
17
+ - (Libplanet.Action) Renamed ` PolicyBlockActionGetter ` delegate to
18
+ ` PolicyBlockActionGetter ` and changed return type to
19
+ ` ImmutableArray<IAction> ` . [[ #3701 ]]
20
+ - (Libplanet.Action) ` ActionEvaluator ` constructor requires
21
+ ` policyBeginBlockActionGetter ` and ` policyEndBlockActionGetter `
22
+ parameters instead of the ` policyBlockActionGetter ` parameter. [[ #3701 ]]
23
+
24
+ ### Backward-incompatible network protocol changes
25
+
26
+ ### Backward-incompatible storage format changes
27
+
28
+ ### Added APIs
29
+
30
+ ### Behavioral changes
31
+
32
+ ### Bug fixes
33
+
34
+ ### Dependencies
35
+
36
+ ### CLI tools
37
+
38
+ [ #3701 ] : https://github.com/planetarium/libplanet/pull/3701
39
+
40
+
4
41
Version 4.1.0
5
42
-------------
6
43
You can’t perform that action at this time.
0 commit comments