mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
23f5f3cdd6
* limit messages in the batch by weight/count * fixed components compilation * reverted obsolete parts of #469 * implement generated_messages_weights * actually use computed weight in message proof * fmt and clippy * fixed TODO * clippy * Update relays/messages-relay/src/message_race_loop.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> * add issue reference * add assert message * grumbles * fmt * reexport weight from bp-message-lane Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <castano.ha@gmail.com>
20 lines
427 B
TOML
20 lines
427 B
TOML
[package]
|
|
name = "messages-relay"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
|
|
[dependencies]
|
|
async-std = "1.6.5"
|
|
async-trait = "0.1.40"
|
|
futures = "0.3.5"
|
|
hex = "0.4"
|
|
log = "0.4.11"
|
|
parking_lot = "0.11.0"
|
|
|
|
# Bridge Dependencies
|
|
|
|
bp-message-lane = { path = "../../primitives/message-lane" }
|
|
relay-utils = { path = "../utils" }
|