-
Notifications
You must be signed in to change notification settings - Fork 80
Problem (Fix #1089): the upper bound of reward parameters are too restrictive #1090
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
+ Coverage 66.24% 66.24% +<.01%
==========================================
Files 145 145
Lines 18840 18843 +3
==========================================
+ Hits 12481 12483 +2
- Misses 6359 6360 +1
|
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.
ok to merge, but need to understand more context.
current docs have this upper bound mentioned there: https://crypto-com.github.io/getting-started/staking.html#rewards
my assumption was that most of these bounds were there for "safe" (no panic or strange results) operations with fixed points?
Yes, there is no logical constraint to the upper bound of both |
7c9552e
to
3c43935
Compare
bors r+ |
1090: Problem (Fix #1089): the upper bound of reward parameters are too restrictive r=tomtau a=yihuang Solution: - Add more reasoning into the range of parameters. The reasoning behind the choice: #1089 (comment) Co-authored-by: yihuang <huang@crypto.com>
Build failed |
…re too restrictive Solution: - Add more reasoning into the range of parameters.
bors retry |
1090: Problem (Fix #1089): the upper bound of reward parameters are too restrictive r=tomtau a=yihuang Solution: - Add more reasoning into the range of parameters. The reasoning behind the choice: #1089 (comment) Co-authored-by: yihuang <huang@crypto.com>
Build succeeded |
Solution:
The reasoning behind the choice:
#1089 (comment)