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
Restructure the Staking contract as a library to swap some of the inheritence for composition, and make it simpler to follow.
For testing it means that we will have a small "staking wrapper" that we test which will take the place of Staking.sol, but in Leonidas.sol we should be using the library directly.
The text was updated successfully, but these errors were encountered:
Restructure the Staking contract as a library to swap some of the inheritence for composition, and make it simpler to follow.
For testing it means that we will have a small "staking wrapper" that we test which will take the place of
Staking.sol
, but inLeonidas.sol
we should be using the library directly.The text was updated successfully, but these errors were encountered: