Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
build: Using telescope gen code instead of ts-proto #62
base: cosmjs-elements
Are you sure you want to change the base?
build: Using telescope gen code instead of ts-proto #62
Changes from 52 commits
8d1c47b
abe9c92
e4e847e
26614f3
6e9c525
e6a7d92
88146ad
ceb8cb7
b27de60
d6ef3ac
3d0bf45
bbc64c0
564c048
b81ad41
b84a138
da5c7f8
e02f90f
ec5bea1
3b46b39
689295f
a5526d0
7b0c4cc
0243b44
95311f7
0ed51cf
bf3f36b
ba71646
0136c3b
60ad348
a2cf47f
f923365
1a62e8d
01268ee
b29a768
1e081c1
c953493
bad638a
0762158
be3f9af
c670dcc
fe523a7
f046333
55ca34a
197c6ff
c7e69bb
fd2a379
89d7668
e35bc81
9dc03d5
b598c4d
8e0051b
313ba8a
2a65cd7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I wonder if
download-cosmos-proto
will also cause issues if we are not careful with what folders are mapped within Docker.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.
I assume that
protoDirs
is set to../proto
andoutPath
is set to../client/src/types/generated
in the .telescope.json file, so as long as the working dir is/checkers
, I guess there wouldn't be issue when executingnpx telescope transpile --config .telescope.json
insidescripts
folder.