Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External storage pattern to split proxy contract to get rid of eip-170 24576 bytes issue. #32

Open
dryruner opened this issue Dec 15, 2020 · 0 comments
Assignees

Comments

@dryruner
Copy link
Contributor

dryruner commented Dec 15, 2020

let instance = require('./build/contracts/DOSProxy.json');
> instance.deployedBytecode.length / 2
24500

Current code size is pretty much close to the limit, any more logic updates would be tough, exploring external storage / delegatecall pattern to split DOSProxy contract.

@dryruner dryruner self-assigned this Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant