generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Implement Minimum Viable Blockchain #1
Merged
Merged
Conversation
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
Add all scaffolded code from starport v0.19.3 (darwin/amd64) under folder `okp4` by using the following command line: ``` starport scaffold chain github.com/okp4/okp4d --address-prefix okp4 --no-module ```
The web-app will be developped independantly in a separate project.
This includes vuejs code which is re-generated by starport.
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 1, 2022 16:21
7dac951
to
aef474d
Compare
This configuration is a tradeoff between strictness of the rules and the compliance of the code generated by starport.
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 2, 2022 11:13
4c07c87
to
66aebbc
Compare
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 2, 2022 11:17
66aebbc
to
0550908
Compare
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 2, 2022 17:30
6c993a0
to
ddcc4e9
Compare
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 3, 2022 15:40
56ff3ba
to
fc4e99c
Compare
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 3, 2022 15:45
fc4e99c
to
2be93a8
Compare
ccamel
changed the title
Feat/initial implementation
[WIP] Implement Minimal Viable Blockchain
Feb 4, 2022
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 4, 2022 13:09
8f12f4b
to
1d47265
Compare
ccamel
changed the title
[WIP] Implement Minimal Viable Blockchain
Implement Minimal Viable Blockchain
Feb 4, 2022
ccamel
changed the title
Implement Minimal Viable Blockchain
Implement Minimum Viable Blockchain
Feb 4, 2022
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 7, 2022 13:24
7ce843f
to
e7fe83d
Compare
ccamel
force-pushed
the
feat/initial-implementation
branch
from
February 7, 2022 13:24
e7fe83d
to
97e66e6
Compare
amimart
approved these changes
Feb 7, 2022
ad2ien
approved these changes
Feb 7, 2022
ad2ien
force-pushed
the
feat/initial-implementation
branch
from
February 8, 2022 10:44
5b21f98
to
7d5d18d
Compare
ad2ien
force-pushed
the
feat/initial-implementation
branch
from
February 8, 2022 10:54
7d5d18d
to
30468fe
Compare
nperon
approved these changes
Feb 8, 2022
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements https://github.com/okp4/product/issues/355, a Minimum Viable Blockchain based on Cosmos SDK with the help of Starport. This implementation doesn't implement any specific modules. Only the standard modules offered by Cosmos are available.
Tasks:
know
, chain prefixokp4
, validators, pre-configured cosmos addresses...)Out of scope
Some resources