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

Combine standalone and parachain node #204

Merged
merged 47 commits into from
Feb 1, 2021
Merged

Combine standalone and parachain node #204

merged 47 commits into from
Feb 1, 2021

Commits on Jan 25, 2021

  1. basic idea

    JoshOrndorff committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0ecedb0 View commit details
    Browse the repository at this point in the history
  2. prune stray commetn

    JoshOrndorff committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    85b06c4 View commit details
    Browse the repository at this point in the history
  3. prune stadalone node

    JoshOrndorff committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    eacd799 View commit details
    Browse the repository at this point in the history
  4. Restructure directories

    JoshOrndorff committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    45b9778 View commit details
    Browse the repository at this point in the history
  5. missed a few

    JoshOrndorff committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    757640c View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    JoshOrndorff committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    679548a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Update node/src/dev_service.rs

    Co-authored-by: nanocryk <6422796+nanocryk@users.noreply.github.com>
    JoshOrndorff and nanocryk committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8f5f90b View commit details
    Browse the repository at this point in the history
  2. Reduce CI

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2815230 View commit details
    Browse the repository at this point in the history
  3. fix broken links

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    0522483 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    651423b View commit details
    Browse the repository at this point in the history
  5. move file to right place

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    1b793b9 View commit details
    Browse the repository at this point in the history
  6. getting closer

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5e9961f View commit details
    Browse the repository at this point in the history
  7. trie root

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    dda6595 View commit details
    Browse the repository at this point in the history
  8. persisted vd

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b1252a9 View commit details
    Browse the repository at this point in the history
  9. transient vd

    JoshOrndorff committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    98ddf37 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50bb4d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    b6ca327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254860a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b33b191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ac906d View commit details
    Browse the repository at this point in the history
  5. Remove standalone feature from runtime.

    There is truly only one runtime now.
    JoshOrndorff committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    f2e2ce3 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    JoshOrndorff committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b3d35b4 View commit details
    Browse the repository at this point in the history
  7. unit struct

    JoshOrndorff committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    bfe259e View commit details
    Browse the repository at this point in the history
  8. inherents.rs file

    JoshOrndorff committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    d82b2e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    193bf18 View commit details
    Browse the repository at this point in the history
  10. line length

    JoshOrndorff committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    98a4c61 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    8980770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e475223 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    JoshOrndorff committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f5735e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8c47b9 View commit details
    Browse the repository at this point in the history
  5. spec function docs

    JoshOrndorff committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c1a1a93 View commit details
    Browse the repository at this point in the history
  6. update README

    JoshOrndorff committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    134c523 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    996f334 View commit details
    Browse the repository at this point in the history
  8. Update node/src/command.rs

    Co-authored-by: Stephen Shelton <steve@brewcraft.org>
    JoshOrndorff and notlesh committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9faf62e View commit details
    Browse the repository at this point in the history
  9. wire tests back together

    JoshOrndorff committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b338513 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Update node/src/inherents.rs

    Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
    JoshOrndorff and 4meta5 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    98153f5 View commit details
    Browse the repository at this point in the history
  2. Update node/src/inherents.rs

    Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
    JoshOrndorff and 4meta5 committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    e271bef View commit details
    Browse the repository at this point in the history
  3. Fixes test for unified binaries

    Crystalin committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    27d8d55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b85a418 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7db282 View commit details
    Browse the repository at this point in the history
  6. single mock parameter

    JoshOrndorff committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f9abac1 View commit details
    Browse the repository at this point in the history
  7. ughh cargo fmt

    JoshOrndorff committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    205c4c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32790cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a37e8f8 View commit details
    Browse the repository at this point in the history
  10. line length

    and less focused test
    JoshOrndorff committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d03100b View commit details
    Browse the repository at this point in the history
  11. prettier

    JoshOrndorff committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    d42f963 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f68124e View commit details
    Browse the repository at this point in the history