lumina-node-wasm 1.0.0 → 1.1.0-rc.1

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.
@@ -2317,7 +2317,7 @@ export class NodeClient {
2317
2317
  peerTrackerInfo(): Promise<PeerTrackerInfoSnapshot>;
2318
2318
  /**
2319
2319
  * Request all blobs with provided namespace in the block corresponding to this header
2320
- * using bitswap protocol.
2320
+ * using the shrex protocol.
2321
2321
  */
2322
2322
  requestAllBlobs(namespace: Namespace, block_height: bigint, timeout_secs?: number | null): Promise<Blob[]>;
2323
2323
  /**
@@ -1855,7 +1855,7 @@ export class Data {
1855
1855
  * @returns {bigint}
1856
1856
  */
1857
1857
  get square_size() {
1858
- const ret = wasm.__wbg_get_commit_height(this.__wbg_ptr);
1858
+ const ret = wasm.__wbg_get_data_square_size(this.__wbg_ptr);
1859
1859
  return BigInt.asUintN(64, ret);
1860
1860
  }
1861
1861
  /**
@@ -1874,7 +1874,7 @@ export class Data {
1874
1874
  * @param {bigint} arg0
1875
1875
  */
1876
1876
  set square_size(arg0) {
1877
- wasm.__wbg_set_commit_height(this.__wbg_ptr, arg0);
1877
+ wasm.__wbg_set_data_square_size(this.__wbg_ptr, arg0);
1878
1878
  }
1879
1879
  }
1880
1880
  if (Symbol.dispose) Data.prototype[Symbol.dispose] = Data.prototype.free;
