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
rpow is implemented in jug.sol and drip.sol. The function is complex enough to deserve some dedicated tests but I do not find any in the dss repository.
I am guessing the function was first implemented elsewhere and was tested there, and would appreciate if I could get a reference for it.
I am working on a project that integrates with the dss, and needs to duplicate the rpow logic. Hence, a reference for the tests would help me test my code.
The text was updated successfully, but these errors were encountered:
The rpow function is tested via formal verification in https://github.com/makerdao/k-dss.
Anyway thank you very much for your PR, we will look into it.
rpow
is implemented injug.sol
anddrip.sol
. The function is complex enough to deserve some dedicated tests but I do not find any in the dss repository.I am guessing the function was first implemented elsewhere and was tested there, and would appreciate if I could get a reference for it.
I am working on a project that integrates with the dss, and needs to duplicate the
rpow
logic. Hence, a reference for the tests would help me test my code.The text was updated successfully, but these errors were encountered: