Skip to content

Commit 32e1ea4

Browse files
authored
Update avm to 0.14.3 (#65)
1 parent ad83b51 commit 32e1ea4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/js_sdk_ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333

3434
- name: Run container with Fluence node
35-
run: docker run -d --rm -e RUST_LOG="info" -p 1210:1210 -p 4310:4310 fluencelabs/fluence -t 1210 -w 4310 -k gKdiCSUr1TFGFEgu2t8Ch1XEUsrN5A2UfBLjSZvfci9SPR3NvZpACfcpPGC3eY4zma1pk7UvYv5zb1VjvPHwCjj --local
35+
run: |
36+
docker pull fluencelabs/fluence
37+
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
3638
3739
- run: npm install
38-
- run: sleep 15
3940
- run: npm run test${{ matrix.node-env }}:all
4041
env:
4142
CI: true

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluencelabs/fluence",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "JS SDK for the Fluence network",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@chainsafe/libp2p-noise": "4.0.0",
23-
"@fluencelabs/avm": "0.14.1",
23+
"@fluencelabs/avm": "0.14.3",
2424
"async": "3.2.0",
2525
"base64-js": "1.3.1",
2626
"bs58": "4.0.1",

0 commit comments

Comments
 (0)