Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
60341e12
Unverified
Commit
60341e12
authored
Jun 28, 2021
by
Shawn Tabrizi
Committed by
GitHub
Jun 28, 2021
Browse files
Companion for #9193 (#3376)
* update name * update Substrate Co-authored-by: parity-processbot <>
parent
d5fb3276
Pipeline
#144627
passed with stages
in 34 minutes and 25 seconds
Changes
4
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
60341e12
This diff is collapsed.
Click to expand it.
runtime/kusama/src/weights/pallet_staking.rs
View file @
60341e12
...
...
@@ -218,7 +218,7 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
.saturating_add
(
T
::
DbWeight
::
get
()
.reads
(
1
as
Weight
))
.saturating_add
(
T
::
DbWeight
::
get
()
.reads
((
1
as
Weight
)
.saturating_mul
(
v
as
Weight
)))
}
fn
update
_staking_limits
()
->
Weight
{
fn
set
_staking_limits
()
->
Weight
{
(
4_799_000
as
Weight
)
.saturating_add
(
T
::
DbWeight
::
get
()
.writes
(
4
as
Weight
))
}
...
...
runtime/polkadot/src/weights/pallet_staking.rs
View file @
60341e12
...
...
@@ -218,7 +218,7 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
.saturating_add
(
T
::
DbWeight
::
get
()
.reads
(
1
as
Weight
))
.saturating_add
(
T
::
DbWeight
::
get
()
.reads
((
1
as
Weight
)
.saturating_mul
(
v
as
Weight
)))
}
fn
update
_staking_limits
()
->
Weight
{
fn
set
_staking_limits
()
->
Weight
{
(
4_524_000
as
Weight
)
.saturating_add
(
T
::
DbWeight
::
get
()
.writes
(
4
as
Weight
))
}
...
...
runtime/westend/src/weights/pallet_staking.rs
View file @
60341e12
...
...
@@ -218,7 +218,7 @@ impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
.saturating_add
(
T
::
DbWeight
::
get
()
.reads
(
1
as
Weight
))
.saturating_add
(
T
::
DbWeight
::
get
()
.reads
((
1
as
Weight
)
.saturating_mul
(
v
as
Weight
)))
}
fn
update
_staking_limits
()
->
Weight
{
fn
set
_staking_limits
()
->
Weight
{
(
4_846_000
as
Weight
)
.saturating_add
(
T
::
DbWeight
::
get
()
.writes
(
4
as
Weight
))
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment