terra-proto 0.5.12-beta.3

Terra Core Protobuf Builds
Documentation

terra.proto (Rust)

Note

  • Ignore third_party/proto/cosmos/staking/v1beta1/authz.proto
    • Conflict StakeAuthorization.Validators (message) with StakeAuthorization.validators (oneof)

How to use

Cargo

[dependencies]
terra-proto = "{terraCoreVersion}"

Maintenance

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

Requirements

  • Rust
  • Cargo
  • protoc v3.17.3

Getting started

make init

Rebuilding types

make proto-gen

or 

cargo build

Publish to Maven

make publish

or

cargo publish