Automatically merged updates to draft EIP(s) 2535 (#3172)

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Nick Mudge 2020-12-22 18:22:03 -05:00 committed by GitHub
parent 0e0f962b4b
commit b06f3538fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,11 @@ created: 2020-02-22
## Simple Summary
A new smart contract paradigm that works today.
Enables people to write contracts with virtually no size limit in a modular and gas-efficient way.
A diamond is a contract with functionality from multiple contracts that can share internal functions, libraries and state variables.
Diamonds can be upgraded on the fly without having to redeploy existing functionality.
Diamonds are powerful, organized, modular, optionally upgradeable, flexible, unlimited in size, and transparent.
Diamonds enable you to build efficient, powerful, flexible, modular smart contract systems.
Standardizes contract interfaces and implementation details of diamonds, enabling software integration and interoperability.
A diamond is a contract that implements the Specification in this standard.