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

Transform service sdk to accept cosmos service step 1 #1250

Merged
merged 4 commits into from
Aug 26, 2019

Conversation

NicolasMahe
Copy link
Member

@NicolasMahe NicolasMahe commented Aug 22, 2019

  • Add service sdk interface
  • Rename current implementation to deprecated

Copy link
Member

@antho1404 antho1404 left a comment

Choose a reason for hiding this comment

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

➜  engine git:(cosmos/service-sdk-step-1) ./dev
compile engine
# github.com/mesg-foundation/engine/sdk/instance
sdk/instance/instance.go:75:23: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)
sdk/instance/start.go:12:23: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)
sdk/instance/stop.go:13:23: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)
sdk/instance/volume.go:18:21: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)

@NicolasMahe
Copy link
Member Author

➜  engine git:(cosmos/service-sdk-step-1) ./dev
compile engine
# github.com/mesg-foundation/engine/sdk/instance
sdk/instance/instance.go:75:23: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)
sdk/instance/start.go:12:23: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)
sdk/instance/stop.go:13:23: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)
sdk/instance/volume.go:18:21: i.service.Get undefined (type *servicesdk.Service is pointer to interface, not interface)

fixed

@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 merged commit b68fcad into dev Aug 26, 2019
@NicolasMahe NicolasMahe deleted the cosmos/service-sdk-step-1 branch August 26, 2019 08:16
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