Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 2.21 KB

README.md

File metadata and controls

35 lines (24 loc) · 2.21 KB

FINSCHIA-PROTO

Version of each module

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
v4.0.1 v0.49.1 v0.3.1 v4.3.1 v4.0.1
v4.0.0 v0.49.0 v0.3.0 v4.3.1 v4.0.0
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

* v3.0.0 was not distributed separately because the proto was not changed. Please use v2.0.0.

Maintenance

This section is for maintainers of this repo, not users.

  1. Set desired version of each module at env file.
# Choose from https://github.com/Finschia/finschia/releases
FINSCHIA_SDK_VERSION="v0.49.0"
WASMD_VERSION="v0.3.0"
IBC_GO_VERSION="v4.3.1"
  1. run build.sh

    Each module will be checkout to the version specified in the env file

./build.sh