-
Notifications
You must be signed in to change notification settings - Fork 123
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 #236
Comments
There's some ongoing discussion about this here: informalsystems/tendermint-rs#654 (comment) I suggested having a single repo where all of the protobufs could be managed consistently. So yes, I think it'd be a good idea to reuse the same infrastructure we have already for crates like |
I think this makes a lot of sense. From a technical perspective, what exactly needs to be done to make the main.rs work for osmosis? Just adjust the paths or are blockchain specific customizations needed as well? |
We could add a new It could be structured similarly to (and dependent on) It will require modifying |
I got the
|
Since Osmosis is a completely separate network, I'd suggest putting its protos in a completely separate crate: You can get started by doing |
@Philipp-Sc I pushed up a branch with some initial boilerplate for an https://github.com/cosmos/cosmos-rust/tree/osmosis-proto See this commit: |
thank you, I just separated the code from the How Osmosis is setup, the endpoint sometimes return I will fork the branch you created and try to do a pull request. |
@tony-iqlusion pull request is out #239 Let me know if you like me to make any changes before you merge it. |
@tony-iqlusion I also have some changes for Example for
(this is needed to be able to work with Is |
Update: I think this is a good way to do it. Let me know if you have any feedback. Thanks and best regards, |
On another note: |
Closing this issue. |
The If so, yes, that sure would be nice. There's an upstream issue about it on |
If there was a way to get a list of all the |
It will hopefully get fixed upstream in the next release. There's already a few PRs. If it really ends up continuing to be an issue we can look at automating it. |
Hello,
thank you so much for working on this awesome repository.
How much effort would it be to add Osmosis and Terra?
I tried running the build, but something fails. I was able to manually add some Osmosis related messages.
If it is easy to archive by adding it to the main.rs file maybe I do not need to implement it manually.
Thank you in advance.
Best regards,
Philipp
The text was updated successfully, but these errors were encountered: