You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
|