This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
frame: Enable GenesisConfig in no_std #14108
Merged
paritytech-processbot
merged 10 commits into
master
from
mku-frame-default-for-genesis-config
May 20, 2023
Merged
frame: Enable GenesisConfig in no_std #14108
paritytech-processbot
merged 10 commits into
master
from
mku-frame-default-for-genesis-config
May 20, 2023
Commits on May 9, 2023
-
frame: Default for GenesisConfig in no_std
`Default` for `GenesisConfig` will be required for no_std in no native runtime world. It must be possible to instantiate default GenesisConfig for pallets and runtime.
Configuration menu - View commit details
-
Copy full SHA for 4d76174 - Browse repository at this point
Copy the full SHA 4d76174View commit details -
".git/.scripts/commands/fmt/fmt.sh"
command-bot committedMay 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 6bc3057 - Browse repository at this point
Copy the full SHA 6bc3057View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fd0eb3 - Browse repository at this point
Copy the full SHA 8fd0eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a21eb1 - Browse repository at this point
Copy the full SHA 8a21eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2122557 - Browse repository at this point
Copy the full SHA 2122557View commit details -
Merge remote-tracking branch 'origin/master' into mku-frame-default-f…
…or-genesis-config
Configuration menu - View commit details
-
Copy full SHA for a3afec5 - Browse repository at this point
Copy the full SHA a3afec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ac9de - Browse repository at this point
Copy the full SHA 87ac9deView commit details
Commits on May 12, 2023
-
genesis_config: compiler error improved
When std feature is not enabled for pallet, the GenesisConfig will be defined, but serde::{Serialize,Deserialize} traits will not be implemented. The compiler error indicates the reason of latter errors. This is temporary and serde traits will be enabled with together with `serde` support in frame.
Configuration menu - View commit details
-
Copy full SHA for 15e9eb9 - Browse repository at this point
Copy the full SHA 15e9eb9View commit details -
Merge remote-tracking branch 'origin/master' into mku-frame-default-f…
…or-genesis-config
parity-processbot committedMay 12, 2023 Configuration menu - View commit details
-
Copy full SHA for d29fa9f - Browse repository at this point
Copy the full SHA d29fa9fView commit details
Commits on May 19, 2023
-
Merge remote-tracking branch 'origin/master' into mku-frame-default-f…
…or-genesis-config
parity-processbot committedMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for b67222c - Browse repository at this point
Copy the full SHA b67222cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.