0xPolygonHermez / zkevm-node

Go implementation of a node that operates the Polygon zkEVM Network
Other
511 stars 649 forks source link

synchronizer: Add a debug feature to call Executor with `NoCounters` flag to true #3693

Open joanestebanr opened 3 weeks ago

joanestebanr commented 3 weeks ago

Rationale

For a development propuses we need to avoid Counters checks on executor. This is a feature forbidden in production environment for that reason the activation is going to be a bit complicated:

Another defensive mechanims is:

Implementation

Do you have ideas regarding the implementation of this feature? Are you willing to implement this feature?