-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate using Clones With Immutable Args for ReflexEndpoint #32
Comments
Additionally investigate whether to split up the BaseProxy into BaseSingleProxy and BaseMultiProxy so both can be more optimized versions |
Include test where proxyAddress_ needs to be deterministic
|
Alternatively look into using clones with immutable args as all proxies use the same implementation |
Closing this in favor of #36 |
Reopening as reason for investigation is still valid, CWIA investigation has not yielded desired result. |
It is not exactly clear how multi-proxies would be handled |
We have to make sure we are not vulnerable to the same type of attack Astaria was https://twitter.com/devtooligan/status/1671310173896585216 |
Yeah definitely want to check that. I'm generally a fan of simplicity. The current version of Reflex is even a little bit battle tested and audited via Euler and all of its audits (obviously there are differences but the high level system worked for over a year and went through multiple audits). It would be a lot to make very significant changes. |
This would allow deployment of proxies at predetermined addresses and more efficient proxies.
See: https://github.com/0age/create2crunch
See: https://github.com/0age/Pr000xy/blob/master/contracts/Create2Factory.sol
Investigate how the multi-proxy case would be handled.
The text was updated successfully, but these errors were encountered: