0xPolygonHermez/zkevm-contracts

Unable to verify signature on L1 hermeznetwork/geth-zkevm-contracts:v2.0.0-fork.5-geth1.13.1

zjg555543 opened this issue · 0 comments

version:

steps:

  • redeploy the cdk-validium-contracts on the L1 chain**(geth-zkevm-contracts:v2.0.0-fork.5-geth1.13.1)**
  • config sequencer-sender node config,
         WaitPeriodSendSequence = "35s"
         LastBatchVirtualizationTimeMaxWaitPeriod = "20s"
         MaxBatchesForL1 = 2
    
  • reconfiguration the contract and gen nums for the service, eg: sync/sequencer/bridge...
  • send some txs on L2, make some batchs to trigger the MaxBatchesForL1=2 condition
  • the sequencer-sender will send batch tx error like this
    image
  • others: but if set MaxBatchesForL1 = 1, that is success.