Commit 0f938d2 1 parent 916f83f commit 0f938d2 Copy full SHA for 0f938d2
File tree 27 files changed +27
-27
lines changed
crates/kilt-dip-primitives/src
merkle_proofs/v0/provider_state
pallet-deposit-storage/src
27 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ mod dip_did_proof_with_verified_relay_state_root {
251
251
type Hash = H256 ;
252
252
type Hashing = BlakeTwo256 ;
253
253
type Lookup = IdentityLookup < Self :: AccountId > ;
254
- type MaxConsumers = ConstU32 < 16 > ;
254
+ type MaxConsumers = ConstU32 < 100 > ;
255
255
type Nonce = u64 ;
256
256
type OnKilledAccount = ( ) ;
257
257
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ impl frame_system::Config for TestRuntime {
71
71
type Hash = H256 ;
72
72
type Hashing = BlakeTwo256 ;
73
73
type Lookup = IdentityLookup < Self :: AccountId > ;
74
- type MaxConsumers = ConstU32 < 16 > ;
74
+ type MaxConsumers = ConstU32 < 100 > ;
75
75
type Nonce = u64 ;
76
76
type OnKilledAccount = ( ) ;
77
77
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ pub(crate) mod runtime {
261
261
type BlockLength = ( ) ;
262
262
type SS58Prefix = SS58Prefix ;
263
263
type OnSetCode = ( ) ;
264
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
264
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
265
265
}
266
266
267
267
parameter_types ! {
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ pub mod runtime {
100
100
type BlockLength = ( ) ;
101
101
type SS58Prefix = SS58Prefix ;
102
102
type OnSetCode = ( ) ;
103
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
103
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
104
104
}
105
105
106
106
parameter_types ! {
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ pub(crate) mod runtime {
247
247
type BlockLength = ( ) ;
248
248
type SS58Prefix = SS58Prefix ;
249
249
type OnSetCode = ( ) ;
250
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
250
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
251
251
}
252
252
253
253
parameter_types ! {
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ impl frame_system::Config for Test {
105
105
type BlockLength = ( ) ;
106
106
type SS58Prefix = SS58Prefix ;
107
107
type OnSetCode = ( ) ;
108
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
108
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
109
109
}
110
110
111
111
parameter_types ! {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ impl frame_system::Config for MockRuntime {
66
66
type Hash = H256 ;
67
67
type Hashing = BlakeTwo256 ;
68
68
type Lookup = IdentityLookup < Self :: AccountId > ;
69
- type MaxConsumers = ConstU32 < 16 > ;
69
+ type MaxConsumers = ConstU32 < 100 > ;
70
70
type Nonce = u64 ;
71
71
type OnKilledAccount = ( ) ;
72
72
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ pub mod runtime {
226
226
type Hash = Hash ;
227
227
type Hashing = BlakeTwo256 ;
228
228
type Lookup = IdentityLookup < Self :: AccountId > ;
229
- type MaxConsumers = ConstU32 < 16 > ;
229
+ type MaxConsumers = ConstU32 < 100 > ;
230
230
type Nonce = u64 ;
231
231
type OnKilledAccount = ( ) ;
232
232
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ pub mod runtime {
79
79
type BlockLength = ( ) ;
80
80
type SS58Prefix = SS58Prefix ;
81
81
type OnSetCode = ( ) ;
82
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
82
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
83
83
}
84
84
85
85
parameter_types ! {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ impl frame_system::Config for TestRuntime {
73
73
type Hash = H256 ;
74
74
type Hashing = BlakeTwo256 ;
75
75
type Lookup = IdentityLookup < Self :: AccountId > ;
76
- type MaxConsumers = ConstU32 < 16 > ;
76
+ type MaxConsumers = ConstU32 < 100 > ;
77
77
type Nonce = u64 ;
78
78
type OnKilledAccount = ( ) ;
79
79
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ impl frame_system::Config for TestRuntime {
75
75
type Hash = H256 ;
76
76
type Hashing = BlakeTwo256 ;
77
77
type Lookup = IdentityLookup < Self :: AccountId > ;
78
- type MaxConsumers = ConstU32 < 16 > ;
78
+ type MaxConsumers = ConstU32 < 100 > ;
79
79
type Nonce = u64 ;
80
80
type OnKilledAccount = ( ) ;
81
81
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ impl frame_system::Config for TestRuntime {
60
60
type Hash = H256 ;
61
61
type Hashing = BlakeTwo256 ;
62
62
type Lookup = IdentityLookup < Self :: AccountId > ;
63
- type MaxConsumers = ConstU32 < 16 > ;
63
+ type MaxConsumers = ConstU32 < 100 > ;
64
64
type Nonce = u64 ;
65
65
type OnKilledAccount = ( ) ;
66
66
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ impl frame_system::Config for Test {
80
80
type SystemWeightInfo = ( ) ;
81
81
type SS58Prefix = SS58Prefix ;
82
82
type OnSetCode = ( ) ;
83
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
83
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
84
84
}
85
85
86
86
parameter_types ! {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ impl frame_system::Config for TestRuntime {
54
54
type Hash = H256 ;
55
55
type Hashing = BlakeTwo256 ;
56
56
type Lookup = IdentityLookup < Self :: AccountId > ;
57
- type MaxConsumers = ConstU32 < 16 > ;
57
+ type MaxConsumers = ConstU32 < 100 > ;
58
58
type Nonce = u64 ;
59
59
type OnKilledAccount = ( ) ;
60
60
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ impl frame_system::Config for TestRuntime {
54
54
type Hash = H256 ;
55
55
type Hashing = BlakeTwo256 ;
56
56
type Lookup = IdentityLookup < Self :: AccountId > ;
57
- type MaxConsumers = ConstU32 < 16 > ;
57
+ type MaxConsumers = ConstU32 < 100 > ;
58
58
type Nonce = u64 ;
59
59
type OnKilledAccount = ( ) ;
60
60
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ impl frame_system::Config for Test {
82
82
type SystemWeightInfo = ( ) ;
83
83
type SS58Prefix = SS58Prefix ;
84
84
type OnSetCode = ( ) ;
85
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
85
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
86
86
}
87
87
88
88
parameter_types ! {
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ impl frame_system::Config for Test {
114
114
type BlockLength = ( ) ;
115
115
type SS58Prefix = SS58Prefix ;
116
116
type OnSetCode = ( ) ;
117
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
117
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
118
118
}
119
119
120
120
parameter_types ! {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ impl frame_system::Config for TestRuntime {
53
53
type Hash = H256 ;
54
54
type Hashing = BlakeTwo256 ;
55
55
type Lookup = IdentityLookup < Self :: AccountId > ;
56
- type MaxConsumers = ConstU32 < 16 > ;
56
+ type MaxConsumers = ConstU32 < 100 > ;
57
57
type Nonce = u64 ;
58
58
type OnKilledAccount = ( ) ;
59
59
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ pub(crate) mod runtime {
114
114
type SystemWeightInfo = ( ) ;
115
115
type SS58Prefix = SS58Prefix ;
116
116
type OnSetCode = ( ) ;
117
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
117
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
118
118
type RuntimeTask = RuntimeTask ;
119
119
}
120
120
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ impl frame_system::Config for Test {
92
92
type BlockLength = ( ) ;
93
93
type SS58Prefix = SS58Prefix ;
94
94
type OnSetCode = ( ) ;
95
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
95
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
96
96
}
97
97
parameter_types ! {
98
98
pub const ExistentialDeposit : Balance = 1 ;
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ pub(crate) mod runtime {
302
302
type BlockLength = ( ) ;
303
303
type SS58Prefix = ConstU16 < 38 > ;
304
304
type OnSetCode = ( ) ;
305
- type MaxConsumers = ConstU32 < 16 > ;
305
+ type MaxConsumers = ConstU32 < 100 > ;
306
306
}
307
307
308
308
impl pallet_balances:: Config for Test {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ impl frame_system::Config for TestRuntime {
52
52
type Hash = Hash ;
53
53
type Hashing = Hasher ;
54
54
type Lookup = IdentityLookup < Self :: AccountId > ;
55
- type MaxConsumers = ConstU32 < 16 > ;
55
+ type MaxConsumers = ConstU32 < 100 > ;
56
56
type Nonce = Nonce ;
57
57
type OnKilledAccount = ( ) ;
58
58
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ impl frame_system::Config for TestRuntime {
74
74
type Hash = Hash ;
75
75
type Hashing = Hasher ;
76
76
type Lookup = IdentityLookup < Self :: AccountId > ;
77
- type MaxConsumers = ConstU32 < 16 > ;
77
+ type MaxConsumers = ConstU32 < 100 > ;
78
78
type Nonce = Nonce ;
79
79
type OnKilledAccount = ( ) ;
80
80
type OnNewAccount = ( ) ;
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ mod tests {
219
219
type SystemWeightInfo = ( ) ;
220
220
type SS58Prefix = ( ) ;
221
221
type OnSetCode = ( ) ;
222
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
222
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
223
223
}
224
224
225
225
impl pallet_balances:: Config for Test {
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ impl frame_system::Config for Runtime {
198
198
type SS58Prefix = SS58Prefix ;
199
199
/// The set code logic, just the default since we're not a parachain.
200
200
type OnSetCode = ( ) ;
201
- type MaxConsumers = ConstU32 < 16 > ;
201
+ type MaxConsumers = ConstU32 < 100 > ;
202
202
}
203
203
204
204
/// Maximum number of nominators per validator.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ impl frame_system::Config for Runtime {
93
93
type SS58Prefix = ConstU16 < SS_58_PREFIX > ;
94
94
/// The set code logic
95
95
type OnSetCode = cumulus_pallet_parachain_system:: ParachainSetCode < Runtime > ;
96
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
96
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
97
97
}
98
98
99
99
impl pallet_timestamp:: Config for Runtime {
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ impl frame_system::Config for Runtime {
93
93
type SS58Prefix = ConstU16 < SS_58_PREFIX > ;
94
94
/// The set code logic
95
95
type OnSetCode = cumulus_pallet_parachain_system:: ParachainSetCode < Runtime > ;
96
- type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
96
+ type MaxConsumers = frame_support:: traits:: ConstU32 < 100 > ;
97
97
}
98
98
99
99
impl pallet_timestamp:: Config for Runtime {
You can’t perform that action at this time.
0 commit comments