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

Allow more than 200 exports when building schemas #148

Open
abizjak opened this issue Dec 18, 2023 · 0 comments
Open

Allow more than 200 exports when building schemas #148

abizjak opened this issue Dec 18, 2023 · 0 comments
Labels
[Type] Change Request Some visible functionality should be change.

Comments

@abizjak
Copy link
Contributor

abizjak commented Dec 18, 2023

Our smart contract validation enforces a limit on the number of exports. This limit is also enforced when building schemas, which is not ideal since building schemas generally doubles the amount of entrypoints in the contract.

The reason for the limit on the number of exports is safety on the chain, but this is not an argument when building schemas.

@abizjak abizjak added the [Type] Change Request Some visible functionality should be change. label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Change Request Some visible functionality should be change.
Projects
None yet
Development

No branches or pull requests

1 participant