smartcontracts
smartcontracts
Hmmm... investigating. I'm going to try syncing a fresh node with the same config as you.
Your polling interval variables look very small. Can you try using the following DTL config? ``` DATA_TRANSPORT_LAYER__LOGS_PER_POLLING_INTERVAL=2000 DATA_TRANSPORT_LAYER__POLLING_INTERVAL=500 DATA_TRANSPORT_LAYER__TRANSACTIONS_PER_POLLING_INTERVAL=1000 ```
Likely related to #3693. Am currently investigating.
@yj0x0x your target gas limit is set to 30m. It must be set to 15m.
@yj0x0x did that solution work?
Oof yeah mac specific issues... I need to start doing some development on a mac machine to surface these sort of things. cc @tynes any ideas?
Hmm... people ++'ing this, are you getting this result on the same block that the original poster is?
AKA `INFO [10-12|08:16:33.661] Syncing transaction batch range start=135660 end=192229`
And are you syncing from L1 or L2 (DTL config).
Can everyone here confirm that they're using a target gas limit of exactly `15000000`?