Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

frame: Enable GenesisConfig in no_std #14108

Merged
merged 10 commits into from
May 20, 2023

Commits on May 9, 2023

  1. 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.
    michalkucharczyk committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4d76174 View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6bc3057 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    8fd0eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a21eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2122557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3afec5 View commit details
    Browse the repository at this point in the history
  5. Cargo.lock update

    michalkucharczyk committed May 10, 2023
    Configuration menu
    Copy the full SHA
    87ac9de View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. 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.
    michalkucharczyk committed May 12, 2023
    Configuration menu
    Copy the full SHA
    15e9eb9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into mku-frame-default-f…

    …or-genesis-config
    parity-processbot committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d29fa9f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Merge remote-tracking branch 'origin/master' into mku-frame-default-f…

    …or-genesis-config
    parity-processbot committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b67222c View commit details
    Browse the repository at this point in the history