companion for pallet order fix (#711)

* companion

* Run cargo update

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Guillaume Thiolliere
2021-12-01 10:51:58 +09:00
committed by GitHub
parent d246858d17
commit 6bcafd40ce
9 changed files with 551 additions and 578 deletions
Generated
+543 -570
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -249,6 +249,6 @@ pub fn new_test_ext() -> sp_io::TestExternalities {
pub fn initialize_to_block(n: u64) {
for i in System::block_number() + 1..=n {
System::set_block_number(i);
<AllPallets as frame_support::traits::OnInitialize<u64>>::on_initialize(i);
<AllPalletsWithSystem as frame_support::traits::OnInitialize<u64>>::on_initialize(i);
}
}
+1 -1
View File
@@ -117,7 +117,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
>;
/// Handles converting a weight scalar to a fee value, based on the scale and granularity of the
@@ -575,7 +575,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
RemoveCollectiveFlip,
>;
+1 -1
View File
@@ -298,7 +298,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
>;
impl_runtime_apis! {
+1 -1
View File
@@ -774,7 +774,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
RemoveCollectiveFlip,
>;
+1 -1
View File
@@ -786,7 +786,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
>;
impl_runtime_apis! {
+1 -1
View File
@@ -766,7 +766,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
RemoveCollectiveFlip,
>;
+1 -1
View File
@@ -327,7 +327,7 @@ pub type Executive = frame_executive::Executive<
Block,
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
AllPalletsWithSystem,
TestOnRuntimeUpgrade,
>;
/// The payload being signed in transactions.