near / read-rpc

Read-only NEAR RPC centralized-like performant solution
16 stars 4 forks source link

(indexers): Ensure all the indexers respond to `--version` #287

Open khorolets opened 3 days ago

khorolets commented 3 days ago

Motivation

Recently, I've upgraded the near-state-indexer to the newest nearcore-1.40.0, made the ReadRPC release and all. And after the deploy I couldn't prove the version of the near-state-indexer binary is the newer, because we don't support the --version for some reason.

TODO: