@inco/js 1.0.0-devnet-7 → 1.0.0-testnet-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.
Files changed (41) hide show
  1. package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +64 -64
  2. package/dist/cjs/generated/es/inco/covalidator/compute/v1/server_pb.js +1 -1
  3. package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +3 -3
  4. package/dist/cjs/generated/es/inco/covalidator/compute/v1/types_pb.js +1 -1
  5. package/dist/cjs/generated/es/inco/helioswrapper/v1/helioswrapper_pb.d.ts +3 -3
  6. package/dist/cjs/generated/es/inco/helioswrapper/v1/helioswrapper_pb.js +1 -1
  7. package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +5 -5
  8. package/dist/cjs/generated/es/inco/kms/lite/v1/kms_service_pb.js +1 -1
  9. package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.d.ts +3 -3
  10. package/dist/cjs/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
  11. package/dist/cjs/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.d.ts +5 -5
  12. package/dist/cjs/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.js +1 -1
  13. package/dist/cjs/generated/lightning.d.ts +24 -0
  14. package/dist/cjs/generated/lightning.js +26 -1
  15. package/dist/cjs/generated/local-node.d.ts +3 -3
  16. package/dist/cjs/generated/local-node.js +3 -3
  17. package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +64 -64
  18. package/dist/esm/generated/es/inco/covalidator/compute/v1/server_pb.js +1 -1
  19. package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +3 -3
  20. package/dist/esm/generated/es/inco/covalidator/compute/v1/types_pb.js +1 -1
  21. package/dist/esm/generated/es/inco/helioswrapper/v1/helioswrapper_pb.d.ts +3 -3
  22. package/dist/esm/generated/es/inco/helioswrapper/v1/helioswrapper_pb.js +1 -1
  23. package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +5 -5
  24. package/dist/esm/generated/es/inco/kms/lite/v1/kms_service_pb.js +1 -1
  25. package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.d.ts +3 -3
  26. package/dist/esm/generated/es/inco/kms/lite/v1/types_pb.js +1 -1
  27. package/dist/esm/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.d.ts +5 -5
  28. package/dist/esm/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.js +1 -1
  29. package/dist/esm/generated/lightning.d.ts +24 -0
  30. package/dist/esm/generated/lightning.js +26 -1
  31. package/dist/esm/generated/local-node.d.ts +3 -3
  32. package/dist/esm/generated/local-node.js +3 -3
  33. package/dist/types/generated/es/inco/covalidator/compute/v1/server_pb.d.ts +64 -64
  34. package/dist/types/generated/es/inco/covalidator/compute/v1/types_pb.d.ts +3 -3
  35. package/dist/types/generated/es/inco/helioswrapper/v1/helioswrapper_pb.d.ts +3 -3
  36. package/dist/types/generated/es/inco/kms/lite/v1/kms_service_pb.d.ts +5 -5
  37. package/dist/types/generated/es/inco/kms/lite/v1/types_pb.d.ts +3 -3
  38. package/dist/types/generated/es/inco/sealingfetcher/v1/sealingfetcher_pb.d.ts +5 -5
  39. package/dist/types/generated/lightning.d.ts +24 -0
  40. package/dist/types/generated/local-node.d.ts +3 -3
  41. package/package.json +1 -1
@@ -53,7 +53,7 @@ export type InputCryptogram = Message<"inco.covalidator.compute.v1.InputCryptogr
53
53
  *
54
54
  * @generated from field: inco.covalidator.compute.v1.InputContext context = 1;
55
55
  */
56
- context?: InputContext;
56
+ context?: InputContext | undefined;
57
57
  /**
58
58
  * The CiphertextInput: an encrypted serialisation of InputPayload
59
59
  *
@@ -203,11 +203,11 @@ export type CryptogramWithProof = Message<"inco.covalidator.compute.v1.Cryptogra
203
203
  /**
204
204
  * @generated from field: inco.covalidator.compute.v1.StoredCryptogram cryptogram = 1;
205
205
  */
