-
Notifications
You must be signed in to change notification settings - Fork 2
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
ci: fix missing version info of rly binary #174
Conversation
DeepakBomjan
commented
Sep 13, 2023
- fix relay binary version issue
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.
Our entire project uses cosmos/relayer/v2 as module name. So, we cannot make this change here. We need to update the goreleaser.yaml file, and replace icon-project/ibc-relay/v2 with cosmos/relayer/v2
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release #174 +/- ##
========================================
Coverage 11.56% 11.56%
========================================
Files 83 83
Lines 20011 20011
========================================
Hits 2314 2314
Misses 17445 17445
Partials 252 252 |
d9cb2ad
to
0fff41d
Compare
* ci: fix missing version info of rly binary (#174) * fix: no error if recover signature fails (#178) Co-authored-by: viveksharmapoudel <viveksharmapoudel@gmail.com> * fix: query consensus state no retry (#180) Co-authored-by: izyak <76203436+izyak@users.noreply.github.com> * ci: update tag format (#183) * fix: do not cast bigint to int 64 --------- Co-authored-by: DeepakBomjan <44976635+DeepakBomjan@users.noreply.github.com> Co-authored-by: viveksharmapoudel <viveksharmapoudel@gmail.com>
* ci: fix missing version info of rly binary (#174) * fix: no error if recover signature fails (#178) Co-authored-by: viveksharmapoudel <viveksharmapoudel@gmail.com> * fix: query consensus state no retry (#180) Co-authored-by: izyak <76203436+izyak@users.noreply.github.com> * ci: update tag format (#183) * fix: do not cast bigint to int 64 * feat: injective implementation --------- Co-authored-by: DeepakBomjan <44976635+DeepakBomjan@users.noreply.github.com> Co-authored-by: viveksharmapoudel <viveksharmapoudel@gmail.com>