AztecProtocol / aztec-verifier-contracts

28 stars 8 forks source link

Compiling BaseUltraVerifier without optimizations results in StackTooDeep #19

Open phated opened 1 year ago

phated commented 1 year ago

When copying the verifier contracts into Remix IDE, it errors with StackTooDeep. This goes away when optimizations are enabled (they are disabled by default).

LHerskind commented 1 year ago

If I recall correctly, this should be solved by #12 which flattens the yul. Will do a rebase and assign someone not Zac to review it so it can get in.

TomAFrench commented 1 year ago

Closed by #12

TomAFrench commented 1 year ago

Seems like this is still an issue

phated commented 1 year ago

Still happening in Remix with the error Variable p is 1 slot(s) too deep inside the stack.