206
- cryptogram?: StoredCryptogram;
206
+ cryptogram?: StoredCryptogram | undefined;
207
207
  /**
208
208
  * @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 2;
209
209
  */
210
- aclProof?: ACLProof;
210
+ aclProof?: ACLProof | undefined;
211
211
  };
212
212
  /**
213
213
  * Describes the message inco.covalidator.compute.v1.CryptogramWithProof.
@@ -21,21 +21,21 @@ export type StartHeliosRequest = Message<"inco.helioswrapper.v1.StartHeliosReque
21
21
  *
22
22
  * @generated from field: optional string consensus_rpc = 2;
23
23
  */
24
- consensusRpc?: string;
24
+ consensusRpc?: string | undefined;
25
25
  /**
26
26
  * The latest hex encoded checkpoint. This should be a trusted checkpoint that is no greater than ~2 weeks old.
27
27
  * If you are unsure what checkpoint to use, you can skip this option and set either `load_external_fallback` or `fallback` values (described below) to fetch a checkpoint. Though this is not recommended and less secure.
28
28
  *
29
29
  * @generated from field: optional string checkpoint = 3;
30
30
  */
31
- checkpoint?: string;
31
+ checkpoint?: string | undefined;
32
32
  /**
33
33
  * A checkpoint fallback is used if no checkpoint is provided or the given checkpoint is too old.
34
34
  * This is expected to be a trusted checkpoint sync api endpoint.
35
35
  *
36
36
  * @generated from field: optional string fallback = 4;
37
37
  */
38
- fallback?: string;
38
+ fallback?: string | undefined;
39
39
  };
40
40
  /**
41
41
  * Describes the message inco.helioswrapper.v1.StartHeliosRequest.
@@ -171,7 +171,7 @@ export type EListAttestedDecryptRequest = Message<"inco.kms.lite.v1.EListAtteste
171
171
  *
172
172
  * @generated from field: inco.kms.lite.v1.HandleWithProof elist_handle_with_proof = 4;
173
173
  */
174
- elistHandleWithProof?: HandleWithProof;
174
+ elistHandleWithProof?: HandleWithProof | undefined;
175
175
  };
176
176
  /**
177
177
  * Describes the message inco.kms.lite.v1.EListAttestedDecryptRequest.
@@ -192,7 +192,7 @@ export type EListAttestedDecryptResponse = Message<"inco.kms.lite.v1.EListAttest
192
192
  *
193
193
  * @generated from field: inco.kms.lite.v1.DecryptionAttestation commitment_proof_attestation = 1;
194
194
  */
195
- commitmentProofAttestation?: DecryptionAttestation;
195
+ commitmentProofAttestation?: DecryptionAttestation | undefined;
196
196
  /**
197
197
  * values is the list of decrypted elist values.
198
198
  *
@@ -342,7 +342,7 @@ export type AttestedComputeRequest = Message<"inco.kms.lite.v1.AttestedComputeRe
342
342
  *
343
343
  * @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 7;
344
344
  */
345
- aclProof?: ACLProof;
345
+ aclProof?: ACLProof | undefined;
346
346
  };
347
347
  /**
348
348
  * Describes the message inco.kms.lite.v1.AttestedComputeRequest.
@@ -398,7 +398,7 @@ export type EListAttestedRevealResponse = Message<"inco.kms.lite.v1.EListAtteste
398
398
  *
399
399
  * @generated from field: inco.kms.lite.v1.DecryptionAttestation commitment_proof_attestation = 1;
400
400
  */
401
- commitmentProofAttestation?: DecryptionAttestation;
401
+ commitmentProofAttestation?: DecryptionAttestation | undefined;
402
402
  /**
403
403
  * values is the list of decrypted elist values.
404
404
  *
@@ -430,7 +430,7 @@ export type AttestedComputeResponse = Message<"inco.kms.lite.v1.AttestedComputeR
430
430
  *
431
431
  * @generated from field: inco.kms.lite.v1.DecryptionAttestation decryption_attestation = 1;
432
432
  */
