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
@@ -15,11 +15,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use criterion::{criterion_group, criterion_main, Criterion};
use pezsp_api::ProvideRuntimeApi;
use bizinikiwi_test_runtime_client::{
runtime::TestAPI, DefaultTestClientBuilderExt, TestClientBuilder, TestClientBuilderExt,
};
use criterion::{criterion_group, criterion_main, Criterion};
use pezsp_api::ProvideRuntimeApi;
fn pezsp_api_benchmark(c: &mut Criterion) {
c.bench_function("add one with same runtime api", |b| {
@@ -38,9 +38,9 @@ use bizinikiwi_test_runtime_client::{
DefaultTestClientBuilderExt, TestClient, TestClientBuilder,
};
use bizinikiwi_test_runtime_client::pezsc_executor::WasmExecutor;
use codec::Encode;
use pezsp_consensus::SelectChain;
use bizinikiwi_test_runtime_client::pezsc_executor::WasmExecutor;
#[test]
fn calling_runtime_function() {