-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Osmosis-Proto #288
Osmosis-Proto #288
Conversation
This is currently an empty placeholder that needs to be populated with protobuf generated code.
Merge upstream cosmos-rust
Merge upstream cosmos-rust
osmosis added to default features
@tony-iqlusion can you point me in the right direction, what is missing / what are the requirements for |
@Philipp-Sc looks close! Needs rustfmt. The build on WASM is also failing. I don't think you need to build on WASM for an MVP. But if you don't plan on supporting it out-of-the-gate, you need to remove the CI jobs to test the WASM build. |
@tony-iqlusion thank you, I removed the WASM build target for now. I do not need it, but I am happy to help add it later if needed. I also fixed the formatting. I hope the workflows go through now. |
@Philipp-Sc it looks like the crate is failing to build without default features |
removed --no-default-features
@tony-iqlusion thank you, I removed Anyway you might not need to merge this PR after all. I found there is osmosis-rust, their |
@Philipp-Sc interesting re Edit: opened osmosis-labs/osmosis-rust#41 |
Well, not sure how to move forward here until we hear back from the I think that's likely to be a better home for this work than here. |
@tony-iqlusion feel free to close the PR. As long as the osmosis team maintains their Anyway thank you for the time you took to go through this PR. It was a good exercise in improving my rust skills. |
@tony-iqlusion fyi I think will continue maintaining The official As long as I don't run into issues I will not migrate (my project cosmos-rust-bot) to |
cosmrs: `Coin` constructor (cosmos#291)
@Philipp-Sc ok, perhaps you can make a separate repo for it somewhere then? I thought this was an interesting PR when I wasn't aware of a separate official Osmosis Rust project, but since there is I'd prefer not to have a "competing" implementation here, even if it better interops with the crates in this repo. |
I agree, just wanted to give an update on this. Closing this PR now. Thanks for all your help. Best regards, |
Hi,
I just took the time to update the
osmosis-proto
crate.Note:
the folder
proto-build
now contains:cosmos
(fromcosmos-rust/proto-build
)osmosis
(fromcosmos-rust-development/proto-build-osmosis
)Best regards,
Philipp