-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: Update gitbook to panacea v2 #165
Conversation
* feat: Add git flow to make docker image * feat: change version docker-publish modules
|
||
Install the latest version of Panacea Core. | ||
|
||
```bash | ||
git clone https://github.com/medibloc/panacea-core | ||
cd panacea-core | ||
git checkout v1.3.3 | ||
git checkout v2.0.0-alpha.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking about whether to change this version to the official version(v2.0.0)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that v2.0.0-alpha.1
is good. When we release next versions, we should keep in mind that this doc also should be updated.
I think it don't use this anymore. Please let me know if I can delete it. (@youngjoon-lee ) |
Yes. I think we can delete it. :) |
Thank you for your reply. I deleted it |
Each tag is conformed by a key-value pair in the form of `<tag>:<value>`. Tags can also be combined to query for a more specific result using the `&` symbol. | ||
Events are implemented in the Cosmos SDK as an alias of the ABCI `Event` type and take the form of: `{eventType}.{attributeKey}={attributeValue}`. Events can also be combined to query for a more specific result using the `&` symbol. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you.
The gitbook document has also been modified with Panacea v2