osmosis-labs / osmosis-rust

Rust libraries for osmosis
Apache License 2.0
59 stars 52 forks source link

Update proto-build process to use buf #70

Closed iboss-ptk closed 1 year ago

iboss-ptk commented 1 year ago

thrid_party/proto is no longer exists in cosmos-sdk and osmosis repo, causing proto-build to fail.

It is more suitable to use buf to perform code generatation instead of pure prost in order to deal with dependencies.