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

feat: support cosmos-sdk local fork #3878

Merged
merged 7 commits into from
Jan 13, 2024
Merged

feat: support cosmos-sdk local fork #3878

merged 7 commits into from
Jan 13, 2024

Conversation

julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Jan 9, 2024

Closes: #3875

As per the issue described, using a local fork does not work since v28.
Using a remote fork has been fixed in a previous PR (#3833).
I have well found some issue with the local module detection and buf handling, which is resolved here as well.

@julienrbrt julienrbrt marked this pull request as ready for review January 10, 2024 00:51
@gupadhyaya
Copy link

@julienrbrt thanks for the quick resolution on this. do you think we can have this merged and available in the nightly build this week?

@julienrbrt
Copy link
Member Author

@julienrbrt thanks for the quick resolution on this. do you think we can have this merged and available in the nightly build this week?

Hopefully, I just need some reviewers here.

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (a4bf334) 24.37% compared to head (34ccfbe) 24.41%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3878      +/-   ##
==========================================
+ Coverage   24.37%   24.41%   +0.04%     
==========================================
  Files         294      294              
  Lines       24547    24562      +15     
==========================================
+ Hits         5984     5998      +14     
  Misses      18027    18027              
- Partials      536      537       +1     
Files Coverage Δ
ignite/pkg/cosmosver/detect.go 72.72% <100.00%> (+12.72%) ⬆️
ignite/pkg/gomodule/gomodule.go 60.19% <100.00%> (+3.35%) ⬆️
ignite/pkg/protoanalysis/protoanalysis.go 14.28% <100.00%> (+1.38%) ⬆️
ignite/pkg/cosmosbuf/buf.go 4.76% <37.50%> (+0.03%) ⬆️

... and 1 file with indirect coverage changes

jeronimoalbi
jeronimoalbi previously approved these changes Jan 12, 2024
@julienrbrt julienrbrt merged commit 1dce4e7 into main Jan 13, 2024
43 checks passed
@julienrbrt julienrbrt deleted the julien/local-fork branch January 13, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version string empty when go mod replace with local path to repo
3 participants