Skip to content

Latest commit

 

History

History
 
 

injective-protobuf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

injective-protobuf

Rust protobuf files generation for Injective messages.

Prerequisites

Usage

  • ./scripts/protoexport.sh

    Downloads / Updates Injective and Cosmos SDK protobuf files under ./proto and ./third_party/proto/, using buf.

  • cargo build

    Generates the Rust protobuf files under ./src/proto.

Maintenance

  • The specific version / tag of the Injective and Cosmos SDK proto files should be indicated in the protoexport.sh file.

This is something that must be checked as part of each major release, and the sdk-go and cosmos-sdk reference updated accordingly.