Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node/runtime/pangolin/src/pallets/bridge_dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use sp_runtime::{
};
// --- darwinia-network ---
use crate::*;
use bp_message_dispatch::{CallValidate, IntoDispatchOrigin as IntoDispatchOriginT};
use bp_message_dispatch::{CallValidate, IntoDispatchOrigin as IntoDispatchOriginT, Everything};
use bp_messages::{LaneId, MessageNonce};
use darwinia_ethereum::{RawOrigin, Transaction};
use darwinia_evm::AccountBasic;
Expand Down Expand Up @@ -171,7 +171,7 @@ impl Config<WithPangolinParachainDispatch> for Runtime {
type AccountIdConverter = bp_pangolin::AccountIdConverter;
type BridgeMessageId = (LaneId, MessageNonce);
type Call = Call;
type CallValidator = CallValidator;
type CallValidator = Everything;
type EncodedCall = bm_pangolin_parachain::FromPangolinParachainEncodedCall;
type Event = Event;
type IntoDispatchOrigin = IntoDispatchOrigin;
Expand Down