mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
update aqua version, update aqua callservice hash
This commit is contained in:
parent
f6fd95ce77
commit
cbecbf95f3
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fluence",
|
"name": "fluence",
|
||||||
"version": "0.7.102",
|
"version": "0.7.103",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -25,9 +25,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@fluencelabs/aquamarine-stepper": {
|
"@fluencelabs/aquamarine-stepper": {
|
||||||
"version": "0.0.27",
|
"version": "0.0.30",
|
||||||
"resolved": "https://registry.npmjs.org/@fluencelabs/aquamarine-stepper/-/aquamarine-stepper-0.0.27.tgz",
|
"resolved": "https://registry.npmjs.org/@fluencelabs/aquamarine-stepper/-/aquamarine-stepper-0.0.30.tgz",
|
||||||
"integrity": "sha512-UT25immkpJ79/1cBunAr8owEuaLfrhy3njw3BLfonF316gCX6pFBihlivOsvQlvw8/cL5RJDwlkzBLYAf6Lexw=="
|
"integrity": "sha512-XIgRgyVgPJXvXB3NuYHpSdJ0EFcFZ+K4uduGFf8PfnFii/bFs4F1n3MBB+b4D0y59HR4F9ZQUC4fXxcf6UCYWA=="
|
||||||
},
|
},
|
||||||
"@sinonjs/commons": {
|
"@sinonjs/commons": {
|
||||||
"version": "1.7.2",
|
"version": "1.7.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fluence",
|
"name": "fluence",
|
||||||
"version": "0.7.102",
|
"version": "0.7.106",
|
||||||
"description": "the browser js-libp2p client for the Fluence network",
|
"description": "the browser js-libp2p client for the Fluence network",
|
||||||
"main": "./dist/fluence.js",
|
"main": "./dist/fluence.js",
|
||||||
"typings": "./dist/fluence.d.ts",
|
"typings": "./dist/fluence.d.ts",
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"author": "Fluence Labs",
|
"author": "Fluence Labs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluencelabs/aquamarine-stepper": "0.0.27",
|
"@fluencelabs/aquamarine-stepper": "0.0.30",
|
||||||
"async": "3.2.0",
|
"async": "3.2.0",
|
||||||
"base64-js": "1.3.1",
|
"base64-js": "1.3.1",
|
||||||
"bs58": "4.0.1",
|
"bs58": "4.0.1",
|
||||||
|
@ -76,7 +76,7 @@ export class FluenceConnection {
|
|||||||
if (this.status === Status.Initializing) {
|
if (this.status === Status.Initializing) {
|
||||||
await this.node.start();
|
await this.node.start();
|
||||||
|
|
||||||
log.debug('dialing to the node with address: ' + this.node.peerId.toB58String());
|
log.debug(`dialing to the node with client's address: ` + this.node.peerId.toB58String());
|
||||||
|
|
||||||
await this.node.dial(this.address);
|
await this.node.dial(this.address);
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ type ImportObject = {
|
|||||||
'./aquamarine_client_bg.js': {
|
'./aquamarine_client_bg.js': {
|
||||||
// fn call_service_impl(service_id: String, fn_name: String, args: String, security_tetraplets: String) -> String;
|
// fn call_service_impl(service_id: String, fn_name: String, args: String, security_tetraplets: String) -> String;
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
__wbg_callserviceimpl_7d3cf77a2722659e: (arg0: any, arg1: any, arg2: any, arg3: any, arg4: any, arg5: any, arg6: any, arg7: any, arg8: any, ) => void;
|
__wbg_callserviceimpl_94e62d12c5d03766: (arg0: any, arg1: any, arg2: any, arg3: any, arg4: any, arg5: any, arg6: any, arg7: any, arg8: any, ) => void;
|
||||||
__wbg_getcurrentpeeridimpl_154ce1848a306ff5: (arg0: any) => void;
|
__wbg_getcurrentpeeridimpl_154ce1848a306ff5: (arg0: any) => void;
|
||||||
__wbindgen_throw: (arg: any) => void;
|
__wbindgen_throw: (arg: any) => void;
|
||||||
};
|
};
|
||||||
@ -124,7 +124,7 @@ function newImportObject(cfg: HostImportsConfig, peerId: PeerId): ImportObject {
|
|||||||
// If so, an error with a new name will be occurred after wasm initialization.
|
// If so, an error with a new name will be occurred after wasm initialization.
|
||||||
'./aquamarine_client_bg.js': {
|
'./aquamarine_client_bg.js': {
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
__wbg_callserviceimpl_7d3cf77a2722659e: (arg0: any, arg1: any, arg2: any, arg3: any, arg4: any, arg5: any, arg6: any, arg7: any, arg8: any) => {
|
__wbg_callserviceimpl_94e62d12c5d03766: (arg0: any, arg1: any, arg2: any, arg3: any, arg4: any, arg5: any, arg6: any, arg7: any, arg8: any) => {
|
||||||
let wasm = cfg.exports;
|
let wasm = cfg.exports;
|
||||||
try {
|
try {
|
||||||
let serviceId = getStringFromWasm0(wasm, arg1, arg2);
|
let serviceId = getStringFromWasm0(wasm, arg1, arg2);
|
||||||
@ -158,7 +158,7 @@ function newLogImport(cfg: HostImportsConfig): ImportObject {
|
|||||||
return {
|
return {
|
||||||
host: log_import(cfg),
|
host: log_import(cfg),
|
||||||
'./aquamarine_client_bg.js': {
|
'./aquamarine_client_bg.js': {
|
||||||
__wbg_callserviceimpl_7d3cf77a2722659e: (_) => {},
|
__wbg_callserviceimpl_94e62d12c5d03766: (_) => {},
|
||||||
__wbg_getcurrentpeeridimpl_154ce1848a306ff5: (_) => {},
|
__wbg_getcurrentpeeridimpl_154ce1848a306ff5: (_) => {},
|
||||||
__wbindgen_throw: (_) => {},
|
__wbindgen_throw: (_) => {},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user