Remove Substrate Pallet (#866)

* Remove `pallet-substrate-bridge`

* Fix transfer call encoding test

Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
This commit is contained in:
Hernando Castano
2021-04-06 06:19:23 -04:00
committed by Bastian Köcher
parent cb90ea0979
commit 2f1c4c23fc
16 changed files with 5 additions and 2741 deletions
-2
View File
@@ -22,8 +22,6 @@ use sp_core::{storage::StorageKey, Pair};
use sp_runtime::{generic::SignedPayload, traits::IdentifyAccount};
use std::time::Duration;
pub use millau_runtime::BridgeRialtoCall;
/// Millau header id.
pub type HeaderId = relay_utils::HeaderId<millau_runtime::Hash, millau_runtime::BlockNumber>;