Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pallet-maintenance-mode: fix compilation with no default features #3

Conversation

tmpolaczyk
Copy link
Collaborator

Was missing #[cfg(feature = "xcm-support")] in a few places, which caused a compilation error when the pallet was imported without that feature.

Also remove a file that I forgot to remove in #2.

@tmpolaczyk tmpolaczyk merged commit 94ea27f into Moonsong-Labs:moonbeam-polkadot-v0.9.43 Aug 22, 2023
4 of 10 checks passed
tmpolaczyk added a commit to moondance-labs/moonkit that referenced this pull request Aug 22, 2023
…onsong-Labs#3)

* pallet-maintenance-mode: fix compilation with no default features

* Remove leftover pallet_migrations files
tmpolaczyk added a commit to moondance-labs/moonkit that referenced this pull request Aug 29, 2023
…onsong-Labs#3)

* pallet-maintenance-mode: fix compilation with no default features

* Remove leftover pallet_migrations files
librelois pushed a commit that referenced this pull request Aug 29, 2023
* fix randomness benchmarks

* fix vrf_output

* fix try-runtime in pallet-migrations

* export WeightInfo to allow different node template benchmarks (#4)

* pallet-maintenance-mode: fix compilation with no default features (#3)

* pallet-maintenance-mode: fix compilation with no default features

* Remove leftover pallet_migrations files

* make compile template files

* install protoc

* keep fixing stuff

* change template name

* update lock

* rename to moonkit_tempalte_runtime

---------

Co-authored-by: agus <[email protected]>
Co-authored-by: Nisheeth Barthwal <[email protected]>
Co-authored-by: girazoki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants