-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(proto): add archway-proto crate (#18)
Rust build of Archway's ProtoBuf definitions. This package can be used both in CosmWasm smart contracts and gRPC clients. It is based on the [`cosmos-sdk-proto v0.18.0`](https://github.com/cosmos/cosmos-rust) crate to provide the Cosmos SDK `v0.45.x` messages and follows the same feature definitions, with the `tonic` gRPC clients enabled by default. ## Usage ### In CosmWasm smart contracts ```toml archway-proto = { version = "0.1.0", default-features = false, features = ["cosmwasm"] } ``` ### For the gRPC client functionality (won't work in CosmWasm) ```toml archway-proto = "0.1.0" ```
- Loading branch information
Showing
17 changed files
with
3,967 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "archway-network"] | ||
path = archway-network | ||
url = https://github.com/archway-network/archway | ||
branch = tags/v4.0.2 |
Oops, something went wrong.