DefiantLabs / cosmos-tax-cli

An opensource cosmos tax tool!
https://defiantlabs.net
Apache License 2.0
25 stars 7 forks source link

Support application versioning for the indexer and API #543

Open pharr117 opened 7 months ago

pharr117 commented 7 months ago

We want to be able to quickly figure out what version of the application is running. This means:

  1. The indexer should support a version command that returns the tag or commit it was built from
  2. The CSV API should support the same but also provide an API endpoint for returning the current version of the application