3 个版本
0.2.2 | 2023 年 12 月 28 日 |
---|---|
0.2.1 | 2023 年 11 月 9 日 |
0.2.0 | 2023 年 8 月 21 日 |
#5 in #injective
1,415 每月下载量
在 2 个crate中(通过 cosmos-grpc-client)使用
1.5MB
32K SLoC
injective-protobuf
Rust 生成 Injective 消息的 protobuf 文件。
先决条件
- buf: 在 macOS 或甚至 Linux 上使用
brew install bufbuild/buf/buf
安装。有关详细安装说明,请参阅 https://buf.build/docs/installation/。
用法
-
./scripts/protoexport.sh
使用
buf
在./proto
和./third_party/proto/
下载或更新 Injective 和 Cosmos SDK protobuf 文件。 -
cargobuild
在
./src/proto
下生成 Rust protobuf 文件。
维护
- 应在
protoexport.sh
文件中指定 Injective 和 Cosmos SDK proto 文件的特定版本/标签。
这是每个主要版本必须检查的事项,并相应地更新 sdk-go
和 cosmos-sdk
参考。
依赖关系
~8.5MB
~181K SLoC