mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Bko cosmetics (#1550)
* Bump log version to 0.4.17 * Removed unnecesseray dependency + rename BridgeGrandpaMillauCall to BridgeGrandpaCall
This commit is contained in:
committed by
Bastian Köcher
parent
59c168e89b
commit
260dad5110
@@ -12,7 +12,7 @@ async-trait = "0.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = "0.3.12"
|
||||
hex = "0.4"
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
num-format = "0.4"
|
||||
num-traits = "0.2"
|
||||
paste = "1.0"
|
||||
@@ -35,7 +35,6 @@ bridge-runtime-common = { path = "../../bin/runtime-common" }
|
||||
finality-relay = { path = "../finality" }
|
||||
messages-relay = { path = "../messages" }
|
||||
millau-runtime = { path = "../../bin/millau/runtime" }
|
||||
pallet-bridge-grandpa = { path = "../../modules/grandpa" }
|
||||
pallet-bridge-messages = { path = "../../modules/messages" }
|
||||
pallet-bridge-parachains = { path = "../../modules/parachains" }
|
||||
parachains-relay = { path = "../parachains" }
|
||||
@@ -70,7 +69,6 @@ xcm = { git = "https://github.com/paritytech/polkadot", branch = "gav-xcm-v3", d
|
||||
[dev-dependencies]
|
||||
bp-test-utils = { path = "../../primitives/test-utils" }
|
||||
hex-literal = "0.3"
|
||||
pallet-bridge-grandpa = { path = "../../modules/grandpa" }
|
||||
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
tempfile = "3.2"
|
||||
finality-grandpa = { version = "0.15.0" }
|
||||
|
||||
@@ -112,9 +112,7 @@ impl BridgeInitializer for MillauToRialtoCliBridge {
|
||||
init_data: <Self::Engine as Engine<Self::Source>>::InitializationData,
|
||||
) -> <Self::Target as Chain>::Call {
|
||||
rialto_runtime::SudoCall::sudo {
|
||||
call: Box::new(
|
||||
rialto_runtime::BridgeGrandpaMillauCall::initialize { init_data }.into(),
|
||||
),
|
||||
call: Box::new(rialto_runtime::BridgeGrandpaCall::initialize { init_data }.into()),
|
||||
}
|
||||
.into()
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@ relay-utils = { path = "../utils" }
|
||||
bp-messages = { path = "../../primitives/messages" }
|
||||
bp-millau = { path = "../../primitives/chain-millau" }
|
||||
millau-runtime = { path = "../../bin/millau/runtime" }
|
||||
pallet-bridge-grandpa = { path = "../../modules/grandpa" }
|
||||
|
||||
# Substrate Dependencies
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ async-trait = "0.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = "0.3.7"
|
||||
jsonrpsee = { version = "0.15", features = ["macros", "ws-client"] }
|
||||
log = "0.4.11"
|
||||
log = "0.4.17"
|
||||
num-traits = "0.2"
|
||||
rand = "0.7"
|
||||
serde = { version = "1.0" }
|
||||
|
||||
@@ -12,7 +12,7 @@ async-trait = "0.1"
|
||||
backoff = "0.2"
|
||||
bp-header-chain = { path = "../../primitives/header-chain" }
|
||||
futures = "0.3.5"
|
||||
log = "0.4.11"
|
||||
log = "0.4.17"
|
||||
num-traits = "0.2"
|
||||
relay-utils = { path = "../utils" }
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ async-trait = "0.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = "0.3.12"
|
||||
num-traits = "0.2"
|
||||
log = "0.4.14"
|
||||
log = "0.4.17"
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ async-std = { version = "1.6.5", features = ["attributes"] }
|
||||
async-trait = "0.1"
|
||||
futures = "0.3.5"
|
||||
hex = "0.4"
|
||||
log = "0.4.11"
|
||||
log = "0.4.17"
|
||||
num-traits = "0.2"
|
||||
parking_lot = "0.11.0"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ async-trait = "0.1.40"
|
||||
backoff = "0.2"
|
||||
futures = "0.3.5"
|
||||
linked-hash-map = "0.5.3"
|
||||
log = "0.4.11"
|
||||
log = "0.4.17"
|
||||
num-traits = "0.2"
|
||||
parking_lot = "0.11.0"
|
||||
relay-utils = { path = "../utils" }
|
||||
|
||||
@@ -15,7 +15,7 @@ isahc = "1.2"
|
||||
env_logger = "0.8.2"
|
||||
futures = "0.3.5"
|
||||
jsonpath_lib = "0.2"
|
||||
log = "0.4.11"
|
||||
log = "0.4.17"
|
||||
num-traits = "0.2"
|
||||
serde_json = "1.0"
|
||||
sysinfo = "0.15"
|
||||
|
||||
Reference in New Issue
Block a user