-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix: simapp sdk import #13376
fix: simapp sdk import #13376
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.
LGTM, thank you @faddat!
@@ -154,7 +154,6 @@ require ( | |||
|
|||
replace ( | |||
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 | |||
github.com/cosmos/cosmos-sdk => ../. |
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.
We opted to leave this instead of updating the import each time. Can we still leave it?
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.
Not if we want external apps to be able to use simapp
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.
*maybe now that the version is fixed?
I'll check this out locally and let you know
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.
which external apps are using simapp? generally I don think anyone should be using simapp.
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.
Interesting. Wasmd.
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 agree with Marko, the goal is to not have apps import simapp. If this is still required, this means we have forgotten something.
Firstly, looking at wasmd, it looks like we forgot to extract the App interface.
-> #13378
Investigating what we should do for the rest.
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.
See #13376 (comment)
I think we can close this. Thank you, @faddat to have brought that to our attention. |
Description
cosmossdk.io/simapp didn't work anymore because it
imported a
github.com/cosmos/cosmos-sdk v0.0.0-0000000000
or such
Reproducing this issue
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change