mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Initial version of Call::decode dispatch. (#300)
* Initial version of call dispatch. * cargo fmt --all * Remove unused stuff. * cargo fmt --all * weight is part of msg + events * should_fail_on_weight_mismatch * plug into runtime * cargo fmt --all * fix benchmarks compilation? * expected/actual values in events * return actual weight from MessageDispatch::dispatch() * MessageOrigin -> InstanceId + move bridge_account_id to bp-runtime * fix benchmarks again * cargo fmt --all * clippy Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
This commit is contained in:
committed by
Bastian Köcher
parent
c7437c7d91
commit
858940050a
@@ -45,6 +45,11 @@ version = "0.1.0"
|
||||
default-features = false
|
||||
path = "../../../modules/ethereum"
|
||||
|
||||
[dependencies.pallet-bridge-call-dispatch]
|
||||
version = "0.1.0"
|
||||
default-features = false
|
||||
path = "../../../modules/call-dispatch"
|
||||
|
||||
[dependencies.pallet-bridge-currency-exchange]
|
||||
version = "0.1.0"
|
||||
default-features = false
|
||||
@@ -216,6 +221,11 @@ version = "0.1.0"
|
||||
default-features = false
|
||||
path = "../../../primitives/header-chain"
|
||||
|
||||
[dependencies.bp-message-lane]
|
||||
version = "0.1.0"
|
||||
default-features = false
|
||||
path = "../../../primitives/message-lane"
|
||||
|
||||
# Dev Dependencies
|
||||
|
||||
[dev-dependencies.libsecp256k1]
|
||||
@@ -240,6 +250,7 @@ default = ["std"]
|
||||
std = [
|
||||
"bp-currency-exchange/std",
|
||||
"bp-eth-poa/std",
|
||||
"bp-message-lane/std",
|
||||
"codec/std",
|
||||
"frame-benchmarking/std",
|
||||
"frame-executive/std",
|
||||
@@ -248,6 +259,7 @@ std = [
|
||||
"frame-system/std",
|
||||
"pallet-aura/std",
|
||||
"pallet-balances/std",
|
||||
"pallet-bridge-call-dispatch/std",
|
||||
"pallet-bridge-currency-exchange/std",
|
||||
"pallet-bridge-eth-poa/std",
|
||||
"pallet-grandpa/std",
|
||||
|
||||
Reference in New Issue
Block a user