PaimaStudios / paima-engine

Novel trustless web3/blockchain gaming engine.
MIT License
55 stars 18 forks source link

fix for emulated fetch range calculation #395

Closed acedward closed 2 months ago

acedward commented 2 months ago

fetchedData[fetchedData.length - 1].timestamp - fetchedData[0].timestamp is the total time for the last fetch cycle, but it should be the time window for all pending data to be processed.