Skip to content
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/grpc #23

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Feat/grpc #23

wants to merge 10 commits into from

Conversation

kevkevinpal
Copy link
Owner

testing to see if automated tests will pass

antonilol and others added 7 commits February 5, 2023 16:51
notes:
 * grpcjs doesnt like ByteBuffer, it has been replaced with the nodejs
   native Buffer
 * grpcjs doesnt like calls without an argument, add {} instead
   see 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 automatically applied
   after running `npm install`
   this pr would fix the bug upstream protobufjs/protobuf.js#1669
I took the PR on the jscryptor github that removed the mcrypt dependecy
and published it
I used `npm install depcheck -g` and then `depcheck` to find which
dependecies were not being used in the project and then removed them
from the package.json
@kevkevinpal kevkevinpal force-pushed the master branch 4 times, most recently from ad7b22d to c1d3f24 Compare August 3, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants