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

Crystalin kusama compatibility #3

Draft
wants to merge 36 commits into
base: moonbeam-launch
Choose a base branch
from

Commits on Feb 9, 2021

  1. v1.1.0

    shawntabrizi committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f4b0207 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. v1.2.0

    shawntabrizi committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    845ca8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76cfcd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    0c1ee64 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Promisify everything (paritytech#71)

    * promisify everything
    
    * cleanup
    
    * small cleanup
    joelamouche authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    06abbf0 View commit details
    Browse the repository at this point in the history
  2. Add prettier linter (paritytech#73)

    * add prettier
    
    * use tabs
    joelamouche authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a72b1e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    d145521 View commit details
    Browse the repository at this point in the history
  2. v1.3.0

    shawntabrizi committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    93257ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0dc93 View commit details
    Browse the repository at this point in the history
  4. 1.3.1

    shawntabrizi committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ccd4535 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Update polkadotjs deps (paritytech#81)

    Regenerate yarn.nix as well
    pepyakin authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ac3661e View commit details
    Browse the repository at this point in the history
  2. Generate a BEEFY key (paritytech#82)

    * Update polkadotjs deps
    
    Regenerate yarn.nix as well
    
    * Generate Beefy key as well
    pepyakin authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    9a41a2b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. v1.3.2

    shawntabrizi committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    89e9704 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    94f6ed7 View commit details
    Browse the repository at this point in the history
  2. Add Parachains to Genesis (paritytech#86)

    * add parachains to genesis
    
    * lint
    shawntabrizi authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    7a0ef28 View commit details
    Browse the repository at this point in the history
  3. update docs, clean up

    shawntabrizi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    7829b2a View commit details
    Browse the repository at this point in the history
  4. v1.4.0

    shawntabrizi committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f30217f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Support Multiple Collators (paritytech#87)

    * changed config format to allow multiple nodes for a single para config
    
    * lint
    
    * add check
    
    Co-authored-by: joelamouche <estienne.antoine@gmail.com>
    shawntabrizi and joelamouche authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    119d643 View commit details
    Browse the repository at this point in the history
  2. Custom Genesis Configuration (paritytech#88)

    * more general config replacement
    
    * update docs
    
    * Update README.md
    shawntabrizi authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    16dfbf9 View commit details
    Browse the repository at this point in the history
  3. lint

    shawntabrizi committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9199dd8 View commit details
    Browse the repository at this point in the history
  4. v1.4.1

    shawntabrizi committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5d12152 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    c318ce3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    d32dd8c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    db1eeb9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Update polkadot-js (paritytech#100)

    This is needed to support the latest changes wrt metadata v13
    pepyakin authored May 20, 2021
    Configuration menu
    Copy the full SHA
    ea58c2f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    ff63005 View commit details
    Browse the repository at this point in the history
  2. bump polkadot js

    shawntabrizi committed May 24, 2021
    Configuration menu
    Copy the full SHA
    e06c3a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a31970 View commit details
    Browse the repository at this point in the history
  4. v1.5.0

    shawntabrizi committed May 24, 2021
    Configuration menu
    Copy the full SHA
    cbb4373 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. fix typo (paritytech#101)

    apopiak authored May 25, 2021
    Configuration menu
    Copy the full SHA
    f161a73 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    a017b95 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Crystalin split executable (paritytech#105)

    * Adds name as parameter for collator nodes
    
    * Split index into executable and logic file
    
    * Adds pre-install to the package.json
    
    * Replace preinstall by prepare
    
    * Split index and cli file
    
    * Removes types from index
    
    * Adds types to the package.json
    
    * Adds compiled types
    
    * lint
    
    * Update package.json
    
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    crystalin and shawntabrizi authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    8222452 View commit details
    Browse the repository at this point in the history
  2. Customize Entire genesis Object in Chain Specification (paritytech#93)

    * Go higher up in custom genesis config
    
    * update name
    shawntabrizi authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    fb4c00c View commit details
    Browse the repository at this point in the history
  3. v1.6.0

    shawntabrizi committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d326e5f View commit details
    Browse the repository at this point in the history
  4. Adds support for non rococo relay runtime

    Crystalin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    53b543a View commit details
    Browse the repository at this point in the history
  5. Remove unsued backward compatibility

    Crystalin committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6e35025 View commit details
    Browse the repository at this point in the history