File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1008,9 +1008,9 @@ impl pallet_parachain_staking::Config for Runtime {
1008
1008
/// Minimum collators selected per round, default at genesis and minimum forever after
1009
1009
type MinSelectedCandidates = ConstU32 < 1 > ;
1010
1010
/// Maximum top delegations per candidate
1011
- type MaxTopDelegationsPerCandidate = ConstU32 < 1000 > ;
1011
+ type MaxTopDelegationsPerCandidate = ConstU32 < 300 > ;
1012
1012
/// Maximum bottom delegations per candidate
1013
- type MaxBottomDelegationsPerCandidate = ConstU32 < 200 > ;
1013
+ type MaxBottomDelegationsPerCandidate = ConstU32 < 100 > ;
1014
1014
/// Maximum delegations per delegator
1015
1015
type MaxDelegationsPerDelegator = ConstU32 < 100 > ;
1016
1016
type DefaultCollatorCommission = DefaultCollatorCommission ;
@@ -1025,7 +1025,7 @@ impl pallet_parachain_staking::Config for Runtime {
1025
1025
type MinDelegatorStk = MinDelegatorStk ;
1026
1026
type OnCollatorPayout = ( ) ;
1027
1027
type OnNewRound = ( ) ;
1028
- type WeightInfo = weights :: pallet_parachain_staking :: WeightInfo < Runtime > ;
1028
+ type WeightInfo = ( ) ;
1029
1029
type IssuanceAdapter = AssetsHandler ;
1030
1030
type OnAllDelegationRemoved = ScoreStaking ;
1031
1031
}
Original file line number Diff line number Diff line change @@ -1053,9 +1053,9 @@ impl pallet_parachain_staking::Config for Runtime {
1053
1053
/// Minimum collators selected per round, default at genesis and minimum forever after
1054
1054
type MinSelectedCandidates = ConstU32 < 1 > ;
1055
1055
/// Maximum top delegations per candidate
1056
- type MaxTopDelegationsPerCandidate = ConstU32 < 1000 > ;
1056
+ type MaxTopDelegationsPerCandidate = ConstU32 < 300 > ;
1057
1057
/// Maximum bottom delegations per candidate
1058
- type MaxBottomDelegationsPerCandidate = ConstU32 < 200 > ;
1058
+ type MaxBottomDelegationsPerCandidate = ConstU32 < 100 > ;
1059
1059
/// Maximum delegations per delegator
1060
1060
type MaxDelegationsPerDelegator = ConstU32 < 100 > ;
1061
1061
type DefaultCollatorCommission = DefaultCollatorCommission ;
@@ -1070,7 +1070,7 @@ impl pallet_parachain_staking::Config for Runtime {
1070
1070
type MinDelegatorStk = MinDelegatorStk ;
1071
1071
type OnCollatorPayout = ( ) ;
1072
1072
type OnNewRound = ( ) ;
1073
- type WeightInfo = weights :: pallet_parachain_staking :: WeightInfo < Runtime > ;
1073
+ type WeightInfo = ( ) ;
1074
1074
type IssuanceAdapter = AssetsHandler ;
1075
1075
type OnAllDelegationRemoved = ScoreStaking ;
1076
1076
}
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ docker pull litentry/litentry-parachain:runtime-benchmarks
23
23
# clone the repo
24
24
TMPDIR=/tmp
25
25
cd " $TMPDIR "
26
- [ -d litentry-parachain ] && rm -rf litentry-parachain
27
- git clone https://github.com/litentry/litentry-parachain
28
- cd litentry-parachain /parachain
26
+ [ -d heima ] && rm -rf heima
27
+ git clone https://github.com/litentry/heima
28
+ cd heima /parachain
29
29
git checkout " $2 "
30
30
31
31
# copy binary out
You can’t perform that action at this time.
0 commit comments