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
124 stars 56 forks source link

Tracking issue for various corner-cases #127

Open frol opened 3 years ago

frol commented 3 years ago
khorolets commented 3 years ago
bowenwang1996 commented 3 years ago

What do you mean exactly when you say they cannot be stored or saved?

khorolets commented 3 years ago

@bowenwang1996 Indexer is not able to find corresponding so called "parent" transaction to connect those receipts. Previously that ones weren't observed. This happened during the reindexing from genesis process. Do you know something about those blocks/receipts I should know?

khorolets commented 3 years ago
khorolets commented 3 years ago
bowenwang1996 commented 3 years ago

How did you get those receipt ids?

khorolets commented 3 years ago

@bowenwang1996 As we figured out with @frol those are results of transaction hash collisions. We collect them from the logs of indexer instance that is reindexing mainnet from genesis right now

khorolets commented 3 years ago
khorolets commented 3 years ago
khorolets commented 2 years ago
frol commented 2 years ago

Just for the history, I believe most if not all of the issues here are related to #84