mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
The TypeScript version of the FabCar app uses a dodgy "as any" cast to get around a bug that has been fixed; turns out the wrong name was being used (should have been asLocalhost, not useLocalhost). Note, because basic-network does not use TLS, we cannot use service discovery. We can enable service discovery when we migrate FabCar to BYFN instead. Change-Id: I36dad1c8cc7380ca1123805ae3e74fe1e7665b40 Signed-off-by: Simon Stone <sstone1@uk.ibm.com> |
||
|---|---|---|
| .. | ||
| wallet | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| enrollAdmin.js | ||
| invoke.js | ||
| package.json | ||
| query.js | ||
| registerUser.js | ||