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

Replace parachain/parathread boolean by enum #6198

Merged
merged 17 commits into from
Nov 1, 2022

Commits on Oct 27, 2022

  1. Replace parachain/parathread boolean by enum

    alexgparity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c125681 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    alexgparity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e8a8bb6 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

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

Commits on Oct 28, 2022

  1. ParaType -> ParaKind

    alexgparity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    06550bd View commit details
    Browse the repository at this point in the history
  2. Swap enum field order to avoid migration

    alexgparity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c088e27 View commit details
    Browse the repository at this point in the history
  3. Rename paratype field to parakind

    alexgparity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    04610be View commit details
    Browse the repository at this point in the history
  4. Manual en-/decocing of Parakind

    alexgparity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    739e6e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    e99a63c View commit details
    Browse the repository at this point in the history
  2. Manual TypeInfo for ParaKind

    alexgparity committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    dcb044d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. rename field back to parachain

    alexgparity committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    6ca0760 View commit details
    Browse the repository at this point in the history
  2. minor

    alexgparity committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    06825c3 View commit details
    Browse the repository at this point in the history
  3. Update runtime/parachains/src/paras/mod.rs

    Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
    alexgparity and sandreim authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a9769b4 View commit details
    Browse the repository at this point in the history
  4. Manual serde Serialize and Deserialize for ParaKind

    alexgparity committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    485ae0d View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    alexgparity committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    450c06c View commit details
    Browse the repository at this point in the history
  6. Update runtime/parachains/src/paras/mod.rs

    Co-authored-by: Andronik <write@reusable.software>
    alexgparity and ordian authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    9676fee View commit details
    Browse the repository at this point in the history
  7. Add test for serde_json encoding/decoding

    alexgparity committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1f496cf View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Move serde_json dep to dev-deps

    alexgparity committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    55ab444 View commit details
    Browse the repository at this point in the history