-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the new level SDK to the fabric-common. This is a work in progress. Signed-off-by: Bret Harrison <beharrison@nc.rr.com> Change-Id: If3b2f26dc541e9dff305e06ea6f2af5a8ed4b00e
- Loading branch information
Showing
53 changed files
with
15,031 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"request-timeout" : 45000, | ||
"crypto-hash-algo": "SHA2", | ||
"crypto-keysize": 256, | ||
"crypto-hsm": false, | ||
"crypto-suite-software": { | ||
"EC": "fabric-common/lib/impl/CryptoSuite_ECDSA_AES.js" | ||
}, | ||
"crypto-suite-hsm": { | ||
"EC": "fabric-common/lib/impl/bccsp_pkcs11.js" | ||
}, | ||
"channel-name-regx-checker":{ | ||
"pattern":"^[a-z][a-z0-9.-]*$", | ||
"flags":"" | ||
}, | ||
"key-value-store": "fabric-common/lib/impl/FileKeyValueStore.js", | ||
"certificate-authority-client": "fabric-ca-client", | ||
"nonce-size" : 24, | ||
"grpc-ssl-cipher-suites": "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384", | ||
"connection-options": { | ||
"grpc.max_receive_message_length": -1, | ||
"grpc.max_send_message_length": -1, | ||
"grpc.keepalive_time_ms": 120000, | ||
"grpc.http2.min_time_between_pings_ms": 120000, | ||
"grpc.keepalive_timeout_ms": 20000, | ||
"grpc.http2.max_pings_without_data": 0, | ||
"grpc.keepalive_permit_without_calls": 1, | ||
"grpc-wait-for-ready-timeout": 3000, | ||
"request-timeout" : 45000 | ||
}, | ||
|
||
"discovery-as-localhost": false, | ||
"discovery-cache-life": 300000, | ||
"discovery-override-protocol": null | ||
} |
Oops, something went wrong.