You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andDiamondWritable
, but notDiamondBase
. ASolidStateDiamond
should not be used as a beacon because it includesDiamondBase
and several other extensions.The text was updated successfully, but these errors were encountered: