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
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
Their code is poorly commented and difficult to read, but you get the idea. With a series of external calls to short trusted contracts you may be able to better formally verify the contract down the line and it allows for modularity as some people may want some checks and some people may not want it, those decisions can be made when deploying the contract...
The biggest problem is that this creates alot of DELEGATECALLs which costs a lot of gas :-P so it may not be worth it....
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I like the style of vault that dapphub uses: https://github.com/dapphub/ds-vault
They have a system of authorization checks using https://github.com/nexusdev/ds-auth
Their code is poorly commented and difficult to read, but you get the idea. With a series of external calls to short trusted contracts you may be able to better formally verify the contract down the line and it allows for modularity as some people may want some checks and some people may not want it, those decisions can be made when deploying the contract...
The biggest problem is that this creates alot of DELEGATECALLs which costs a lot of gas :-P so it may not be worth it....
The text was updated successfully, but these errors were encountered: