Update avm to 0.14.3 (#65)

This commit is contained in:
folex 2021-08-27 20:02:55 +03:00 committed by GitHub
parent ad83b51ce1
commit 32e1ea4e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -32,10 +32,11 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Run container with Fluence node
run: docker run -d --rm -e RUST_LOG="info" -p 1210:1210 -p 4310:4310 fluencelabs/fluence -t 1210 -w 4310 -k gKdiCSUr1TFGFEgu2t8Ch1XEUsrN5A2UfBLjSZvfci9SPR3NvZpACfcpPGC3eY4zma1pk7UvYv5zb1VjvPHwCjj --local
run: |
docker pull fluencelabs/fluence
docker run -d --rm -e RUST_LOG="info" -p 1210:1210 -p 4310:4310 fluencelabs/fluence -t 1210 -w 4310 -k gKdiCSUr1TFGFEgu2t8Ch1XEUsrN5A2UfBLjSZvfci9SPR3NvZpACfcpPGC3eY4zma1pk7UvYv5zb1VjvPHwCjj --local --aqua-pool-size 2
- run: npm install
- run: sleep 15
- run: npm run test${{ matrix.node-env }}:all
env:
CI: true

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/fluence",
"version": "0.10.0",
"version": "0.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "@fluencelabs/fluence",
"version": "0.10.0",
"version": "0.10.1",
"description": "JS SDK for the Fluence network",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-noise": "4.0.0",
"@fluencelabs/avm": "0.14.1",
"@fluencelabs/avm": "0.14.3",
"async": "3.2.0",
"base64-js": "1.3.1",
"bs58": "4.0.1",