Reorg #856
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionEvery 12 hours plus 4 minutes, op-node and op-batcher reorg to an unsafe block which was at the height of 12 hours ago, resulting in all transactions losses. Currently op-batcher submits batches every 20 minutes while op-proposer sends proposals every 2 minutes. Logs
Additional Informationop-batcher contract: http://117.50.89.64:3000/address/0x00e95c306d75426ed11729f6899f5bb03510598e?p=1&ps=25 ./op-node --l2=http://localhost:8551 --l2.jwt-secret=../jwt-secret.txt --sequencer.enabled --sequencer.l1-confs=5 --verifier.l1-confs=4 --rollup.config=./rollup.json --rpc.addr=0.0.0.0 --p2p.disable --rpc.enable-admin --p2p.sequencer.key=$SEQUENCER_PRIV_KEY --l1=$L1_RPC --l1.beacon=$L1_BEACON_RPC ./op-batcher --l2-eth-rpc=http://localhost:8545 --rollup-rpc=http://localhost:9545 --poll-interval=1s --sub-safety-margin=6 --num-confirmations=100 --safe-abort-nonce-too-low-count=3 --resubmission-timeout=30s --rpc.addr=0.0.0.0 --rpc.port=8548 --rpc.enable-admin --pprof.enabled --pprof.port=6062 --metrics.enabled --metrics.port=7302 --target-num-frames=8 --batch-type=1 --data-availability-type=blobs --max-channel-duration=1 --wait-node-sync=true --l1-eth-rpc=http://106.75.44.139:8545 --throttle-threshold=500000 --data-availability-type=blobs --log.level=debug --private-key=$BATCHER_PRIV_KEY ./op-proposer --poll-interval=4s --rpc.port=8560 --rollup-rpc=http://localhost:9545 --game-factory-address=0x07fd37b19b7993d56aae6f8e14eda4dda460169a --proposal-interval=10s --l1-eth-rpc=$L1_RPC --num-confirmations=10 --log.level=debug --game-type=1 --allow-non-finalized --private-key=$PROPOSER_PRIV_KEY ./geth --datadir=./datadir --http --http.corsdomain=* --http.vhosts=* --http.addr=0.0.0.0 --http.api=web3,debug,eth,txpool,net,engine,miner --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.origins=* --ws.api=debug,eth,txpool,net,engine,miner --syncmode=full --gcmode=archive --nodiscover --maxpeers=0 --networkid=707 --authrpc.vhosts=* --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.jwtsecret=../jwt-secret.txt --rollup.disabletxpoolgossip=true syncStatus: FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Sorry guys, it's my bad. I configured a wrong op-batcher private key, resulting in submitted batch data unrecognized by op-node, which further results in reorg after seq_window_size period. |
Beta Was this translation helpful? Give feedback.
Sorry guys, it's my bad. I configured a wrong op-batcher private key, resulting in submitted batch data unrecognized by op-node, which further results in reorg after seq_window_size period.