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
The following table summarizes the list of DePool contracts, docs and test improvements for RC-1 release candidate. RC1 plans are confirmed on the zoom call 20 Oct 2020.
Table maintained by @ongrid. Please feel free to drop your ideas in comments (for discussion) or create the issue with assigned RC milestone if you are able to finally formalize the scope.
Short Description and GH issue
Where
Type
Milestone, status, assignee
Details
SP Registry distributeRewards fails with stETH token #72
withdraw function has unclear state - ToDo. Since it occludes the key business logic - it will be in the main people focus, so its docstring should describe in detail about future implementation and migration. When and how it will be implemented, how migration to the contract with implemented withdraw will be carried out. It must be the most documented function in the entire codebase.
Fix solhint warnings and stilyze the contract codebase in a single manner including existing comments. Fix compiler warnings. Solc stdout should be clean.
All the libraries, contracts and functions should have relevant DoxygenStrings. Docs should follow the same style, describing the interface and purpose. Non-trivial math should be explained in detail. If the code was inherited or inspired, should provide the link to the source.
Uh oh!
There was an error while loading. Please reload this page.
The following table summarizes the list of DePool contracts, docs and test improvements for RC-1 release candidate. RC1 plans are confirmed on the zoom call 20 Oct 2020.
For RC-2 see #94
Table maintained by @ongrid. Please feel free to drop your ideas in comments (for discussion) or create the issue with assigned RC milestone if you are able to finally formalize the scope.
withdraw
function has unclear state - ToDo. Since it occludes the key business logic - it will be in the main people focus, so its docstring should describe in detail about future implementation and migration. When and how it will be implemented, how migration to the contract with implementedwithdraw
will be carried out. It must be the most documented function in the entire codebase.DePool.sol:reportEther2
- use Aragon's approach with role modifier instead ofrequire
checkIValidatorRegistration
for simplicity and uniform terminology.Other 16 items were moved to Backlog for RC-2 milestone #94
The text was updated successfully, but these errors were encountered: