metacraft-labs / DendrETH

A smart contract implementation of the Ethereum light client sync protocol
GNU General Public License v3.0
45 stars 9 forks source link

Hstaykov/refactor loops #291

Closed HristoStaykov closed 3 months ago

HristoStaykov commented 5 months ago

Since the latest version 17.0.4 of clang-zkllvm loops need to be bound by compile time constants. This PR introduces the necessary changes in order to follow this rule.