-
Notifications
You must be signed in to change notification settings - Fork 93
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
Remove spm #790
Remove spm #790
Conversation
I am going to separate the SDK upgrade |
Here's an example of a similar changeset, also in advance of a 47 upgrade |
Is it possible that this broke the test suite? |
@@ -151,7 +151,7 @@ DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $( | |||
############################################################################### | |||
### Protobuf ### | |||
############################################################################### | |||
PROTO_BUILDER_IMAGE=tendermintdev/sdk-proto-gen:v0.2 | |||
PROTO_BUILDER_IMAGE=ghcr.io/cosmos/proto-builder:0.9.0 |
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.
Question is there is a list of compatible container for proto-builder? I still struggle to find how this container is built!
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.
here you go:
github.com/faddat/proto-builder
Taking a look at this now thanks for getting this started, spm has been annoying since day 1. |
@jhernandezb / @spoo-bar -- I'm going to ask some of our team members if they can restructure the disabled tests. It is legitimately a lot of them. |
thank you @faddat will start looking on this for our v11 upgrade |
Closing spm was removed by a different PR |
This PR will remove cosmoscmd/spm from Stargaze as it is known to cause issues with the cli and there have been
reported cases of it causing instability.
@jhernandezb so, I think the right idea here is to have a look at this PR, note that there were some tests removed, and then we can discuss how to replace them. This PR removes the testutil folder, and can be considered the basis of a clean upgrade to 47.
This PR contains two other PR's:
Bascially, review and merge those and the changeset here will be reduced for easier review.... but also keep in mind that we should go over changes to tests before merging this. I did simply comment some of them out, and this nukes the whole testutil folder.