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
@@ -520,9 +520,9 @@ mod tests {
};
use pezframe_system::pezpallet_prelude::BlockNumberFor;
use pezpallet_contracts_uapi::ReturnFlags;
use pretty_assertions::assert_eq;
use pezsp_core::H256;
use pezsp_runtime::DispatchError;
use pretty_assertions::assert_eq;
use std::{
borrow::BorrowMut,
cell::RefCell,
@@ -28,7 +28,7 @@ use alloc::{boxed::Box, vec, vec::Vec};
use codec::{Decode, DecodeLimit, Encode, MaxEncodedLen};
use core::fmt;
use pezframe_support::{
dispatch::DispatchInfo, ensure, pezpallet_prelude::DispatchResultWithPostInfo, parameter_types,
dispatch::DispatchInfo, ensure, parameter_types, pezpallet_prelude::DispatchResultWithPostInfo,
traits::Get, weights::Weight,
};
use pezpallet_contracts_proc_macro::define_env;
@@ -61,8 +61,8 @@ pub enum AllowUnstableInterface {
Yes,
}
/// Trait implemented by the [`define_env`](pezpallet_contracts_proc_macro::define_env) macro for the
/// emitted `Env` struct.
/// Trait implemented by the [`define_env`](pezpallet_contracts_proc_macro::define_env) macro for
/// the emitted `Env` struct.
pub trait Environment<HostState> {
/// Adds all declared functions to the supplied [`Linker`](wasmi::Linker) and
/// [`Store`](wasmi::Store).