-
Notifications
You must be signed in to change notification settings - Fork 221
Docstrings for DePool, Oracle and stETH contracts #87
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
Labels
Milestone
Comments
ongrid
added a commit
that referenced
this issue
Oct 27, 2020
* Note on unstructured storage and positions * Describe setDepositIterationLimit * Describe getFee, getFeeDistribution
ongrid
added a commit
that referenced
this issue
Nov 4, 2020
* Note on unstructured storage and positions * Describe setDepositIterationLimit * Describe getFee, getFeeDistribution
This was referenced Nov 11, 2020
ongrid
added a commit
that referenced
this issue
Nov 15, 2020
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
lxzrv
pushed a commit
that referenced
this issue
Nov 17, 2020
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
ongrid
added a commit
that referenced
this issue
Nov 22, 2020
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
ongrid
added a commit
that referenced
this issue
Nov 22, 2020
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
skozin
pushed a commit
that referenced
this issue
Nov 22, 2020
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
krogla
pushed a commit
that referenced
this issue
Jan 26, 2021
* Note on unstructured storage and positions * Describe setDepositIterationLimit * Describe getFee, getFeeDistribution
krogla
pushed a commit
that referenced
this issue
Jan 26, 2021
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
dechjo
pushed a commit
to dechjo/lido-dao
that referenced
this issue
Jan 26, 2021
* Title description * initialize() doxygen * fallback and submit, _submit * depositBufferedEther, _depositBufferedEther * setOracle * setDepositIterationLimit * pushBeacon * getBufferedEther * getTotalPooledEther * getToken * getOracle * setToken * setValidatorRegistrationContract * _setOperators * _setDepositIterationLimit * _ETH2Deposit, _stake, _submitted * distributeRewards * _getTransientBalance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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, the link to the source should be provided.
Styling references:
The text was updated successfully, but these errors were encountered: