Reputation: 5
I ran into the 24KB contract size limit for Solc, so I implemented the Diamond Proxy (EIP-2535) to overcome the issue. However, I’m now facing other challenges—debugging has been extremely difficult since I’m using app storage, which prevents me from seeing any data in the get
functions on the verified smart contracts in the block explorer. Additionally, access control isn't functioning as expected. Has anyone encountered a similar issue or can offer some guidance?
Upvotes: -3
Views: 18