Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DSSendL2Block batch number #3616

Merged
merged 1 commit into from
May 3, 2024
Merged

Fix DSSendL2Block batch number #3616

merged 1 commit into from
May 3, 2024

Conversation

agnusmor
Copy link
Contributor

@agnusmor agnusmor commented May 3, 2024

What does this PR do?

Fixes DSSendL2Block batch number. It must use batchNumber field from the l2Block.batch object, as in parallel mode the f.wipBatch can be different of the batch that is being stored (f.sipBatch). Therefore, to be safe, we must use the batchNumber of the batch to which the L2Block belongs (l2Block.batch)

Reviewers

Main reviewers:

@ToniRamirezM

@agnusmor agnusmor added cherry-picked Content has been cherry-picked into a higher version branch zkevm-seq-agg labels May 3, 2024
@agnusmor agnusmor added this to the v0.6.7 milestone May 3, 2024
@agnusmor agnusmor self-assigned this May 3, 2024
@cla-bot cla-bot bot added the cla-signed label May 3, 2024
@agnusmor agnusmor merged commit f34d60a into release/v0.6.7 May 3, 2024
16 checks passed
@agnusmor agnusmor deleted the fix/ds-batch-num branch May 3, 2024 13:48
Stefan-Ethernal pushed a commit to 0xPolygon/cdk-validium-node that referenced this pull request May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked Content has been cherry-picked into a higher version branch cla-signed datastream zkevm-seq-agg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants