-
Notifications
You must be signed in to change notification settings - Fork 61
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
refactor: add icq relayer to the quicksilver repository #553
refactor: add icq relayer to the quicksilver repository #553
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #553 +/- ##
========================================
Coverage 13.19% 13.19%
========================================
Files 243 243
Lines 62942 62942
========================================
Hits 8306 8306
Misses 53967 53967
Partials 669 669
Flags with carried forward coverage won't be shown. Click here to find out more. |
Ser, we need the icq-relayer tagged v0.9.1 which is the latest, rather than main. |
Gotcha. I'll do that. |
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.
wrong repo ;)
1. Summary
Add the icq relayer to the qucksilver repository
2.Type of change
Monorepo refactor
3. Implementation details
Just moved the code in here from elsewhere.
4. How to test/use
cd icq-relayer
go test ./...
5. Checklist