0xPolygonHermez / zkevm-node

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

Pass contextId in ProcessRequest struct instead to passing it as parameter of the ProcessBatchV2 function #3638

Open agnusmor opened 4 months ago

agnusmor commented 4 months ago

In PR #3604 we added the possibility to pass a contextId value to the ProcessBatchV2 function to add end-2-end tracking of the sequencer-executor requests. Reviewing it we think it's better to pass this contextId value as parameter of the ProcessRequest struct instead as parameter of the function ProcessBatchV2.