cosmos-rust
cosmos-rust copied to clipboard
trying to rebuild clean download, and it is failing
-
clone codebase. (no modifications. ran git submodule --init)
-
cd cosmos-sdk-proto
-
cargo build with no errors
-
go into ./proto-build
-
cargo run
-
cd ../cosmos-sdk-proto
and try building ..
Compiling cosmos-sdk-proto v0.27.0 ()
error[E0603]: type alias BoxBody is private
--> cosmos-sdk-proto/src/prost/cosmos-sdk/cosmos.auth.v1beta1.tonic.rs:26:52
|
26 | T: tonic::client::GrpcServicetonic::body::BoxBody,
| ^^^^^^^ private type alias
|
I am using buf v 1.54.0 and am on a mac.
@tony-iqlusion ? any ideas ? I'm assuming I need to downgrade something, but would prefer staying with tonic13 (which is what the current version is built with)
I can reproduce this and have no idea what's happening.
I'm also locked out of this repo after a recent purge of contributors due to some kind of security issue, and need to get that figured out first before I can do anything.