cosmos-rust icon indicating copy to clipboard operation
cosmos-rust copied to clipboard

trying to rebuild clean download, and it is failing

Open PFC-developer opened this issue 6 months ago • 2 comments

  1. clone codebase. (no modifications. ran git submodule --init)

  2. cd cosmos-sdk-proto

  3. cargo build with no errors

  4. go into ./proto-build

  5. cargo run

  6. 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.

PFC-developer avatar Jun 09 '25 22:06 PFC-developer

@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)

PFC-developer avatar Jun 18 '25 13:06 PFC-developer

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.

tony-iqlusion avatar Jun 18 '25 21:06 tony-iqlusion