Commit 49e7904 1 parent 6c2ca93 commit 49e7904 Copy full SHA for 49e7904
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ type ConsensusParams struct {
97
97
// group. The total available is len(group) * LogicSigMaxCost)
98
98
EnableLogicSigCostPooling bool
99
99
100
+ // EnableLogicSigSizePooling specifies LogicSig sizes are pooled across a
101
+ // group. The total available is len(group) * LogicSigMaxSize
102
+ EnableLogicSigSizePooling bool
103
+
100
104
// RewardUnit specifies the number of MicroAlgos corresponding to one reward
101
105
// unit.
102
106
//
@@ -1423,6 +1427,8 @@ func initConsensusProtocols() {
1423
1427
1424
1428
vFuture .LogicSigVersion = 11 // When moving this to a release, put a new higher LogicSigVersion here
1425
1429
1430
+ vFuture .EnableLogicSigSizePooling = true
1431
+
1426
1432
vFuture .Payouts .Enabled = true
1427
1433
vFuture .Payouts .Percent = 75
1428
1434
vFuture .Payouts .GoOnlineFee = 2_000_000 // 2 algos
You can’t perform that action at this time.
0 commit comments