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 @@ -22,6 +22,18 @@ To be released.
22
22
to ` IWorldState ` . [[ #3702 ]]
23
23
- (Libplanet.Action) Moved ` SetValidator() ` from ` IAccount ` to ` IWorld ` .
24
24
[[ #3702 ]]
25
+ - (Libplanet) Removed ` IBlockPolicy.BlockAction ` property. [[ #3701 ]]
26
+ - (Libplanet) Added ` IBlockPolicy.BeginBlockActions ` . property. [[ #3701 ]]
27
+ - (Libplanet) Added ` IBlockPolicy.EndBlockActions ` . property. [[ #3701 ]]
28
+ - (Libplanet) ` BlockPolicy ` constructor requires ` beginBlockActions ` and
29
+ ` endBlockActions ` parameters instead of the ` blockAction ` parameter.
30
+ [[ #3701 ]]
31
+ - (Libplanet.Action) Renamed ` PolicyBlockActionGetter ` delegate to
32
+ ` PolicyBlockActionGetter ` and changed return type to
33
+ ` ImmutableArray<IAction> ` . [[ #3701 ]]
34
+ - (Libplanet.Action) ` ActionEvaluator ` constructor requires
35
+ ` policyBeginBlockActionGetter ` and ` policyEndBlockActionGetter `
36
+ parameters instead of the ` policyBlockActionGetter ` parameter. [[ #3701 ]]
25
37
26
38
### Backward-incompatible network protocol changes
27
39
@@ -41,6 +53,7 @@ To be released.
41
53
[ #3697 ] : https://github.com/planetarium/libplanet/pull/3697
42
54
[ #3699 ] : https://github.com/planetarium/libplanet/pull/3699
43
55
[ #3072 ] : https://github.com/planetarium/libplanet/pull/3702
56
+ [ #3701 ] : https://github.com/planetarium/libplanet/pull/3701
44
57
45
58
46
59
Version 4.1.0
You can’t perform that action at this time.
0 commit comments