Skip to content

WIP: proxies with public getters

dju requested to merge proxyWithGetters into master

Feature Merge Request

Related Issue

Description of Feature

increase maintainability by removing the need for XData.sol & XDataInternal.sol contracts: use only Internal.sol, also define public getter Methods for each internal variable that should be accessible.


Merge request reports