privacy-scaling-explorations / zkevm-circuits

https://privacy-scaling-explorations.github.io/zkevm-circuits/
Other
821 stars 841 forks source link

Transient Storage Support #1797

Closed zemse closed 3 months ago

zemse commented 3 months ago

https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/1761

ChihChengLiang commented 3 months ago

@zemse Any idea on why the main tests are not passing?

zemse commented 3 months ago

The geth-utils is giving a panic: runtime error: invalid memory address or nil pointer dereference. Have been trying to debug but no progress.

zemse commented 3 months ago

Tests are passing now! @miha-stopar @ChihChengLiang

lispc commented 2 months ago

@zemse i think we should also modify get_rev_op_by_ref in input_state_ref.rs?