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

Enhancement on Substrate Node Template #8473

Merged
merged 31 commits into from
Mar 29, 2021
Merged

Enhancement on Substrate Node Template #8473

merged 31 commits into from
Mar 29, 2021

Commits on Mar 26, 2021

  1. update cargo version in node-tpl to v3 and spec_version

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b7f99df View commit details
    Browse the repository at this point in the history
  2. updated

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    30d528b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Updated pallet-template to v3 and sync back files in current devhub s…

    …ubstrate-node-template
    
    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    52bd96a View commit details
    Browse the repository at this point in the history
  2. Updated node-tpl release process doc

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    55c8534 View commit details
    Browse the repository at this point in the history
  3. updated script

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    652b33f View commit details
    Browse the repository at this point in the history
  4. updated pallet-template version

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    c1fe59d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f507a2d View commit details
    Browse the repository at this point in the history
  6. updated

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    45d35e6 View commit details
    Browse the repository at this point in the history
  7. updated

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    1d254b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. updated rsync cmd

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    0b98b71 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Update bin/node-template/scripts/init.sh

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    Jimmy Chu and kianenigma authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    236e9b5 View commit details
    Browse the repository at this point in the history
  2. Removed redundant info, and added explanation on spec_version

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    e0c1f0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b91f5c9 View commit details
    Browse the repository at this point in the history
  4. grammar fix

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    d2cfacc View commit details
    Browse the repository at this point in the history
  5. Rm redundant wordings

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    46e62fb View commit details
    Browse the repository at this point in the history
  6. updated spelling

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    31d2b49 View commit details
    Browse the repository at this point in the history
  7. Comment frame-support/try-runtime until it is released in crate.io

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4e9b008 View commit details
    Browse the repository at this point in the history
  8. Resumed back try-runtime line.

    The node template here should works with latest Substrate, even though these features may not have been released in crate.io
    
    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    277d124 View commit details
    Browse the repository at this point in the history
  9. Added a key caveat when changing node tpl from depending on local Sub…

    …strate to published packages
    
    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    f606bd4 View commit details
    Browse the repository at this point in the history
  10. Update docs/node-template-release.md

    Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
    Jimmy Chu and apopiak authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    0723fb4 View commit details
    Browse the repository at this point in the history
  11. Update docs/node-template-release.md

    Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
    Jimmy Chu and apopiak authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    7adef57 View commit details
    Browse the repository at this point in the history
  12. Update docs/node-template-release.md

    Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
    Jimmy Chu and apopiak authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4fa7bbd View commit details
    Browse the repository at this point in the history
  13. Update docs/node-template-release.md

    Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
    Jimmy Chu and apopiak authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b2d4c2b View commit details
    Browse the repository at this point in the history
  14. Updated readme

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bb42530 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    814b0ca View commit details
    Browse the repository at this point in the history
  16. minor words update

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    40b5ca6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e6b82bd View commit details
    Browse the repository at this point in the history
  18. updated Cargo.lock

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a767adc View commit details
    Browse the repository at this point in the history
  19. Updated based on build test output

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    17bb913 View commit details
    Browse the repository at this point in the history
  20. updated err msg comparison

    Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
    jimmychu0807 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    4995834 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8919acd View commit details
    Browse the repository at this point in the history