@@ -4237,7 +4237,7 @@ export class JsEvent {
4237
4237
  set type(arg0) {
4238
4238
  const ptr0 = passStringToWasm0(arg0, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4239
4239
  const len0 = WASM_VECTOR_LEN;
4240
- wasm.__wbg_set_jsevent_type(this.__wbg_ptr, ptr0, len0);
4240
+ wasm.__wbg_set_jsbitvector_0(this.__wbg_ptr, ptr0, len0);
4241
4241
  }
4242
4242
  }
4243
4243
  if (Symbol.dispose) JsEvent.prototype[Symbol.dispose] = JsEvent.prototype.free;
@@ -4315,7 +4315,7 @@ export class JsEventAttribute {
4315
4315
  set key(arg0) {
4316
4316
  const ptr0 = passStringToWasm0(arg0, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
4317
4317
  const len0 = WASM_VECTOR_LEN;
4318
- wasm.__wbg_set_jsevent_type(this.__wbg_ptr, ptr0, len0);
4318
+ wasm.__wbg_set_jsbitvector_0(this.__wbg_ptr, ptr0, len0);
4319
4319
  }
4320
4320
  /**
4321
4321
  * @param {string} arg0
@@ -5162,7 +5162,7 @@ export class NodeClient {
5162
5162
  }
5163
5163
  /**
5164
5164
  * Request all blobs with provided namespace in the block corresponding to this header
5165
- * using bitswap protocol.
5165
+ * using the shrex protocol.
5166
5166
  * @param {Namespace} namespace
5167
5167
  * @param {bigint} block_height
5168
5168
  * @param {number | null} [timeout_secs]
@@ -7354,7 +7354,7 @@ export function __wbg_abciqueryresponse_new(arg0) {
7354
7354
  export function __wbg_abort_5151361027dc87df() { return handleError(function (arg0) {
7355
7355
  arg0.abort();
7356
7356
  }, arguments); }
7357
- export function __wbg_accountNumber_6fa399d40373227b(arg0) {
7357
+ export function __wbg_accountNumber_2a8d4c2512663e51(arg0) {
7358
7358
  const ret = arg0.accountNumber;
7359
7359
  return ret;
7360
7360
  }
@@ -7392,7 +7392,7 @@ export function __wbg_attribute_unwrap(arg0) {
7392
7392
  const ret = Attribute.__unwrap(arg0);
7393
7393
  return ret;
7394
7394
  }
7395
- export function __wbg_authInfoBytes_9447209d301d32a8(arg0, arg1) {
7395
+ export function __wbg_authInfoBytes_05612c1383799471(arg0, arg1) {
7396
7396
  const ret = arg1.authInfoBytes;
7397
7397
  const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
7398
7398
  const len1 = WASM_VECTOR_LEN;
@@ -7427,7 +7427,7 @@ export function __wbg_blockrange_unwrap(arg0) {
7427
7427
  const ret = BlockRange.__unwrap(arg0);
7428
7428
  return ret;
7429
7429
  }
7430
- export function __wbg_bodyBytes_cdd778b1e10c2c6a(arg0, arg1) {
7430
+ export function __wbg_bodyBytes_ea05296b7eb71bf3(arg0, arg1) {
7431
7431
  const ret = arg1.bodyBytes;
7432
7432
  const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
7433
7433
  const len1 = WASM_VECTOR_LEN;
@@ -7478,7 +7478,7 @@ export function __wbg_cause_0fc168d4eaec87cc(arg0) {
7478
7478
  const ret = arg0.cause;
7479
7479
  return ret;
7480
7480
  }
7481
- export function __wbg_chainId_4fa5fe783c67f0b2(arg0, arg1) {
7481
+ export function __wbg_chainId_b8fe066702cce546(arg0, arg1) {
7482
7482
  const ret = arg1.chainId;
7483
7483
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
7484
7484
  const len1 = WASM_VECTOR_LEN;
@@ -7495,13 +7495,13 @@ export function __wbg_clearInterval_dd1e598f425db353(arg0) {
7495
7495
  const ret = clearInterval(arg0);
7496
7496
  return ret;
7497
7497
  }
7498
+ export function __wbg_clearTimeout_2de2a24c17c555fb(arg0) {
7499
+ clearTimeout(arg0);
7500
+ }
7498
7501
  export function __wbg_clearTimeout_5a54f8841c30079a(arg0) {
7499
7502
  const ret = clearTimeout(arg0);
7500
7503
  return ret;
7501
7504
  }
7502
- export function __wbg_clearTimeout_6256df03e4677ab5(arg0) {
7503
- clearTimeout(arg0);
7504
- }
7505
7505
  export function __wbg_clearTimeout_96804de0ab838f26(arg0) {
7506
7506
  const ret = clearTimeout(arg0);
7507
7507
  return ret;
@@ -7560,7 +7560,7 @@ export function __wbg_configresponse_new(arg0) {
7560
7560
  const ret = ConfigResponse.__wrap(arg0);
7561
7561
  return ret;
7562
7562
  }
7563
- export function __wbg_confirmationIntervalMs_2089cf0108b0c9df(arg0, arg1) {
7563
+ export function __wbg_confirmationIntervalMs_d904571665d13745(arg0, arg1) {
7564
7564
  const ret = arg1.confirmationIntervalMs;
7565
7565
  getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
7566
7566
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
@@ -7674,12 +7674,12 @@ export function __wbg_extendedheader_unwrap(arg0) {
7674
7674
  const ret = ExtendedHeader.__unwrap(arg0);
7675
7675
  return ret;
7676
7676
  }
7677
- export function __wbg_fetch_c97461e1e8f610cd(arg0, arg1, arg2) {
7678
- const ret = arg0.fetch(arg1, arg2);
7677
+ export function __wbg_fetch_07a69ddbb6b906fa(arg0) {
7678
+ const ret = fetch(arg0);
7679
7679
  return ret;
7680
7680
  }
7681
- export function __wbg_fetch_e0c42706ec3b4ff9(arg0) {
7682
- const ret = fetch(arg0);
7681
+ export function __wbg_fetch_c97461e1e8f610cd(arg0, arg1, arg2) {
7682
+ const ret = arg0.fetch(arg1, arg2);
7683
7683
  return ret;
7684
7684
  }
7685
7685
  export function __wbg_fetch_f083e6da40cefe09(arg0, arg1) {
@@ -7690,12 +7690,12 @@ export function __wbg_from_bddd64e7d5ff6941(arg0) {
7690
7690
  const ret = Array.from(arg0);
7691
7691
  return ret;
7692
7692
  }
7693
- export function __wbg_gasLimit_dc28fbab3848b89a(arg0, arg1) {
7693
+ export function __wbg_gasLimit_bfe58d5163099a0d(arg0, arg1) {
7694
7694
  const ret = arg1.gasLimit;
7695
7695
  getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
7696
7696
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
7697
7697
  }
7698
- export function __wbg_gasPrice_ae4c7c19383e9d2e(arg0, arg1) {
7698
+ export function __wbg_gasPrice_35ccc2a539ca9ca3(arg0, arg1) {
7699
7699
  const ret = arg1.gasPrice;
7700
7700
  getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
7701
7701
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
@@ -7793,7 +7793,7 @@ export function __wbg_has_d4e53238966c12b6() { return handleError(function (arg0
7793
7793
  const ret = Reflect.has(arg0, arg1);
7794
7794
  return ret;
7795
7795
  }, arguments); }
7796
- export function __wbg_hash_1be8e4a1c9c0062a(arg0, arg1) {
7796
+ export function __wbg_hash_fb0841ca89dd343f(arg0, arg1) {
7797
7797
  const ret = arg1.hash;
7798
7798
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
7799
7799
  const len1 = WASM_VECTOR_LEN;
@@ -8067,7 +8067,7 @@ export function __wbg_length_4c6eb4059a3635c9(arg0) {
8067
8067
  const ret = arg0.length;
8068
8068
  return ret;
8069
8069
  }
8070
- export function __wbg_memo_a443035025247d41(arg0, arg1) {
8070
+ export function __wbg_memo_444be667d0440263(arg0, arg1) {
8071
8071
  const ret = arg1.memo;
8072
8072
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
8073
8073
  var len1 = WASM_VECTOR_LEN;
@@ -8153,7 +8153,7 @@ export function __wbg_new_b5d9e2fb389fef91(arg0, arg1) {
8153
8153
  const a = state0.a;
8154
8154
  state0.a = 0;
8155
8155
  try {
8156
- return wasm_bindgen__convert__closures_____invoke__h3a3254fa8e316d4b(a, state0.b, arg0, arg1);
8156
+ return wasm_bindgen__convert__closures_____invoke__h86a43110fe4a1fb5(a, state0.b, arg0, arg1);
8157
8157
  } finally {
8158
8158
  state0.a = a;
8159
8159
  }
@@ -8284,16 +8284,16 @@ export function __wbg_ports_1869961313e18e87(arg0) {
8284
8284
  const ret = arg0.ports;
8285
8285
  return ret;
8286
8286
  }
8287
- export function __wbg_postMessage_14e5d36a987f4c64() { return handleError(function (arg0, arg1, arg2) {
8288
- arg0.postMessage(arg1, arg2);
8287
+ export function __wbg_postMessage_2a4181918a5f879c() { return handleError(function (arg0, arg1) {
8288
+ arg0.postMessage(arg1);
8289
8289
  }, arguments); }
8290
8290
  export function __wbg_postMessage_6962a8f13ab51b6a() { return handleError(function (arg0, arg1) {
8291
8291
  arg0.postMessage(arg1);
8292
8292
  }, arguments); }
8293
- export function __wbg_postMessage_7c8427b094bb4286() { return handleError(function (arg0, arg1) {
8294
- arg0.postMessage(arg1);
8293
+ export function __wbg_postMessage_941457b7b35b0993() { return handleError(function (arg0, arg1, arg2) {
8294
+ arg0.postMessage(arg1, arg2);
8295
8295
  }, arguments); }
8296
- export function __wbg_priority_0a9c4c464bfbd189(arg0) {
8296
+ export function __wbg_priority_7f76a0b1d46e27a5(arg0) {
8297
8297
  const ret = arg0.priority;
8298
8298
  return isLikeNone(ret) ? 0 : ret;
8299
8299
  }
@@ -8365,7 +8365,7 @@ export function __wbg_request_365c4fc189d0cefe(arg0) {
8365
8365
  const ret = arg0.request;
8366
8366
  return ret;
8367
8367
  }
8368
- export function __wbg_request_3f8c15ea42143e49(arg0, arg1, arg2, arg3, arg4) {
8368
+ export function __wbg_request_e36892a330428685(arg0, arg1, arg2, arg3, arg4) {
8369
8369
  const ret = arg0.request(getStringFromWasm0(arg1, arg2), arg3, arg4);
8370
8370
  return ret;
8371
8371
  }
@@ -8391,7 +8391,7 @@ export function __wbg_samplingmetadata_new(arg0) {
8391
8391
  export function __wbg_send_542f95dea2df7994() { return handleError(function (arg0, arg1, arg2) {
8392
8392
  arg0.send(getArrayU8FromWasm0(arg1, arg2));
8393
8393
  }, arguments); }
8394
- export function __wbg_sequence_ec275296ea3110f5(arg0) {
8394
+ export function __wbg_sequence_17f0a8e832bf093b(arg0) {
8395
8395
  const ret = arg0.sequence;
8396
8396
  return ret;
8397
8397
  }
@@ -8407,7 +8407,7 @@ export function __wbg_setInterval_ed3b5e3c3ebb8a6d() { return handleError(functi
8407
8407
  const ret = setInterval(arg0, arg1);
8408
8408
  return ret;
8409
8409
  }, arguments); }
8410
- export function __wbg_setTimeout_7b4d21abec1b9a79(arg0, arg1) {
8410
+ export function __wbg_setTimeout_c379b05e0f06de85(arg0, arg1) {
8411
8411
  const ret = setTimeout(arg0, arg1 >>> 0);
8412
8412
  return ret;
8413
8413
  }
@@ -8641,7 +8641,7 @@ export function __wbg_transaction_c407989db8e62119() { return handleError(functi
8641
8641
  const ret = arg0.transaction(arg1, __wbindgen_enum_IdbTransactionMode[arg2]);
8642
8642
  return ret;
8643
8643
  }, arguments); }
8644
- export function __wbg_tx_4f1c6939444f0475(arg0, arg1) {
8644
+ export function __wbg_tx_e98ece340b7be9d6(arg0, arg1) {
8645
8645
  const ret = arg1.tx;
8646
8646
  const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
8647
8647
  const len1 = WASM_VECTOR_LEN;
@@ -8656,7 +8656,7 @@ export function __wbg_txstatusresponse_new(arg0) {
8656
8656
  const ret = TxStatusResponse.__wrap(arg0);
8657
8657
  return ret;
8658
8658
  }
8659
- export function __wbg_typeUrl_1b263b7fb258fe7c(arg0, arg1) {
8659
+ export function __wbg_typeUrl_2adfb06a982dd805(arg0, arg1) {
8660
8660
  const ret = arg1.typeUrl;
8661
8661
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
8662
8662
  const len1 = WASM_VECTOR_LEN;
@@ -8689,7 +8689,7 @@ export function __wbg_value_30a10f975c5e9af8() { return handleError(function (ar
8689
8689
  const ret = arg0.value;
8690
8690
  return ret;
8691
8691
  }, arguments); }
8692
- export function __wbg_value_4e59215122d31e69(arg0, arg1) {
8692
+ export function __wbg_value_63b36a5fcba0e2d4(arg0, arg1) {
8693
8693
  const ret = arg1.value;
8694
8694
  const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
8695
8695
  const len1 = WASM_VECTOR_LEN;
@@ -8716,58 +8716,58 @@ export function __wbg_write_4dbba5e5426abaf4(arg0, arg1) {
8716
8716
  return ret;
8717
8717
  }
8718
8718
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
8719
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1120, function: Function { arguments: [Externref], shim_idx: 1121, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
8720
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0d162f2aaae365bc, wasm_bindgen__convert__closures_____invoke__h466df11ee4ddef61);
8719
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2272, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 2273, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8720
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h473e1af0d7fc1b38, wasm_bindgen__convert__closures_____invoke__h1eab732982632b10);
8721
8721
  return ret;
8722
8722
  }
8723
8723
  export function __wbindgen_cast_0000000000000002(arg0, arg1) {
8724
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1120, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 1123, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8725
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0d162f2aaae365bc, wasm_bindgen__convert__closures_____invoke__h9ddd57d828e4ac98);
8724
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2272, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2273, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8725
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h473e1af0d7fc1b38, wasm_bindgen__convert__closures_____invoke__h1eab732982632b10);
8726
8726
  return ret;
8727
8727
  }
8728
8728
  export function __wbindgen_cast_0000000000000003(arg0, arg1) {
8729
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1120, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1126, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
8730
- const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0d162f2aaae365bc, wasm_bindgen__convert__closures_____invoke__ha14d12f756202652);
8729
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2272, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2273, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8730
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h473e1af0d7fc1b38, wasm_bindgen__convert__closures_____invoke__h1eab732982632b10);
8731
8731
  return ret;
8732
8732
  }
8733
8733
  export function __wbindgen_cast_0000000000000004(arg0, arg1) {
8734
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1120, function: Function { arguments: [], shim_idx: 1128, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
8735
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0d162f2aaae365bc, wasm_bindgen__convert__closures_____invoke__hd5d5962db9ccf421);
8734
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 2834, function: Function { arguments: [], shim_idx: 2835, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8735
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h45f6d0955b0574fe, wasm_bindgen__convert__closures_____invoke__h2de36eb218bbac88);
8736
8736
  return ret;
8737
8737
  }
8738
8738
  export function __wbindgen_cast_0000000000000005(arg0, arg1) {
8739
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1866, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1867, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8740
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h160ec7c8f98db59e, wasm_bindgen__convert__closures_____invoke__h1699a3e0918fd3f5);
8739
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3428, function: Function { arguments: [Externref], shim_idx: 3429, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8740
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h8abe8f2148f829b7, wasm_bindgen__convert__closures_____invoke__hea73941d58e0be3e);
8741
8741
  return ret;
8742
8742
  }
8743
8743
  export function __wbindgen_cast_0000000000000006(arg0, arg1) {
8744
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1866, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1867, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8745
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h160ec7c8f98db59e, wasm_bindgen__convert__closures_____invoke__h1699a3e0918fd3f5);
8744
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3438, function: Function { arguments: [], shim_idx: 3439, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8745
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hbb3eb422726bbe8a, wasm_bindgen__convert__closures_____invoke__hf88e336c9b551f63);
8746
8746
  return ret;
8747
8747
  }
8748
8748
  export function __wbindgen_cast_0000000000000007(arg0, arg1) {
8749
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1866, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1867, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8750
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h160ec7c8f98db59e, wasm_bindgen__convert__closures_____invoke__h1699a3e0918fd3f5);
8749
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3587, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3588, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8750
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h49255e0c40e554cc, wasm_bindgen__convert__closures_____invoke__hf643410e90a68aa1);
8751
8751
  return ret;
8752
8752
  }
8753
8753
  export function __wbindgen_cast_0000000000000008(arg0, arg1) {
8754
- // Cast intrinsic for `Closure(Closure { dtor_idx: 2404, function: Function { arguments: [], shim_idx: 2405, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8755
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__ha8d3fd0ab2e14b24, wasm_bindgen__convert__closures_____invoke__h635e4c4752822337);
8754
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 670, function: Function { arguments: [Externref], shim_idx: 674, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
8755
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16d85c3c2738611b, wasm_bindgen__convert__closures_____invoke__h3963c70f7f4f7d37);
8756
8756
  return ret;
8757
8757
  }
8758
8758
  export function __wbindgen_cast_0000000000000009(arg0, arg1) {
8759
- // Cast intrinsic for `Closure(Closure { dtor_idx: 2932, function: Function { arguments: [Externref], shim_idx: 2933, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8760
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd8cbe7d826f08e1e, wasm_bindgen__convert__closures_____invoke__h611785cd5095dc39);
8759
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 670, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 671, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8760
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16d85c3c2738611b, wasm_bindgen__convert__closures_____invoke__h2cc92ce52daa2d67);
8761
8761
  return ret;
8762
8762
  }
8763
8763
  export function __wbindgen_cast_000000000000000a(arg0, arg1) {
8764
- // Cast intrinsic for `Closure(Closure { dtor_idx: 2944, function: Function { arguments: [], shim_idx: 2945, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8765
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6d1b9d68a839abd9, wasm_bindgen__convert__closures_____invoke__h8a9ef2fdad3fcfb6);
8764
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 670, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 676, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
8765
+ const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16d85c3c2738611b, wasm_bindgen__convert__closures_____invoke__h08da675bb0887f8e);
8766
8766
  return ret;
8767
8767
  }
8768
8768
  export function __wbindgen_cast_000000000000000b(arg0, arg1) {
8769
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3038, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3039, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
8770
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__haafcaee783a329b9, wasm_bindgen__convert__closures_____invoke__h50b702f9bbae3a06);
8769
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 670, function: Function { arguments: [], shim_idx: 679, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
8770
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h16d85c3c2738611b, wasm_bindgen__convert__closures_____invoke__h798412b428cc1625);
8771
8771
  return ret;
8772
8772
  }
8773
8773
  export function __wbindgen_cast_000000000000000c(arg0) {
@@ -8832,46 +8832,46 @@ export function __wbindgen_init_externref_table() {
8832
8832
  table.set(offset + 2, true);
8833
8833
  table.set(offset + 3, false);
8834
8834
  }
8835
- function wasm_bindgen__convert__closures_____invoke__h635e4c4752822337(arg0, arg1) {
8836
- wasm.wasm_bindgen__convert__closures_____invoke__h635e4c4752822337(arg0, arg1);
8835
+ function wasm_bindgen__convert__closures_____invoke__h2de36eb218bbac88(arg0, arg1) {
8836
+ wasm.wasm_bindgen__convert__closures_____invoke__h2de36eb218bbac88(arg0, arg1);
8837
8837
  }
8838
8838
 
8839
- function wasm_bindgen__convert__closures_____invoke__h8a9ef2fdad3fcfb6(arg0, arg1) {
8840
- wasm.wasm_bindgen__convert__closures_____invoke__h8a9ef2fdad3fcfb6(arg0, arg1);
8839
+ function wasm_bindgen__convert__closures_____invoke__hf88e336c9b551f63(arg0, arg1) {
8840
+ wasm.wasm_bindgen__convert__closures_____invoke__hf88e336c9b551f63(arg0, arg1);
8841
8841
  }
8842
8842
 
8843
- function wasm_bindgen__convert__closures_____invoke__hd5d5962db9ccf421(arg0, arg1) {
8844
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__hd5d5962db9ccf421(arg0, arg1);
8843
+ function wasm_bindgen__convert__closures_____invoke__h798412b428cc1625(arg0, arg1) {
8844
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__h798412b428cc1625(arg0, arg1);
8845
8845
  return ret;
8846
8846
  }
8847
8847
 
8848
- function wasm_bindgen__convert__closures_____invoke__h9ddd57d828e4ac98(arg0, arg1, arg2) {
8849
- wasm.wasm_bindgen__convert__closures_____invoke__h9ddd57d828e4ac98(arg0, arg1, arg2);
8848
+ function wasm_bindgen__convert__closures_____invoke__h1eab732982632b10(arg0, arg1, arg2) {
8849
+ wasm.wasm_bindgen__convert__closures_____invoke__h1eab732982632b10(arg0, arg1, arg2);
8850
8850
  }
8851
8851
 
8852
- function wasm_bindgen__convert__closures_____invoke__ha14d12f756202652(arg0, arg1, arg2) {
8853
- wasm.wasm_bindgen__convert__closures_____invoke__ha14d12f756202652(arg0, arg1, arg2);
8852
+ function wasm_bindgen__convert__closures_____invoke__hea73941d58e0be3e(arg0, arg1, arg2) {
8853
+ wasm.wasm_bindgen__convert__closures_____invoke__hea73941d58e0be3e(arg0, arg1, arg2);
8854
8854
  }
8855
8855
 
8856
- function wasm_bindgen__convert__closures_____invoke__h1699a3e0918fd3f5(arg0, arg1, arg2) {
8857
- wasm.wasm_bindgen__convert__closures_____invoke__h1699a3e0918fd3f5(arg0, arg1, arg2);
8856
+ function wasm_bindgen__convert__closures_____invoke__hf643410e90a68aa1(arg0, arg1, arg2) {
8857
+ wasm.wasm_bindgen__convert__closures_____invoke__hf643410e90a68aa1(arg0, arg1, arg2);
8858
8858
  }
8859
8859
 
8860
- function wasm_bindgen__convert__closures_____invoke__h611785cd5095dc39(arg0, arg1, arg2) {
8861
- wasm.wasm_bindgen__convert__closures_____invoke__h611785cd5095dc39(arg0, arg1, arg2);
8860
+ function wasm_bindgen__convert__closures_____invoke__h2cc92ce52daa2d67(arg0, arg1, arg2) {
8861
+ wasm.wasm_bindgen__convert__closures_____invoke__h2cc92ce52daa2d67(arg0, arg1, arg2);
8862
8862
  }
8863
8863
 
8864
- function wasm_bindgen__convert__closures_____invoke__h50b702f9bbae3a06(arg0, arg1, arg2) {
8865
- wasm.wasm_bindgen__convert__closures_____invoke__h50b702f9bbae3a06(arg0, arg1, arg2);
8864
+ function wasm_bindgen__convert__closures_____invoke__h08da675bb0887f8e(arg0, arg1, arg2) {
8865
+ wasm.wasm_bindgen__convert__closures_____invoke__h08da675bb0887f8e(arg0, arg1, arg2);
8866
8866
  }
8867
8867
 
8868
- function wasm_bindgen__convert__closures_____invoke__h466df11ee4ddef61(arg0, arg1, arg2) {
8869
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__h466df11ee4ddef61(arg0, arg1, arg2);
8868
+ function wasm_bindgen__convert__closures_____invoke__h3963c70f7f4f7d37(arg0, arg1, arg2) {
8869
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__h3963c70f7f4f7d37(arg0, arg1, arg2);
8870
8870
  return ret;
8871
8871
  }
8872
8872
 
8873
- function wasm_bindgen__convert__closures_____invoke__h3a3254fa8e316d4b(arg0, arg1, arg2, arg3) {
8874
- wasm.wasm_bindgen__convert__closures_____invoke__h3a3254fa8e316d4b(arg0, arg1, arg2, arg3);
8873
+ function wasm_bindgen__convert__closures_____invoke__h86a43110fe4a1fb5(arg0, arg1, arg2, arg3) {
8874
+ wasm.wasm_bindgen__convert__closures_____invoke__h86a43110fe4a1fb5(arg0, arg1, arg2, arg3);
8875
8875
  }
8876
8876
 
8877
8877
 
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Celestia <contact@celestia.org>"
6
6
  ],
7
7
  "description": "Browser compatibility layer for the Lumina node",
8
- "version": "1.0.0",
8
+ "version": "1.1.0-rc.1",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",