-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: telescope integration #262
base: release/v0.50
Are you sure you want to change the base?
Conversation
Issues rnlots of |
ref cosmology-tech/telescope#525 does not seem to work either on latest version 1.10.6. It keeps being overriden when I run the telescope binary, despite it being in the same directory. Why would it do that |
Okay got past a bunch of the errors. You have to specify |
global search to the previous proto dir would be nice
else I have to cp -r the proto from my root -> the proto, kinda bad ux |
|
||
telescope install @protobufs/tendermint @protobufs/ibc @protobufs/google @protobufs/gogoproto @protobufs/cosmos_proto @protobufs/cosmos | ||
|
||
cp -r ../proto/* ./proto # I dislike this step, why? Can't I use the parent package for my custom modules, but then relative for the installed ones? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would require glob check support within the string[] type
closes #256
Summary
Add a good UX for telescope to generate proto files -> ts files.
A single make command should handle all the install, generation, etc for a good client