Synthetixio / issues

0 stars 3 forks source link

liq-bot event batching during sync #450

Closed artdgn closed 2 years ago

artdgn commented 2 years ago

It's possible that relying on a single events query during the initial sync of the liq-bot will either fail or cause wrong data after a market (e.g. ETH) has more than 10,000 trading events.

We need to deal with this before that happens. I see a few potential ways:

0xjocke commented 2 years ago

https://github.com/Synthetixio/futures-keepers/pull/46