celo-org / op-geth

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Find out when txs persist across restart #270

Open karlb opened 2 weeks ago

karlb commented 2 weeks ago

In INC-170, the sequencer got stuck retrying to create a block. It looks like it tried to include an ever growing list of txs despite restarting in between. How were the txs persisted? Or did they just get synced from other nodes every time? Could the txs expire? Were any txs treated as local?