Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Allow more than 200 exports when building schemas #148

Open abizjak opened 9 months ago

abizjak commented 9 months ago

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.