mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 08:27:22 +00:00
Remove deprecated code from bridge-runtime-common (#1983)
* removed FromBridgedChainMessageDispatch in favor of XcmBlobMessageDispatch * use HaulBlobExporter/HaulBlobExporterAdapter instead of XcmBridge/XcmBridgeAdapter * tests for sending/dispatching messages * use new schema in testnet bridges + some cleanup * clippy * spelling + added TODO * cleanup some checks * benchmarks compilation * all is XCM * updated README.md * ref issue from TODO
This commit is contained in:
committed by
Bastian Köcher
parent
2407228972
commit
a75c28d5b2
@@ -83,7 +83,7 @@ macro_rules! assert_bridge_messages_pallet_types(
|
||||
use $crate::messages::{
|
||||
source::{FromThisChainMessagePayload, TargetHeaderChainAdapter},
|
||||
target::{FromBridgedChainMessagePayload, SourceHeaderChainAdapter},
|
||||
AccountIdOf, BalanceOf, BridgedChain, CallOf, ThisChain,
|
||||
AccountIdOf, BalanceOf, BridgedChain, ThisChain,
|
||||
};
|
||||
use pallet_bridge_messages::Config as MessagesConfig;
|
||||
use static_assertions::assert_type_eq_all;
|
||||
|
||||
Reference in New Issue
Block a user