alephium / explorer-backend

The explorer backend for Alephium protocol
https://explorer.alephium.org
GNU Lesser General Public License v3.0
7 stars 14 forks source link

Add `block_height` to transaction table and api #533

Open tdroxler opened 6 months ago

tdroxler commented 6 months ago

Some users wants to have this info when querying transactions, not only block_hash

I saw that ethereum is also returning that info

Unfortunately we will need a big migration or a resync for it.