solidstate-solidity icon indicating copy to clipboard operation
solidstate-solidity copied to clipboard

Add diamond beacon proxy implementation

Open ItsNickBarry opened this issue 8 months ago • 0 comments

The diamond beacon proxy pattern that we've been using and recommending is not minimal, and includes some features that are non-functional in the context of proxies which reference the beacon. A proper beacon should include DiamondReadable and DiamondWritable, but not DiamondBase. A SolidStateDiamond should not be used as a beacon because it includes DiamondBase and several other extensions.

ItsNickBarry avatar Oct 12 '23 01:10 ItsNickBarry