You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
After Parachain Template inclusion it is not possible to compile the runtimes with --features runtime-benchmarks anymore.
error[E0432]: unresolved import `cumulus_pallet_session_benchmarking`
--> /home/nachopal/cumulus/parachain-template/runtime/src/lib.rs:767:8
|
767 | use cumulus_pallet_session_benchmarking::Pallet as SessionBench;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cumulus_pallet_session_benchmarking`
error[E0432]: unresolved import `cumulus_pallet_session_benchmarking`
--> /home/nachopal/cumulus/parachain-template/runtime/src/lib.rs:789:8
|
789 | use cumulus_pallet_session_benchmarking::Pallet as SessionBench;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cumulus_pallet_session_benchmarking`
error[E0433]: failed to resolve: use of undeclared crate or module `hex_literal`
--> /home/nachopal/cumulus/parachain-template/runtime/src/lib.rs:802:5
|
802 | hex_literal::hex!("26aa394eea5630e07c48ae0c9558cef780d41e5e16056765bc8461851072c9d7").to_vec().into(),
| ^^^^^^^^^^^ use of undeclared crate or module `hex_literal`
error[E0433]: failed to resolve: use of undeclared crate or module `cumulus_pallet_session_benchmarking`
--> /home/nachopal/cumulus/parachain-template/runtime/src/lib.rs:790:9
|
790 | impl cumulus_pallet_session_benchmarking::Config for Runtime {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cumulus_pallet_session_benchmarking`