penumbra-zone / cuiloa

Third party block explorer built with NextJS for the Penumbra Zone network
Apache License 2.0
7 stars 2 forks source link

Paginate IBC Tables #85

Closed ejmg closed 1 month ago

ejmg commented 6 months ago

Summary

The current tables used to enumerate IBC Clients, Channels, and Connections are fixed. Add pagination to match the functionality of /transactions and /blocks.

Description

Summary says most of it. As of now, the ibc/${clients|channels|connections} set of routes provide only a fixed table of the most recently updated/added IBC related entities. With the recent updates to Penumbra, IBC support has been drastically improved and there's a lot more IBC related data to see. These routes should be updated to make that possible.

ejmg commented 1 month ago

Closed by #132