Skip to content

Commit

Permalink
revert old runtimes that were internal only (not deployed to any publ…
Browse files Browse the repository at this point in the history
…ic network)
  • Loading branch information
librelois committed Apr 26, 2024
1 parent 8caf729 commit 0e46e9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@ macro_rules! impl_moonbeam_xcm_call_tracing {
}
dispatch_call()
},
// Tracing a transaction that has already been found and
// executed. There's no need to dispatch the rest of the
// calls.
EthereumXcmTracingStatus::TransactionExited => Ok(crate::PostDispatchInfo {
actual_weight: None,
pays_fee: frame_support::pallet_prelude::Pays::No,
}),
_ => unreachable!()
},
// This runtime instance is importing a block.
None => dispatch_call()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@ macro_rules! impl_moonbeam_xcm_call_tracing {
}
dispatch_call()
},
// Tracing a transaction that has already been found and
// executed. There's no need to dispatch the rest of the
// calls.
EthereumXcmTracingStatus::TransactionExited => Ok(crate::PostDispatchInfo {
actual_weight: None,
pays_fee: frame_support::pallet_prelude::Pays::No,
}),
_ => unreachable!()
},
// This runtime instance is importing a block.
None => dispatch_call()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@ macro_rules! impl_moonbeam_xcm_call_tracing {
}
dispatch_call()
},
// Tracing a transaction that has already been found and
// executed. There's no need to dispatch the rest of the
// calls.
EthereumXcmTracingStatus::TransactionExited => Ok(crate::PostDispatchInfo {
actual_weight: None,
pays_fee: frame_support::pallet_prelude::Pays::No,
}),
_ => unreachable!()
},
// This runtime instance is importing a block.
None => dispatch_call()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@ macro_rules! impl_moonbeam_xcm_call_tracing {
}
dispatch_call()
},
// Tracing a transaction that has already been found and
// executed. There's no need to dispatch the rest of the
// calls.
EthereumXcmTracingStatus::TransactionExited => Ok(crate::PostDispatchInfo {
actual_weight: None,
pays_fee: frame_support::pallet_prelude::Pays::No,
}),
_ => unreachable!()
},
// This runtime instance is importing a block.
None => dispatch_call()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,7 @@ macro_rules! impl_moonbeam_xcm_call_tracing {
}
dispatch_call()
},
// Tracing a transaction that has already been found and
// executed. There's no need to dispatch the rest of the
// calls.
EthereumXcmTracingStatus::TransactionExited => Ok(crate::PostDispatchInfo {
actual_weight: None,
pays_fee: frame_support::pallet_prelude::Pays::No,
}),
_ => unreachable!()
},
// This runtime instance is importing a block.
None => dispatch_call()
Expand Down

0 comments on commit 0e46e9a

Please sign in to comment.