osmosis-labs / osmosis-rust

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

Fix type_url mismatch #30

Closed iboss-ptk closed 2 years ago

iboss-ptk commented 2 years ago

Background

Prost use heck::to_upper_camel_case to all types which makes some of the type ident mismatch with the original proto.

Previously, osmosis-rust used generated type ident to regenerate type url which causes problem as stated above.

Expectation