-
Notifications
You must be signed in to change notification settings - Fork 65
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
async-icq simapp & demo #122
Conversation
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 left a bunch of duplicate comments, i was going to point out everywhere that import paths could be updated but quickly realized that there are a ton of them so stopped. I think a find/replace all will turn up all of the locations they can be changed. Sorry about that 😛
Other than the handful of comments i had regarding small things this looks good!
modules/async-icq/testing/demo-simapp/x/interquery/client/cli/query.go
Outdated
Show resolved
Hide resolved
modules/async-icq/testing/demo-simapp/x/interquery/client/cli/query_params.go
Outdated
Show resolved
Hide resolved
modules/async-icq/testing/demo-simapp/x/interquery/client/cli/tx.go
Outdated
Show resolved
Hide resolved
modules/async-icq/testing/demo-simapp/x/interquery/types/types.go
Outdated
Show resolved
Hide resolved
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.
great work here! 🚢
closes #112
summary
Adds host simapp & controller module example + CI test for async icq
PR is so large because of the x/ copy paste from the old repo