### Description There are functions that could revert because of an out-of-gas error: [QuoteHandler.sol#L295](https://github.com/mysofinance/v2/blob/141d51423bb831006537fe2ff67f16c6c56e5281/contracts/peer-to-peer/QuoteHandler.sol#L295) - getFullOnChainQuoteHistory() ### Recommendation It is recommended to add pagination to these functions to avoid potential out-of-gas errors.