Skip to content

Commit

Permalink
Issue/19 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
supl authored Apr 29, 2020
1 parent d9408d1 commit d0501a2
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2018
},
"env": {
"es6": true
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ const contracts = await clientService.listContracts(binary);
const binary = await clientService.createSerializedContractExecutionRequest('contractId', argumentObject);
const response = await clientService.executeContract(binary);
const executionResult = response.getResult();
const proofsList = response.getProofs();y
}
const proofsList = response.getProofs();
```

### Validate an asset
Expand Down
209 changes: 28 additions & 181 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar-labs/scalardl-node-client-sdk",
"version": "2.1.0",
"version": "2.2.0",
"description": "The Node.js client SDK for Scalar DL",
"author": "Scalar, Inc.",
"main": "scalardl-node-client-sdk.js",
Expand All @@ -10,7 +10,7 @@
"url": "[email protected]:scalar-labs/scalardl-node-client-sdk.git"
},
"dependencies": {
"@scalar-labs/scalardl-javascript-sdk-base": "^2.4.5",
"@scalar-labs/scalardl-javascript-sdk-base": "^2.6.1",
"cassandra-driver": "4.3.1",
"google-protobuf": "^3.6.1",
"grpc": "^1.16.0"
Expand Down
Loading

0 comments on commit d0501a2

Please sign in to comment.