Skip to content

Commit

Permalink
FABN-1233 NodeSDK segfault
Browse files Browse the repository at this point in the history
Segment faults with Node.js are typically
in the native code, grpc has native code.
Upgrading grpc.

Signed-off-by: Bret Harrison <[email protected]>
Change-Id: I8a9e4bc8f3a5c641d807c33040216d0817d48fc5
  • Loading branch information
harrisob committed Aug 5, 2019
1 parent 53f51c2 commit 9761dce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fabric-protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"dependencies": {
"grpc": "1.21.1",
"grpc": "1.22.2",
"protobufjs": "5.0.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test:all": "nyc npm run unit-test:all",
"unit-test:all": "npm run unit-test -- fabric-common/test && npm run unit-test -- fabric-ca-client/test && npm run unit-test -- fabric-client/test && npm run unit-test -- fabric-network/test",
"unit-test": "mocha --exclude 'fabric-client/test/data/**' --recursive",
"compile": "tsc --project test/typescript",
"compile:w": "tsc --project test/typescript --watch",
"coverage": "nyc npm run unit-test",
"retrieve-images" : "./scripts/utility/fabric_images.sh amd64 2.0.0-stable"
"compile": "tsc --project test/typescript",
"compile:w": "tsc --project test/typescript --watch",
"coverage": "nyc npm run unit-test",
"retrieve-images": "./scripts/utility/fabric_images.sh amd64 2.0.0-stable"
},
"devDependencies": {
"@ampretia/x509": "^0.4.0",
Expand Down

0 comments on commit 9761dce

Please sign in to comment.