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

Add chainSpec_unstable_spec method #124

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Add chainSpec_unstable_spec method #124

wants to merge 26 commits into from

Commits on Jan 17, 2024

  1. chainSpec: Add initial clientSpec

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    099655b View commit details
    Browse the repository at this point in the history
  2. chainSpec: Add spaces between fields

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    66d4f58 View commit details
    Browse the repository at this point in the history
  3. chainSpec: Add properties field

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e0cf5ef View commit details
    Browse the repository at this point in the history
  4. chainSpec: Adjust multiaddress

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9152f75 View commit details
    Browse the repository at this point in the history
  5. chainSpec: Make telemetryEndpoints optional and add verbosity ranges

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f348ca3 View commit details
    Browse the repository at this point in the history
  6. chainSpec: Add optional protocolId

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4ba70a7 View commit details
    Browse the repository at this point in the history
  7. chainSpec: Group optional fields

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1dd9bb8 View commit details
    Browse the repository at this point in the history
  8. chainSpec: Add forkId field

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3ab3a3d View commit details
    Browse the repository at this point in the history
  9. chainSpec: Properties as required

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b42dc4c View commit details
    Browse the repository at this point in the history
  10. chainSpec: Add codeSubstitutes

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a394a83 View commit details
    Browse the repository at this point in the history
  11. chainSpec: Add checkpoint with trusted blocks

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    013453d View commit details
    Browse the repository at this point in the history
  12. chainSpec: Extend checkpoint with badBlocks

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    43e250b View commit details
    Browse the repository at this point in the history
  13. chainSpec: Group protocolId and forkId under networkProperties

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d9582ae View commit details
    Browse the repository at this point in the history
  14. chainSpec: Add parachain field containing the old para_id and

    relay_chain
    
    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b22cc64 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chainSpec: Rename method name

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    303d004 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    499149d View commit details
    Browse the repository at this point in the history
  2. Add checkpoint fields

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    aa2b37e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. chainSpec: Spec out babe, aura and grandpa

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    62ce3ae View commit details
    Browse the repository at this point in the history
  2. chainSpec: Format document

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7baed6c View commit details
    Browse the repository at this point in the history
  3. chainSpec: Remove chainType

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a72d250 View commit details
    Browse the repository at this point in the history
  4. chainSpec: Remove properties object

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5b19be4 View commit details
    Browse the repository at this point in the history
  5. chainSpec: Remove name field

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    303083a View commit details
    Browse the repository at this point in the history
  6. chainSpec: Remove rawGenesis param

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    67d6628 View commit details
    Browse the repository at this point in the history
  7. chainSpec: Clarify genesis formats

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    27c7ecc View commit details
    Browse the repository at this point in the history
  8. chainSpec: Remove parachain::relay_chain

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5b4aa99 View commit details
    Browse the repository at this point in the history
  9. chainSpec: Remove protocolID

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c2b950c View commit details
    Browse the repository at this point in the history