chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
+2 -2
View File
@@ -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.