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
823f811c
Unverified
Commit
823f811c
authored
May 03, 2021
by
André Silva
Committed by
GitHub
May 03, 2021
Browse files
runtime: remove BabePalletPrefix impls for old migration (#2967)
parent
75cebe9b
Pipeline
#136663
passed with stages
in 42 minutes and 32 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/kusama/src/lib.rs
View file @
823f811c
...
...
@@ -1238,12 +1238,6 @@ construct_runtime! {
}
}
impl
pallet_babe
::
migrations
::
BabePalletPrefix
for
Runtime
{
fn
pallet_prefix
()
->
&
'static
str
{
"Babe"
}
}
pub
struct
ParachainHostConfigurationMigration
;
impl
frame_support
::
traits
::
OnRuntimeUpgrade
for
ParachainHostConfigurationMigration
{
fn
on_runtime_upgrade
()
->
frame_support
::
weights
::
Weight
{
...
...
runtime/polkadot/src/lib.rs
View file @
823f811c
...
...
@@ -1027,12 +1027,6 @@ construct_runtime! {
}
}
impl
pallet_babe
::
migrations
::
BabePalletPrefix
for
Runtime
{
fn
pallet_prefix
()
->
&
'static
str
{
"Babe"
}
}
/// The address format for describing accounts.
pub
type
Address
=
sp_runtime
::
MultiAddress
<
AccountId
,
()
>
;
/// Block header type as expected by this runtime.
...
...
runtime/westend/src/lib.rs
View file @
823f811c
...
...
@@ -959,12 +959,6 @@ construct_runtime! {
}
}
impl
pallet_babe
::
migrations
::
BabePalletPrefix
for
Runtime
{
fn
pallet_prefix
()
->
&
'static
str
{
"Babe"
}
}
pub
struct
ParachainHostConfigurationMigration
;
impl
frame_support
::
traits
::
OnRuntimeUpgrade
for
ParachainHostConfigurationMigration
{
fn
on_runtime_upgrade
()
->
frame_support
::
weights
::
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