Skip to content

This is type package of protobuf for Finschia

License

Notifications You must be signed in to change notification settings

Finschia/finschia-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.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