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

Standardized Contract Interface for Registry #57

Closed
jac18281828 opened this issue Sep 28, 2023 · 0 comments · Fixed by #60
Closed

Standardized Contract Interface for Registry #57

jac18281828 opened this issue Sep 28, 2023 · 0 comments · Fixed by #60

Comments

@jac18281828
Copy link
Collaborator

jac18281828 commented Sep 28, 2023

A standardized contract interface will enable an implementation of proxy upgradability.

A contract interface provides the following benefits:

  1. Provides guarantees to implementors about the underlying api and implementation of a contract they are using
  2. The interface guarantees interoperability across contract versions so that upgradability is more seamless
  3. Interfaces support modularity by defining the specific calls that must be part of a particular contract
  4. Standardization and transparency are also introduced by a clean interface implementation
  5. As mentioned above the interface will enable us to implement an upgradeable proxy contract with minimum dependencies
  6. Interfaces may also promote security by reducing the attack surface of individual contract implementations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant