Skip to content
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

Proxy Pattern Upgrades for Clarity #375

Open
CyrusVorwald opened this issue Sep 22, 2024 · 0 comments
Open

Proxy Pattern Upgrades for Clarity #375

CyrusVorwald opened this issue Sep 22, 2024 · 0 comments

Comments

@CyrusVorwald
Copy link
Contributor

  • Define the xCall Interface Trait that has all the public functions that the xCall contract must expose and is used by both the proxy and implementation contracts.
  • Implement the xCall implementation contract that contains all of the up-to-date logic of xCall.
  • Implement the xCall proxy contract that delegates calls to the current implementation contract. Updates are made via access control.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant