You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #426 fixed a bug with service fee logs. To avoid unintentially reintroducing such a bug, we should add a test.
For example, we could test the property total_reward_cow() + reward_scaling() * quote_reward_cow + total_service_fee() == primary_reward_cow + quote_reward_cow.
The text was updated successfully, but these errors were encountered:
PR #426 fixed a bug with service fee logs. To avoid unintentially reintroducing such a bug, we should add a test.
For example, we could test the property
total_reward_cow() + reward_scaling() * quote_reward_cow + total_service_fee() == primary_reward_cow + quote_reward_cow
.The text was updated successfully, but these errors were encountered: