Commit b68fdcc
committed
grpc -> grpcjs
notes:
* grpcjs doesnt like ByteBuffer, i added src/bytebuffer_replacement.ts
to have fake ByteBuffer methods that produce native nodejs `Buffer`s
* grpcjs doesnt like calls without an argument
(src/grpc/subscribe.ts:24)
* grpcjs converts uint64 in a map key (map<uint64, ...>) to some hash,
this is fixed with protobuf_long.patch which is applied after `npm i`
protobufjs/protobuf.js#16691 parent eb58ea3 commit b68fdcc
File tree
49 files changed
+6698
-10048
lines changed- .github/workflows
- dist/src
- grpc
- models/sql
- tests/types
- utils
- src
- grpc
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+6698
-10048
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments