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
Support gas cost summarization for all supported opcode. (#2727)
* Support gas cost summarization for all supported opcode.
- Updated the handling of `GAS_CELL` to ensure it uses infinite gas for SLOAD and SSTORE operations.
- Adjusted the initialization of `STATIC_CELL` for the `SSTORE` opcode to improve clarity.
- Increased the `max_iterations` parameter in the summarization process to 300 to simplify the analysis of error cases.
- Simplified the `#accessStorage` rule in the EVM semantics to avoid unexpected (nd)branches during gas consumption summarization.
* make format
0 commit comments