terra-proto

Crates.ioterra-proto
lib.rsterra-proto
version0.5.16-beta.1
sourcesrc
created_at2021-12-08 13:19:02.206971
updated_at2022-02-22 03:39:24.315948
descriptionTerra Core Protobuf Builds
homepagehttps://terra.money
repositoryhttps://github.com/terra-money/terra.proto.git
max_upload_size
id494522
size1,583,575
(jdekim43)

documentation

https://docs.terra.money

README

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
Commit count: 74

cargo fmt