433
- decryptionAttestation?: DecryptionAttestation;
433
+ decryptionAttestation?: DecryptionAttestation | undefined;
434
434
  };
435
435
  /**
436
436
  * Describes the message inco.kms.lite.v1.AttestedComputeResponse.
@@ -64,7 +64,7 @@ export type HandleWithProof = Message<"inco.kms.lite.v1.HandleWithProof"> & {
64
64
  *
65
65
  * @generated from field: inco.kms.lite.v1.ACLProof acl_proof = 2;
66
66
  */
67
- aclProof?: ACLProof;
67
+ aclProof?: ACLProof | undefined;
68
68
  };
69
69
  /**
70
70
  * Describes the message inco.kms.lite.v1.HandleWithProof.
@@ -152,7 +152,7 @@ export type AllowanceProof = Message<"inco.kms.lite.v1.AllowanceProof"> & {
152
152
  *
153
153
  * @generated from field: inco.kms.lite.v1.AllowanceVoucher voucher = 2;
154
154
  */
155
- voucher?: AllowanceVoucher;
155
+ voucher?: AllowanceVoucher | undefined;
156
156
  /**
157
157
  * voucher_signature is the signature of the voucher by the sharer of the
158
158
  * allowance voucher digest. See AdvancedAccessControl.sol#allowanceVoucherDigest
@@ -187,7 +187,7 @@ export type IncoLiteAdvancedACLProof = Message<"inco.kms.lite.v1.IncoLiteAdvance
187
187
  *
188
188
  * @generated from field: inco.kms.lite.v1.AllowanceProof allowance_proof = 1;
189
189
  */
190
- allowanceProof?: AllowanceProof;
190
+ allowanceProof?: AllowanceProof | undefined;
191
191
  };
192
192
  /**
193
193
  * Describes the message inco.kms.lite.v1.IncoLiteAdvancedACLProof.
@@ -16,13 +16,13 @@ export type StartBackupRequest = Message<"inco.sealingfetcher.v1.StartBackupRequ
16
16
  *
17
17
  * @generated from field: inco.sealingfetcher.v1.RATlsServer sealing_provider = 1;
18
18
  */
19
- sealingProvider?: RATlsServer;
19
+ sealingProvider?: RATlsServer | undefined;
20
20
  /**
21
21
  * The TEE keys to backup. All three keys (EOA, Network, and Storage) should be provided.
22
22
  *
23
23
  * @generated from field: inco.sealingfetcher.v1.TeeKeys tee_keys = 2;
24
24
  */
25
- teeKeys?: TeeKeys;
25
+ teeKeys?: TeeKeys | undefined;
26
26
  };
27
27
  /**
28
28
  * Describes the message inco.sealingfetcher.v1.StartBackupRequest.
@@ -66,7 +66,7 @@ export type StartBackupEOARequest = Message<"inco.sealingfetcher.v1.StartBackupE
66
66
  *
67
67
  * @generated from field: inco.sealingfetcher.v1.RATlsServer sealing_provider = 1;
68
68
  */
69
- sealingProvider?: RATlsServer;
69
+ sealingProvider?: RATlsServer | undefined;
70
70
  /**
71
71
  * The EOA private key to backup.
72
72
  * The private key is encoded as an unsigned 256-bit big-endian integer in
@@ -197,7 +197,7 @@ export type GetTEEKeysResponse = Message<"inco.sealingfetcher.v1.GetTEEKeysRespo
197
197
  *
198
198
  * @generated from field: inco.sealingfetcher.v1.TeeKeys tee_keys = 1;
199
199
  */
200
- teeKeys?: TeeKeys;
200
+ teeKeys?: TeeKeys | undefined;
201
201
  };
202
202
  /**
203
203
  * Describes the message inco.sealingfetcher.v1.GetTEEKeysResponse.
@@ -234,7 +234,7 @@ export type RecoverTEEKeysResponse = Message<"inco.sealingfetcher.v1.RecoverTEEK
234
234
  *
235
235
  * @generated from field: inco.sealingfetcher.v1.TeeKeys tee_keys = 1;
236
236
  */
