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

Restyled ABCIEventsTable into two-column KV and updated Block, Transaction Pages to match restyling. #77

Closed ejmg closed 3 months ago

ejmg commented 3 months ago

With #21, I had originally flattened the structure of the events field into a single record of type, key, and value so that ABCIEventsTable was a single table per Block/Transaction. This PR rolls back that change and instead iterates over every ABCI Event of a Block/Transaction and fills out a table of its associated kv attributes.