0xPolygonHermez / zkevm-node

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

Remove unnecesary check in L2Blocks #3574

Closed ARR552 closed 6 months ago

ARR552 commented 7 months ago

1- This check does not give any advantage because L1 information has to prevail over Trusted state information. No matter what 2- This check calls the trusted state while processing the information. This adds a huge delay during the execution and reduces the performace of the synchronizer a lot. 3- Mixes trusted state and L1 synchronization