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

refactor: Strict/Non-strict mode improvements #164

Closed khorolets closed 2 years ago

khorolets commented 3 years ago

Fixes #163

I've bumped the version to 0.10.0 because I've dropped the --allow-missing-relations-in-first-blocks flag completely. It doesn't mean this PR is going to be released once merged.

All those flags and features are useful for debugging or emergency purposes. They are not supposed to be used in normal circumstances.