-
Notifications
You must be signed in to change notification settings - Fork 170
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(client): unify and refactore client package #2256
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2256 +/- ##
==========================================
- Coverage 75.38% 70.39% -5.00%
==========================================
Files 100 168 +68
Lines 8025 12649 +4624
==========================================
+ Hits 6050 8904 +2854
- Misses 1589 3146 +1557
- Partials 386 599 +213
|
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.
LGTM
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.
LGTM!
* add metoken client * refactore tx client * metoken queries * add proto.Message validator * use umee client in e2e tests * nil check * add QueryMetokenIndexPrices * lint * rollback change to 20s * fix metoken e2e --------- Co-authored-by: Egor Kostetskiy <[email protected]>
Description