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
@@ -445,6 +445,9 @@ mod mock {
}
pub fn new_test_ext() -> pezsp_io::TestExternalities {
pezframe_system::GenesisConfig::<Test>::default().build_storage().unwrap().into()
pezframe_system::GenesisConfig::<Test>::default()
.build_storage()
.unwrap()
.into()
}
}
@@ -15,7 +15,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//! End-to-end testing pezpallet for PoV benchmarking. Should only be deployed in a testing runtime.
//! End-to-end testing pezpallet for PoV benchmarking. Should only be deployed in a testing
//! runtime.
#![cfg_attr(not(feature = "std"), no_std)]
@@ -39,7 +40,8 @@ pub mod pezpallet {
#[pezpallet::config]
pub trait Config: pezframe_system::Config {
#[allow(deprecated)]
type RuntimeEvent: From<Event<Self>> + IsType<<Self as pezframe_system::Config>::RuntimeEvent>;
type RuntimeEvent: From<Event<Self>>
+ IsType<<Self as pezframe_system::Config>::RuntimeEvent>;
}
#[pezpallet::storage]