-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
747d7f2
commit 42df4b8
Showing
22 changed files
with
1,809 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"Aleksandr Krupenkin <[email protected]>", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.