-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
chore(protocol): improve contracts and docs for auditing #14565
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: D <51912515+adaki2004@users.noreply.github.com> Co-authored-by: dantaik <dantaik@users.noreply.github.com> Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Co-authored-by: adaki2004 <adaki2004@users.noreply.github.com> Co-authored-by: jeff <113397187+cyberhorsey@users.noreply.github.com> Co-authored-by: Francisco Ramos <jscriptcoder@gmail.com> Co-authored-by: David <david@taiko.xyz> Co-authored-by: Kenk <kenghin_lim@hotmail.com> Co-authored-by: mfinestone <36642873+mfinestone@users.noreply.github.com> Co-authored-by: hideonbug <92258181+whohideonbug@users.noreply.github.com> Co-authored-by: megumii <98658943+Megumiiiiii@users.noreply.github.com> Co-authored-by: Tomaž <venooxpersonal@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Wang <dong77@gmail.com> Co-authored-by: adaki2004 <keszeydani@gmail.com> Co-authored-by: Jeffery Walsh <cyberhorsey@gmail.com> Co-authored-by: cyberhorsey <cyberhorsey@users.noreply.github.com> Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com>
Co-authored-by: dantaik <dantaik@users.noreply.github.com> Co-authored-by: Jeffery Walsh <cyberhorsey@gmail.com> Co-authored-by: cyberhorsey <cyberhorsey@users.noreply.github.com>
… deployonl1 script (#14084)
Co-authored-by: dantaik <dantaik@users.noreply.github.com> Co-authored-by: Daniel Wang <dong77@gmail.com>
Co-authored-by: Daniel Wang <dong77@gmail.com> Co-authored-by: jeff <113397187+cyberhorsey@users.noreply.github.com>
Co-authored-by: Daniel Wang <dong77@gmail.com>
Co-authored-by: Daniel Wang <dong77@gmail.com>
Brechtpd
reviewed
Aug 30, 2023
dantaik
previously approved these changes
Aug 31, 2023
Brechtpd
reviewed
Aug 31, 2023
Brechtpd
previously approved these changes
Aug 31, 2023
Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com>
dantaik
approved these changes
Aug 31, 2023
Brechtpd
approved these changes
Aug 31, 2023
2manslkh
added a commit
that referenced
this pull request
Sep 14, 2023
Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com> Co-authored-by: dantaik <dantaik@users.noreply.github.com> Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Co-authored-by: adaki2004 <adaki2004@users.noreply.github.com> Co-authored-by: jeff <113397187+cyberhorsey@users.noreply.github.com> Co-authored-by: Francisco Ramos <jscriptcoder@gmail.com> Co-authored-by: David <david@taiko.xyz> Co-authored-by: Kenk <kenghin_lim@hotmail.com> Co-authored-by: mfinestone <36642873+mfinestone@users.noreply.github.com> Co-authored-by: hideonbug <92258181+whohideonbug@users.noreply.github.com> Co-authored-by: megumii <98658943+Megumiiiiii@users.noreply.github.com> Co-authored-by: Tomaž <venooxpersonal@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Wang <dong77@gmail.com> Co-authored-by: Jeffery Walsh <cyberhorsey@gmail.com> Co-authored-by: cyberhorsey <cyberhorsey@users.noreply.github.com> Co-authored-by: Brecht Devos <Brechtp.Devos@gmail.com> Co-authored-by: d1onys1us <d1onys1us@users.noreply.github.com> Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com> Co-authored-by: Korbinian <KorbinianK@users.noreply.github.com> Co-authored-by: Daniel Wang <dan@taiko.xyz>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Still draft)
Described here, we need to address few items to properly comply with a comprehensive description of https://secure-contracts.com/.
Arithmetic
unchecked
/ rounding safe ?Monitoring documentation
Authentication/ access control
There is clear documentation about the actors and their respective privileges in the system. (->
actors_privileges_deployments.md
)Actors with privileges are not EOAs. (Documented in the markdown above. For now, some yes, but
TimeLockController
will be further down the road.)Migration/update documentation
Is it documented 'howto' ? ->
actors_privileges_deployments.md
ERC20 comformity check