Skip to content
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/rpow function #74

Merged
merged 7 commits into from
Oct 26, 2023
Merged

Feat/rpow function #74

merged 7 commits into from
Oct 26, 2023

Conversation

aritkulova
Copy link
Contributor

@aritkulova aritkulova commented Oct 23, 2023

  • Since this PR suggests a bug fix, the tests have been added and the coverage is 100%.
  • Since this PR introduces a new feature, the update has been discussed in an Issue or with the team.
  • This PR is just a minor change, like a typo fix.

Added private function _rpow to AbstractCompoundRateKeeper
Make func internal for test reasons
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dc6dff0) 100.00% compared to head (59b0be7) 100.00%.

❗ Current head 59b0be7 differs from pull request most recent head 398289a. Consider uploading reports for the commit 398289a to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #74   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        39    -1     
  Lines         1658      1662    +4     
  Branches       232       234    +2     
=========================================
+ Hits          1658      1662    +4     
Files Coverage Δ
...ompound-rate-keeper/AbstractCompoundRateKeeper.sol 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dovgopoly dovgopoly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, bump version to 2.6.6

aritkulova and others added 2 commits October 26, 2023 14:24
rpow is renamed to raiseToPower
precision taken not as func parameter but from the global scope
upd to version 2.6.6
Copy link
Member

@Arvolear Arvolear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Arvolear Arvolear merged commit 8bdd904 into master Oct 26, 2023
2 checks passed
@Arvolear Arvolear deleted the feat/rpow-function branch October 26, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants