Merge pull request #111 from SundaeSwap-finance/golddydev/pools-extended-endpoint
feat: add blockfrost-compatible /pools/extended endpoint
feat: add blockfrost-compatible /pools/extended endpoint
- Introduced a new query in to retrieve total blocks minted for specified pools. - Updated the and to handle the new query and integrate it with the state management. - Adjusted REST handlers to return the updated blocks minted data for pools.
Signed-off-by: William Hankins <[email protected]>
Signed-off-by: William Hankins <[email protected]>
- Enhanced and method to utilize and for improved performance. - Adjusted REST handlers to fetch and return total blocks minted data for specified pools.