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

Remove unneeded version enforcement #731

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Jan 24, 2022

Basically, go.sum has nothing to do with what is used to compile. It is checksums that ensure that you've got the actual package. Whole thing still baffles me, but I think I've removed what's not needed :).

…ave no bearing on what is actually used to compile.
@faddat faddat requested a review from alpe as a code owner January 24, 2022 10:44
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #731 (4600d98) into master (1eb27da) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #731      +/-   ##
==========================================
- Coverage   59.98%   59.95%   -0.04%     
==========================================
  Files          49       49              
  Lines        5613     5613              
==========================================
- Hits         3367     3365       -2     
- Misses       2003     2004       +1     
- Partials      243      244       +1     
Impacted Files Coverage Δ
x/wasm/keeper/keeper.go 87.54% <0.00%> (-0.36%) ⬇️

@ethanfrey
Copy link
Member

Makes sense.
Can you link to the other discussion/comment about the why (I don't have the issue at hand), so there is a better paper trail (and anyone on that issue and see this).

@alpe
Copy link
Contributor

alpe commented Jan 25, 2022

Thanks for taking care @faddat 💯
This issue looks related cosmos/gaia#1099 and contains some good details

Copy link
Contributor

@alpe alpe left a comment

Choose a reason for hiding this comment

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

🥇

@alpe alpe merged commit 75ec3c9 into CosmWasm:master Jan 25, 2022
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.

3 participants