-
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
perf: remove unnecessary null byte #2110
Conversation
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.
discussion
Co-authored-by: Adam Moser <63419657+toteki@users.noreply.github.com>
* cl++ * cl++ * rephrase test - sign changes based on cpu architecture so strict equal avoided * implement borrow factor restriction * fix new uToken calc * Update x/leverage/keeper/oracle.go * Update x/leverage/types/token.go * revert * revert * implement borrow factor in userMaxBorrow * implement userMaxBorrow + cause failing wasm test * lint * add denom to test suite registry * max withdaw test * withdraw and max withdraw tests * borrow and maxborrow tests * renaming suggestion * halfDec * rename * README * Update x/leverage/README.md Co-authored-by: Robert Zaremba <robert@zaremba.ch> * readme suggestions --------- Co-authored-by: Robert Zaremba <robert@zaremba.ch>
* tests: remove gb from e2e tests * go.mod tidy
Codecov Report
@@ Coverage Diff @@
## main #2110 +/- ##
==========================================
- Coverage 75.38% 74.61% -0.78%
==========================================
Files 100 127 +27
Lines 8025 9883 +1858
==========================================
+ Hits 6050 7374 +1324
- Misses 1589 2007 +418
- Partials 386 502 +116
|
Description
followup to: #2101