Closed kirill2400 closed 11 months ago
After merge I've noticed that changes are in src/generated
dir. All files in this dir are automatically generated from proto
files. Could you try to run npm run pull-proto
and npm run compile-proto
to re-generate these files?
I assume there will be other changes, not related to candles interval. We need to resolve it, this is right way to go.
After merge I've noticed that changes are in
src/generated
dir. All files in this dir are automatically generated fromproto
files. Could you try to runnpm run pull-proto
andnpm run compile-proto
to re-generate these files? I assume there will be other changes, not related to candles interval. We need to resolve it, this is right way to go.
npm run compile-proto
throw a few execptions like "such file not found". Can you update enum? I don't have much experience with this
Ok, I will try. I think we need to release new major version with all the latest proto files.
How soon will this update be in the npm repository?