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

Make SolidityCompiler execution configurable #91

Open
3Nigma opened this issue Jul 5, 2022 · 0 comments
Open

Make SolidityCompiler execution configurable #91

3Nigma opened this issue Jul 5, 2022 · 0 comments
Labels
contracts LiveContract/Smart contract related enhancement New feature or request question Further information is requested
Milestone

Comments

@3Nigma
Copy link
Contributor

3Nigma commented Jul 5, 2022

While deploying our HeadStarter NFT market, it became obvious that, in an attempt to lower the bytecode size, we would need to configure the solidity compiler optimizer as well.

We ended up using this:
image
as the compiler settings.

We need to have conventions in place to allow runtime configuring of the compiler itself. We need to discuss how that might look like.

@3Nigma 3Nigma added enhancement New feature or request question Further information is requested contracts LiveContract/Smart contract related labels Jul 5, 2022
@3Nigma 3Nigma added this to the Back-burner milestone Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contracts LiveContract/Smart contract related enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant