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

Ensure --store-genesis works after optimization on nearcore side #117

Closed khorolets closed 2 years ago

khorolets commented 3 years ago

nearcore has changed the way it processing genesis file. Instead of reading entire file into RAM it now streams the content. I believe on our side we might not be ready for it and it needs to be checked and fixed if needed.

bowenwang1996 commented 3 years ago

I am really sorry that I didn't check with you on that. Please sync with @posvyatokum on this.

khorolets commented 2 years ago

We haven't seen any problems and had refactored the way we read genesis records on the Indexer for Explorer side some time ago. Closing the issue.