Finschia / finschia-sdk

A framework for building blockchains based Finschia Mainnet that is forked from cosmos-sdk
Apache License 2.0
63 stars 30 forks source link

build: set Finschia/ostracon version #1298

Closed 0Tech closed 4 months ago

0Tech commented 4 months ago

Description

Extract the version of Finschia/ostracon from go.mod and set the flag on the build.

Motivation and context

Finschia/ostracon does not set its version even in the release branches, while the upstream tendermint sets its version. Hence, we won't apply this patch on the main, which uses tendermint already.

How has this been tested?

  1. make build
  2. ./build/simd ostracon version

Screenshots (if appropriate):

Checklist: