Zondax / namadexer

Namada indexer
39 stars 57 forks source link

feat: added views for ALL the tx type #167

Closed rllola closed 7 months ago

rllola commented 7 months ago

This PR create views when the indexer is launched and the time we create the tables to facilitate visualizing an retrieving the data for all different type of tx (see tx_*).

The advantage of this approach is that it doesn't take any supplementary space and doesn't need migration while facilitating interaction with the database.