near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

Some transaction_actions are missing? #310

Closed hoangong closed 1 year ago

hoangong commented 1 year ago

For example all actions between these blocks are missing. It used to return data for me. It just disappear now.

select t.*, ta.**, b.** from blocks b inner join transactions t on t.included_in_block_hash = b.block_hash inner join transaction_actions ta on ta.transaction_hash = t.transaction_hash where b.block_height between 99209000 AND 99209017 order by b.block_height, index_in_chunk

frol commented 1 year ago

We had to reindex the data due to #305

hoangong commented 1 year ago

thank you for the info

frol commented 1 year ago

I hope the data will be back in 24h

frol commented 1 year ago

The data is completely restored.