penumbra-zone / cuiloa

Block explorer for the Penumbra Zone network
https://cuiloa.testnet.penumbra.zone
Apache License 2.0
6 stars 1 forks source link

Update `@penumbra-zone/getters` #97

Closed ejmg closed 1 month ago

ejmg commented 2 months ago

Summary

@penumbra-zone/getters is progressively adding more relevant getters for extracting data and Cuiloa should work with these instead of around them.

Description

As of commits like https://github.com/penumbra-zone/web/commit/a59d9d651941d9589e70d416e0013dc5c0f3082f, a whole segment of e.g. BatchSwapOutputData getters have been exposed. As more getters are contributed, the existing codebase of getters in src/lib/protobuf.ts will become increasingly redundant. Aggressively updating @penumbra-zone/getters should become a priority with each additional release (and contribution).

ejmg commented 1 month ago

closed by #100