finschia-proto version follows Finschia/finschia version. Also, the versions of submodules as well.
finschia-proto | Finschia/finschia-sdk | Finschia/wasmd | Finschia/ibc-go | Finschia/finschia |
---|---|---|---|---|
v2.0.0 | v0.48.0 | v0.2.0 | v4.3.1 | v2.0.0 |
v1.0.0 | v0.47.0 | v0.1.3 | v3.3.3 | v1.0.0 |
v1.0.0-rc6 | v0.47.0-rc6 | v0.1.3 | v3.3.3 | v1.0.0-rc6 |
v1.0.0-rc2 | v0.47.0-rc2 | v0.1.0 | v3.3.1-d855e1d87f26f5a632fe43e6c58f8f7e6bc47bdf | v1.0.0-rc2 |
This section is for maintainers of this repo, not users.
- Set desired version of each module at
env
file.
# Choose from https://github.com/Finschia/finschia/releases
FINSCHIA_SDK_VERSION="v0.48.0"
WASMD_VERSION="v0.2.0"
IBC_GO_VERSION="v4.3.1"
-
run build.sh
Each module will be checkout to the version specified in the env file
./build.sh