-
Notifications
You must be signed in to change notification settings - Fork 23
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
Milestone 3 completion #390
Milestone 3 completion #390
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## liquidity-orderbook-develop #390 +/- ##
===============================================================
+ Coverage 81.68% 82.05% +0.37%
===============================================================
Files 198 200 +2
Lines 29971 30067 +96
===============================================================
+ Hits 24481 24671 +190
+ Misses 5490 5396 -94 ☔ View full report in Codecov by Sentry. |
Some(e) => Ok(e), | ||
None => Err(StdError::generic_err("Reward token storage already exists")), | ||
}?; | ||
|
||
loop { |
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.
I don't think this loop is needed, if it is it should be reworked to a for loop or iterating an object/series
.may_load(deps.storage, state.epoch_index)? | ||
.ok_or_else(|| StdError::generic_err("Reward token storage does not exist"))?; | ||
|
||
loop { |
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.
Same here
495b261
into
liquidity-orderbook-develop
Added Query_auth
Updated lb_staking staking algorithm
Added Protections to disallow recovering the staked token