Skip to content

Commit

Permalink
Dusty chainspec upgrade (#155)
Browse files Browse the repository at this point in the history
* Plasm Network mainnet (#149)

* Plasm Network mainnet genesis

* Bump frame modules

* Added mainnet genesis into subkey

* Added bootnodes

* Bump version in README

* Create feature_task.md (#150)

* Create feature_task.md

* Rename feature_task.md to future_task.md

* Update future_task.md

* Update feature_request.md

* Update feature_request.md

* Update future_task.md

* Update chainspec: dusty2

* fix fmt

Co-authored-by: satellitex <s.a.t.e.3.ths@gmail.com>
  • Loading branch information
akru and satellitex committed May 12, 2020
1 parent 747d7f2 commit 42df4b8
Show file tree
Hide file tree
Showing 22 changed files with 1,809 additions and 357 deletions.
27 changes: 10 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
# Description
{write description of what the feature should be}

---
## Required Tasks
- [ ] {task 1}
- [ ] {task 2}
- [ ] ...

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Expired(Estimating).
{When finished this task?}

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
## Dependencies
{Dependencies issue or PR.}
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/future_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Future task issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---

# Description
{write description of what the feature should be}

## Required Tasks
- [ ] {task 1}
- [ ] {task 2}
- [ ] ...

## Estimated done.
{When finished this task?}

## Dependencies
{Dependencies issue or PR.}
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Install additional build tools:

Install Plasm node from git source:

cargo install --force --git https://github.com/staketechnologies/Plasm --tag v0.7.1 plasm-cli
cargo install --force --git https://github.com/staketechnologies/Plasm --tag v1.0.0 plasm-cli

Run node in [Plasm testnet](https://telemetry.polkadot.io/#/PlasmTestnet%20v1):

Expand Down
2 changes: 1 addition & 1 deletion bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plasm-cli"
version = "1.0.0"
version = "1.0.1"
authors = [
"Takumi Yamashita <takumi@stake.co.jp>",
"Aleksandr Krupenkin <aleksandr@stake.co.jp>",
Expand Down
866 changes: 585 additions & 281 deletions bin/node/cli/res/dusty.json

Large diffs are not rendered by default.

342 changes: 342 additions & 0 deletions bin/node/cli/res/plasm.json

Large diffs are not rendered by default.

Loading

0 comments on commit 42df4b8

Please sign in to comment.