osmosis-labs / osmosis-rust

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

Run proto-build over main branch #58

Closed georgemc98 closed 1 year ago

georgemc98 commented 1 year ago

I ran proto-build over the Osmosis commit: 8ff4c7fe52657319f6b3c299c7002f7aa90d2d7b. This is branched off of main. Please let me know if I need to do anything else to get this merged in. @iboss-ptk

iboss-ptk commented 1 year ago

Hi @georgemc98 let's merge latest main proto rebuild to osmosis-main-clone. Even better, seems that you do this very often, if you have capacity, would you like to make it a recurring gh action on the said branch? My focus is on other things at the moment, helping us with that would be awesome.

iboss-ptk commented 1 year ago

also note that, let's not manually update commit in submodule but rather change it here by changing

const OSMOSIS_REV: &str = "v13.0.0-rc2";

to

const OSMOSIS_REV: &str = "main";