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

Support custom genesis block #12291

Merged
merged 18 commits into from
Dec 19, 2022

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    22429e0 View commit details
    Browse the repository at this point in the history
  2. Make resolve_state_version_from_wasm a separate function and some sma…

    …ll refactorings
    
    Useful for the commit following.
    liuchengxu committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    217770e View commit details
    Browse the repository at this point in the history
  3. Introduce trait BuildGenesisBlock

    Substrate users can use this trait to implement their custom genesis block when constructing the
    client.
    liuchengxu committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    2f2ae4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db96310 View commit details
    Browse the repository at this point in the history
  5. cargo +nightly fmt --all

    liuchengxu committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    2d538e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    66ffc2c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    7a2bc59 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Fix test

    liuchengxu committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    96361d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    9578867 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary clone

    liuchengxu committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    61861be View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8190b56 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. FMT

    liuchengxu committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3d18673 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    c437b55 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Apply review suggestions

    liuchengxu committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    9691b25 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    16b5cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27cfafd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    15c7561 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/substrate into…

    … support-custom-genesis-block
    liuchengxu committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    695bd41 View commit details
    Browse the repository at this point in the history