@hyperlane-xyz/cli 25.3.0 → 25.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/aleo_wasm.wasm +0 -0
- package/bundle/aleo_wasm1.wasm +0 -0
- package/bundle/index.js +845 -12309
- package/bundle/worker2.js +13 -13
- package/bundle/worker3.js +13 -13
- package/package.json +14 -14
package/bundle/worker2.js
CHANGED
|
@@ -388,8 +388,8 @@ function __wasm_bindgen_func_elem_7844(arg0, arg1, arg2) {
|
|
|
388
388
|
wasm.__wasm_bindgen_func_elem_7844(arg0, arg1, addHeapObject(arg2));
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
function
|
|
392
|
-
wasm.
|
|
391
|
+
function __wasm_bindgen_func_elem_6796(arg0, arg1, arg2, arg3) {
|
|
392
|
+
wasm.__wasm_bindgen_func_elem_6796(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
@@ -13677,7 +13677,7 @@ function __wbg_get_imports(memory) {
|
|
|
13677
13677
|
const a = state0.a;
|
|
13678
13678
|
state0.a = 0;
|
|
13679
13679
|
try {
|
|
13680
|
-
return
|
|
13680
|
+
return __wasm_bindgen_func_elem_6796(a, state0.b, arg0, arg1);
|
|
13681
13681
|
} finally {
|
|
13682
13682
|
state0.a = a;
|
|
13683
13683
|
}
|
|
@@ -13950,6 +13950,11 @@ function __wbg_get_imports(memory) {
|
|
|
13950
13950
|
const ret = Atomics.waitAsync(getObject(arg0), arg1 >>> 0, arg2);
|
|
13951
13951
|
return addHeapObject(ret);
|
|
13952
13952
|
};
|
|
13953
|
+
imports.wbg.__wbindgen_cast_07555e2579ff3863 = function(arg0, arg1) {
|
|
13954
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 418, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 419, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13955
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13956
|
+
return addHeapObject(ret);
|
|
13957
|
+
};
|
|
13953
13958
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
13954
13959
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
13955
13960
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -13960,16 +13965,16 @@ function __wbg_get_imports(memory) {
|
|
|
13960
13965
|
const ret = (BigInt.asUintN(64, arg0) | (arg1 << BigInt(64)));
|
|
13961
13966
|
return addHeapObject(ret);
|
|
13962
13967
|
};
|
|
13963
|
-
imports.wbg.__wbindgen_cast_3e8b1a28e9899889 = function(arg0, arg1) {
|
|
13964
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 416, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 417, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13965
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13966
|
-
return addHeapObject(ret);
|
|
13967
|
-
};
|
|
13968
13968
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
13969
13969
|
// Cast intrinsic for `U64 -> Externref`.
|
|
13970
13970
|
const ret = BigInt.asUintN(64, arg0);
|
|
13971
13971
|
return addHeapObject(ret);
|
|
13972
13972
|
};
|
|
13973
|
+
imports.wbg.__wbindgen_cast_72bd42f236eeae61 = function(arg0, arg1) {
|
|
13974
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 418, function: Function { arguments: [Externref], shim_idx: 419, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13975
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13976
|
+
return addHeapObject(ret);
|
|
13977
|
+
};
|
|
13973
13978
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
13974
13979
|
// Cast intrinsic for `I64 -> Externref`.
|
|
13975
13980
|
const ret = arg0;
|
|
@@ -13990,11 +13995,6 @@ function __wbg_get_imports(memory) {
|
|
|
13990
13995
|
const ret = (BigInt.asUintN(64, arg0) | (BigInt.asUintN(64, arg1) << BigInt(64)));
|
|
13991
13996
|
return addHeapObject(ret);
|
|
13992
13997
|
};
|
|
13993
|
-
imports.wbg.__wbindgen_cast_f45fc07d50d9127c = function(arg0, arg1) {
|
|
13994
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 416, function: Function { arguments: [Externref], shim_idx: 417, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13995
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13996
|
-
return addHeapObject(ret);
|
|
13997
|
-
};
|
|
13998
13998
|
imports.wbg.__wbindgen_link_b9f45ffe079ef2c1 = function(arg0) {
|
|
13999
13999
|
const val = `onmessage = function (ev) {
|
|
14000
14000
|
let [ia, index, value] = ev.data;
|
package/bundle/worker3.js
CHANGED
|
@@ -388,8 +388,8 @@ function __wasm_bindgen_func_elem_7844(arg0, arg1, arg2) {
|
|
|
388
388
|
wasm.__wasm_bindgen_func_elem_7844(arg0, arg1, addHeapObject(arg2));
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
function
|
|
392
|
-
wasm.
|
|
391
|
+
function __wasm_bindgen_func_elem_6792(arg0, arg1, arg2, arg3) {
|
|
392
|
+
wasm.__wasm_bindgen_func_elem_6792(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
@@ -13677,7 +13677,7 @@ function __wbg_get_imports(memory) {
|
|
|
13677
13677
|
const a = state0.a;
|
|
13678
13678
|
state0.a = 0;
|
|
13679
13679
|
try {
|
|
13680
|
-
return
|
|
13680
|
+
return __wasm_bindgen_func_elem_6792(a, state0.b, arg0, arg1);
|
|
13681
13681
|
} finally {
|
|
13682
13682
|
state0.a = a;
|
|
13683
13683
|
}
|
|
@@ -13950,11 +13950,6 @@ function __wbg_get_imports(memory) {
|
|
|
13950
13950
|
const ret = Atomics.waitAsync(getObject(arg0), arg1 >>> 0, arg2);
|
|
13951
13951
|
return addHeapObject(ret);
|
|
13952
13952
|
};
|
|
13953
|
-
imports.wbg.__wbindgen_cast_07555e2579ff3863 = function(arg0, arg1) {
|
|
13954
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 418, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 419, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13955
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13956
|
-
return addHeapObject(ret);
|
|
13957
|
-
};
|
|
13958
13953
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
13959
13954
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
13960
13955
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -13965,16 +13960,16 @@ function __wbg_get_imports(memory) {
|
|
|
13965
13960
|
const ret = (BigInt.asUintN(64, arg0) | (arg1 << BigInt(64)));
|
|
13966
13961
|
return addHeapObject(ret);
|
|
13967
13962
|
};
|
|
13963
|
+
imports.wbg.__wbindgen_cast_3e8b1a28e9899889 = function(arg0, arg1) {
|
|
13964
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 416, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 417, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13965
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13966
|
+
return addHeapObject(ret);
|
|
13967
|
+
};
|
|
13968
13968
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
13969
13969
|
// Cast intrinsic for `U64 -> Externref`.
|
|
13970
13970
|
const ret = BigInt.asUintN(64, arg0);
|
|
13971
13971
|
return addHeapObject(ret);
|
|
13972
13972
|
};
|
|
13973
|
-
imports.wbg.__wbindgen_cast_72bd42f236eeae61 = function(arg0, arg1) {
|
|
13974
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 418, function: Function { arguments: [Externref], shim_idx: 419, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13975
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13976
|
-
return addHeapObject(ret);
|
|
13977
|
-
};
|
|
13978
13973
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
13979
13974
|
// Cast intrinsic for `I64 -> Externref`.
|
|
13980
13975
|
const ret = arg0;
|
|
@@ -13995,6 +13990,11 @@ function __wbg_get_imports(memory) {
|
|
|
13995
13990
|
const ret = (BigInt.asUintN(64, arg0) | (BigInt.asUintN(64, arg1) << BigInt(64)));
|
|
13996
13991
|
return addHeapObject(ret);
|
|
13997
13992
|
};
|
|
13993
|
+
imports.wbg.__wbindgen_cast_f45fc07d50d9127c = function(arg0, arg1) {
|
|
13994
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 416, function: Function { arguments: [Externref], shim_idx: 417, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13995
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13996
|
+
return addHeapObject(ret);
|
|
13997
|
+
};
|
|
13998
13998
|
imports.wbg.__wbindgen_link_b9f45ffe079ef2c1 = function(arg0) {
|
|
13999
13999
|
const val = `onmessage = function (ev) {
|
|
14000
14000
|
let [ia, index, value] = ev.data;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperlane-xyz/cli",
|
|
3
|
-
"version": "25.3.
|
|
3
|
+
"version": "25.3.2",
|
|
4
4
|
"description": "A command-line utility for common Hyperlane operations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -78,19 +78,19 @@
|
|
|
78
78
|
"zod": "^3.21.2",
|
|
79
79
|
"zod-validation-error": "^3.3.0",
|
|
80
80
|
"zx": "^8.1.4",
|
|
81
|
-
"@hyperlane-xyz/aleo-sdk": "25.3.
|
|
82
|
-
"@hyperlane-xyz/core": "10.
|
|
83
|
-
"@hyperlane-xyz/
|
|
84
|
-
"@hyperlane-xyz/
|
|
85
|
-
"@hyperlane-xyz/
|
|
86
|
-
"@hyperlane-xyz/radix-sdk": "25.3.
|
|
87
|
-
"@hyperlane-xyz/
|
|
88
|
-
"@hyperlane-xyz/
|
|
89
|
-
"@hyperlane-xyz/
|
|
90
|
-
"@hyperlane-xyz/
|
|
91
|
-
"@hyperlane-xyz/sdk": "
|
|
92
|
-
"@hyperlane-xyz/
|
|
93
|
-
"@hyperlane-xyz/
|
|
81
|
+
"@hyperlane-xyz/aleo-sdk": "25.3.2",
|
|
82
|
+
"@hyperlane-xyz/core": "10.2.0",
|
|
83
|
+
"@hyperlane-xyz/deploy-sdk": "1.3.6",
|
|
84
|
+
"@hyperlane-xyz/cosmos-sdk": "25.3.2",
|
|
85
|
+
"@hyperlane-xyz/provider-sdk": "1.3.6",
|
|
86
|
+
"@hyperlane-xyz/radix-sdk": "25.3.2",
|
|
87
|
+
"@hyperlane-xyz/rebalancer": "3.1.1",
|
|
88
|
+
"@hyperlane-xyz/relayer": "1.1.3",
|
|
89
|
+
"@hyperlane-xyz/http-registry-server": "25.3.2",
|
|
90
|
+
"@hyperlane-xyz/sdk": "25.3.2",
|
|
91
|
+
"@hyperlane-xyz/tron-sdk": "21.1.2",
|
|
92
|
+
"@hyperlane-xyz/tsconfig": "^25.3.2",
|
|
93
|
+
"@hyperlane-xyz/utils": "25.3.2"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": ">=16"
|