Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Migrate to cosmos sdk v0.41 #137

Open
1 of 11 tasks
prestwich opened this issue Mar 2, 2021 · 3 comments · May be fixed by #142
Open
1 of 11 tasks

Migrate to cosmos sdk v0.41 #137

prestwich opened this issue Mar 2, 2021 · 3 comments · May be fixed by #142
Labels
enhancement New feature or request Golang

Comments

@prestwich
Copy link
Member

prestwich commented Mar 2, 2021

http://docs.cosmos.network/v0.41/migrations/app_and_modules.html

  • Makefile step to build protobuf
  • Messages into protobuf messages
  • Queries into protobuf messages
  • Message services
  • Query services
  • register the services
  • remove amino codec
  • update keeper with new codec marshaler
  • update CLI
  • remove alias file (refactor: delete alias file #138)
  • remove rest endpoints ( ? )
@prestwich
Copy link
Member Author

also check the Building Modules guide

@prestwich
Copy link
Member Author

prestwich commented Mar 3, 2021

Old context:
Msg -> Handler
Query -> Querier

New context
Msg and Query are protobuf messages
Handler and Querier are gRPC services

@prestwich prestwich linked a pull request Mar 4, 2021 that will close this issue
@ewilz
Copy link
Contributor

ewilz commented Mar 4, 2021

I can take a look at the codec stuff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Golang
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants