-
Notifications
You must be signed in to change notification settings - Fork 551
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
Conversation
13a2f47
to
317d940
Compare
317d940
to
58d7e9e
Compare
@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. |
Codecov ReportAttention:
Additional details and impacted files@@ 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
|
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.