Closed colinlyguo closed 3 months ago
This PR fixes the bug that current rollup verifier cannot decode commitBatchWithBlobProof's calldata.
commitBatchWithBlobProof
if method.Name == "commitBatch" { // decode block ranges } else if method.Name == "commitBatchWithBlobProof" { // decode block ranges }
This also adds unit tests fetched from local testnet commitBatchWithBlobProof transactions.
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
Has the version in params/version.go been updated?
params/version.go
Does this PR have the breaking-change label?
breaking-change
1. Purpose or design rationale of this PR
This PR fixes the bug that current rollup verifier cannot decode
commitBatchWithBlobProof
's calldata.This also adds unit tests fetched from local testnet
commitBatchWithBlobProof
transactions.2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.go
been updated?4. Breaking change label
Does this PR have the
breaking-change
label?