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
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Apart from the work related to the circuits, handling the error cases also will require support from the circuit input builder; as it currently will likely panic if a step generates an error situation (see this issue for example #506): so we need to adapt it to generate the proper associated ops for each error case.
@ed255 thanks ! I am starting working on out of gas errors now, I have seen you mentioned issue, will try fix :) since this would be really a big issue for many error cases listed, feel free to pick some and left comments here or mark item [in progress] above so that we can collaborate in parallel .
currently evm circuit defines the error types as following. in step.rs to represents evm execution possible errors:
// Error cases:
use this issue to trace overall status for evm circuit implementation , better to create new sub issue for each one when implements.
The text was updated successfully, but these errors were encountered: