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

Revert "Fix remove feature fungible_token_events" #386

Open khorolets opened 7 months ago

khorolets commented 7 months ago

Reverts near/near-indexer-for-explorer#384

That change does not remove the feature but makes it broken.

The FT-related stuff mentioned in #384 is written from the hacky branch features-enabled. To disable the writings of FT-related stuff, the deployed instance should use the image built from master instead.