237
- teeKeys?: TeeKeys;
237
+ teeKeys?: TeeKeys | undefined;
238
238
  };
239
239
  /**
240
240
  * Describes the message inco.sealingfetcher.v1.RecoverTEEKeysResponse.
@@ -1,4 +1,28 @@
1
1
  export declare const lightningDeployments: readonly [{
2
+ readonly name: "incoLightning_12_0_2__687186260";
3
+ readonly majorVersion: 12;
4
+ readonly deployer: "0x9eb3483532302Ab76290BACf9D6DC4efD3fa0d1B";
5
+ readonly owner: "0x9eb3483532302Ab76290BACf9D6DC4efD3fa0d1B";
6
+ readonly pepper: "testnet";
7
+ readonly executorAddress: "0xe9CB49A5b16C6D4a093E5900AA8b450FD40541B6";
8
+ readonly salt: "0x9eb3483532302ab76290bacf9d6dc4efd3fa0d1b00a56971525153062e0ab754";
9
+ readonly verifierAddress: "0x0DF77d5803c09BB073e94fDCe6534851F2B3b638";
10
+ readonly chainId: 84532;
11
+ readonly chainName: "Base Sepolia";
12
+ readonly version: {
13
+ readonly major: 12;
14
+ readonly minor: 0;
15
+ readonly patch: 2;
16
+ readonly shortSalt: "687186260";
17
+ };
18
+ readonly blockNumber: 42021377;
19
+ readonly deployDate: "2026-05-26T15:57:28.732Z";
20
+ readonly commit: "v0.11.0-demonet-7-27-g60c6c4e7";
21
+ readonly active: true;
22
+ readonly includesPreviewFeatures: false;
23
+ readonly executorImpl: "0x7985Ab8B0231dd202ca9123f19C600edC4de562e";
24
+ readonly verifierImpl: "0xf971532c7f7558416f2CED8a0B44B2D7388d883B";
25
+ }, {
2
26
  readonly name: "incoLightning_12_0_1__873394282";
3
27
  readonly majorVersion: 12;
4
28
  readonly deployer: "0x8202D2D747784Cb7D48868E44C42C4bf162a70BC";
@@ -8,12 +8,12 @@ export declare const localNodeLightningConfig: {
8
8
  readonly senderPrivateKey: "0x8e6681c7870f0adc53511b6f38515a5b0f4e3a3fa62a62505f58c61e64c92497";
9
9
  };
10
10
  readonly testnet: {
11
- readonly executorAddress: "0x3cC345Eaa5bEe457AF9C0C3183335a67b62b0066";
11
+ readonly executorAddress: "0xe9CB49A5b16C6D4a093E5900AA8b450FD40541B6";
12
12
  readonly chainId: 31337;
13
13
  readonly covalidatorUrls: readonly ["http://localhost:50055"];
14
- readonly signers: readonly ["0xD3fa52625B61Bec0D2044CcbB4b053A3F31DaE58"];
14
+ readonly signers: readonly ["0x8A853ACC000D50bfb59e1D04635959957e28Db38"];
15
15
  readonly hostChainRpcUrls: readonly ["http://localhost:8545"];
16
- readonly senderPrivateKey: "0x744c3c747a32ffbacc4864c6405878e80fb98196389ef1b4dcb565ac7afe3aa9";
16
+ readonly senderPrivateKey: "0x835c46722a63e5132eaf24d0a1dad8689d43b85bdcc0e592c23e55fa603895d7";
17
17
  };
18
18
  readonly devnet: {
19
19
  readonly executorAddress: "0xB3C06f0Ed967a7E366ba31C67927DDf93d7c1154";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inco/js",
3
- "version": "1.0.0-devnet-7",
3
+ "version": "1.0.0-testnet-1",
4
4
  "repository": "https://github.com/Inco-fhevm/inco-monorepo",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,