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

feat: Upgrade to 0.9.3 (NEAR Indexer Framework 0.10.0, refactor storing genesis records, more logs on indexer start) #155

Closed khorolets closed 3 years ago

khorolets commented 3 years ago

It should help to ensure the indexer is working and is going to start streaming and has not stuck

Also, bumped the version to 0.9.3 because of:

frol commented 3 years ago

I assume you checked that it works as expected :smile:

khorolets commented 3 years ago

I assume you checked that it works as expected 😄

I've checked it is working as expected with the localnet. It should work with others as well. Do you want me to extra check?

frol commented 3 years ago

I tested it with testnet genesis (5.4GB JSON file) on my local machine with local postgres database and it works great!