-
Notifications
You must be signed in to change notification settings - Fork 636
Rename package back to tendermint/tendermint and use replace to point… #351
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
Rename package back to tendermint/tendermint and use replace to point… #351
Conversation
… to the current repo
Is it not possible to just revert the commits that introduced the change initially? i.e. by doing a
(Not sure if there are any other relevant PRs?) |
Codecov ReportBase: 48.40% // Head: 48.33% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## v0.34.x #351 +/- ##
===========================================
- Coverage 48.40% 48.33% -0.08%
===========================================
Files 280 280
Lines 49887 49887
===========================================
- Hits 24150 24113 -37
- Misses 23878 23911 +33
- Partials 1859 1863 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
You are right. The changes made effectively revert #192 and #156. |
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.
Please take a look at the suggestions above
… to the current repo (revert #192 and #156 ). This way the repo can be a real drop-in replacement for TM Core, using
replace
.PR checklist
.changelog
(we use unclog to manage our changelog)docs/
orspec/
) and code comments