Hey, I am currently testing these smartcontracts, and it would be great if we could call the function LogPriceBefore(); in L54, in order to finish the integral calculation just before the market closure. Currently, the integral calculation is to my knowledge not guaranteed to be complete.
https://github.com/gnosis/gnosis-contracts/blob/9285b3e12708b921eecba827161b9295894b406f/contracts/Markets/StandardMarketWithPriceLogger.sol#L54
Hey, I am currently testing these smartcontracts, and it would be great if we could call the function LogPriceBefore(); in L54, in order to finish the integral calculation just before the market closure. Currently, the integral calculation is to my knowledge not guaranteed to be complete.