You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the purpose of stateless validation and ZK proofs it would be valuable to track and be able to analyze various characteristics of deployed smart contracts such as:
Size of the contract
WASM features used in a contract (e.g. does it use floating point operations?)
Number functions
Size and number of data segments
We already enforce a number of limits for smart contracts: https://nomicon.io/RuntimeSpec/Preparation#validation
So we can start by exporting these stats after contract preparation, for example by storing them in the RocksDB.
The text was updated successfully, but these errors were encountered:
For the purpose of stateless validation and ZK proofs it would be valuable to track and be able to analyze various characteristics of deployed smart contracts such as:
We already enforce a number of limits for smart contracts: https://nomicon.io/RuntimeSpec/Preparation#validation
So we can start by exporting these stats after contract preparation, for example by storing them in the RocksDB.
The text was updated successfully, but these errors were encountered: