chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//! Relaying [`pezpallet-bridge-messages`](../pezpallet_bridge_messages/index.html) application specific
|
||||
//! data. Message lane allows sending arbitrary messages between bridged chains. This
|
||||
//! Relaying [`pezpallet-bridge-messages`](../pezpallet_bridge_messages/index.html) application
|
||||
//! specific data. Message lane allows sending arbitrary messages between bridged chains. This
|
||||
//! module provides entrypoint that starts reading messages from given message lane
|
||||
//! of source chain and submits proof-of-message-at-source-chain transactions to the
|
||||
//! target chain. Additionally, proofs-of-messages-delivery are sent back from the
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
use crate::metrics::Labeled;
|
||||
use num_traits::{SaturatingAdd, Zero};
|
||||
use relay_utils::{BlockNumberBase, HeaderId};
|
||||
use pezsp_arithmetic::traits::AtLeast32BitUnsigned;
|
||||
use relay_utils::{BlockNumberBase, HeaderId};
|
||||
use std::{fmt::Debug, ops::Sub};
|
||||
|
||||
/// One-way message lane.
|
||||
|
||||
Reference in New Issue
Block a user