Skip to content

Commit 53ce4ff

Browse files
committed
second try
1 parent 9514758 commit 53ce4ff

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

nodes/parachain/src/service.rs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ use sc_network_sync::SyncingService;
3939
use sc_service::{Configuration, TFullBackend, TFullClient, TaskManager};
4040
use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
4141
use sp_api::ConstructRuntimeApi;
42-
use sp_io::SubstrateHostFunctions;
4342
use sp_keystore::KeystorePtr;
4443
use sp_runtime::traits::BlakeTwo256;
4544
use std::{sync::Arc, time::Duration};
@@ -54,16 +53,8 @@ type Header = sp_runtime::generic::Header<BlockNumber, sp_runtime::traits::Blake
5453

5554
pub(crate) type Block = sp_runtime::generic::Block<Header, sp_runtime::OpaqueExtrinsic>;
5655

57-
#[cfg(not(feature = "runtime-benchmarks"))]
5856
type HostFunctions = (
59-
sp_io::SubstrateHostFunctions,
60-
cumulus_client_service::storage_proof_size::HostFunctions,
61-
);
62-
63-
#[cfg(feature = "runtime-benchmarks")]
64-
type HostFunctions = (
65-
SubstrateHostFunctions,
66-
cumulus_client_service::storage_proof_size::HostFunctions,
57+
cumulus_client_service::ParachainHostFunctions,
6758
frame_benchmarking::benchmarking::HostFunctions,
6859
);
6960

zombienet/runtimes/peregrine/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RELAY_IMAGE=parity/polkadot:v1.18.1
1+
RELAY_IMAGE=parity/polkadot:v1.15.2
22
RELAY_RPC=50001
33
PARA_IMAGE=kiltprotocol/kilt-node:1.15.2
44
PARA_RPC=50010

zombienet/runtimes/peregrine/network.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212

1313
relaychain:
1414
chain: paseo-local
15-
chain_spec_path: runtimes/peregrine/paseo-local-fast-v1.4.3-3de4702.json
15+
chain_spec_path: runtimes/peregrine/paseo-local-fast-v1.3.1-e1fd37c.json
1616
default_image: "{{RELAY_IMAGE}}"
1717
nodes:
1818
- name: "relay-alice"

0 commit comments

Comments
 (0)