mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
Chain specific message lane apis (#503)
* replace generic message lane APIs with chain-specific * moved SubstrateHeadersSyncPipeline to headers_pipeline.rs * substrate-specific message lane trait * Update relays/substrate/src/messages_lane.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
This commit is contained in:
committed by
Bastian Köcher
parent
d2ab81340a
commit
53791a1d4a
@@ -12,7 +12,6 @@ codec = { package = "parity-scale-codec", version = "1.3.1", default-features =
|
||||
# Substrate Dependencies
|
||||
|
||||
frame-support = { version = "2.0", default-features = false }
|
||||
sp-api = { version = "2.0", default-features = false }
|
||||
sp-std = { version = "2.0", default-features = false }
|
||||
|
||||
[features]
|
||||
@@ -20,6 +19,5 @@ default = ["std"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"frame-support/std",
|
||||
"sp-api/std",
|
||||
"sp-std/std"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user