osmosis-labs / osmosis-rust

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

Add MsgForceUnlock to osmosis types #48

Closed georgemc98 closed 1 year ago

georgemc98 commented 1 year ago

This change adds MsgForceUnlock to the lockup types and updates the Osmosis submodule to commit: 1e80a2a220911cbd776f68e8fa5655870a5f5d98, which is the latest commit on main.

georgemc98 commented 1 year ago

@iboss-ptk Please let me know if there is anything else I should do to get this PR merged in.

iboss-ptk commented 1 year ago

Thanks for contribution! Not sure if you cargo run proto-build package or add it manually, since is generated code does not match the ref commit. if it's the latter, next time please make sure doing the former, let me fix that and merge this time.

georgemc98 commented 1 year ago

Thanks for contribution! Not sure if you cargo run proto-build package or add it manually, since is generated code does not match the ref commit. if it's the latter, next time please make sure doing the former, let me fix that and merge this time.

What is the command the build the proto files? I am running cargo run --bin proto-build and I'm getting an error. I also get an error when running the command cargo run proto-build

georgemc98 commented 1 year ago

Thanks for contribution! Not sure if you cargo run proto-build package or add it manually, since is generated code does not match the ref commit. if it's the latter, next time please make sure doing the former, let me fix that and merge this time.

What is the command the build the proto files? I am running cargo run --bin proto-build and I'm getting an error. I also get an error when running the command cargo run proto-build

@iboss-ptk

iboss-ptk commented 1 year ago

currently you need to cd to proto-build dir then cargo run or cargo run -- --update-deps. It haven't yet resolve dir properly when running from differrent dir.