Skip to content
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

Add service sdk cosmos version step 2 #1252

Merged
merged 9 commits into from
Aug 27, 2019
Merged

Conversation

NicolasMahe
Copy link
Member

@NicolasMahe NicolasMahe commented Aug 22, 2019

Dependant on #1250 and #1249

  • Add Cosmos compatible service sdk

@mesg-bot
Copy link
Member

This pull request has been mentioned on MESG Community. There might be relevant details there:

https://forum.mesg.com/t/network-implementation-with-cosmossdk/304/15

@NicolasMahe NicolasMahe changed the title Cosmos/service sdk step 2 Add service sdk cosmos version Aug 22, 2019
@NicolasMahe NicolasMahe added this to the next milestone Aug 22, 2019
@NicolasMahe NicolasMahe self-assigned this Aug 22, 2019
@NicolasMahe NicolasMahe changed the title Add service sdk cosmos version Add service sdk cosmos version step 2 Aug 23, 2019
if err := deployCoreServices(cfg, sdk); err != nil {
logrus.WithField("module", "main").Fatalln(err)
// init system services.
if err := deployCoreServices(cfg, sdk); err != nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a warning here, core services are just started when we run the deprecated sdk but are stopped all the time. We might have some errors when we stop them.

@NicolasMahe NicolasMahe merged commit 0686f34 into dev Aug 27, 2019
@NicolasMahe NicolasMahe deleted the cosmos/service-sdk-step-2 branch August 27, 2019 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants