@@ -11,24 +11,17 @@ import { testUseEoaSessionSigsToExecuteJsClaimKeys } from './tests/testUseEoaSes
1111import { testUseEoaSessionSigsToExecuteJsClaimMultipleKeys } from './tests/testUseEoaSessionSigsToExecuteJsClaimMultipleKeys' ;
1212import { testUseEoaSessionSigsToExecuteJsJsonResponse } from './tests/testUseEoaSessionSigsToExecuteJsJsonResponse' ;
1313import { testUseEoaSessionSigsToExecuteJsConsoleLog } from './tests/testUseEoaSessionSigsToExecuteJsConsoleLog' ;
14- import { testUseEoaSessionSigsToEncryptDecryptString } from './tests/testUseEoaSessionSigsToEncryptDecryptString' ;
15- import { testUseEoaSessionSigsToEncryptDecryptUint8Array } from './tests/testUseEoaSessionSigsToEncryptDecryptUint8Array' ;
16- import { testUsePkpSessionSigsToEncryptDecryptString } from './tests/testUsePkpSessionSigsToEncryptDecryptString' ;
17- import { testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptString } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptString' ;
1814import { testUseInvalidLitActionCodeToGenerateSessionSigs } from './tests/testUseInvalidLitActionCodeToGenerateSessionSigs' ;
19- import { testUseEoaSessionSigsToEncryptDecryptFile } from './tests/testUseEoaSessionSigsToEncryptDecryptFile' ;
2015import { testUsePkpSessionSigsToExecuteJsSigningInParallel } from './tests/testUsePkpSessionSigsToExecuteJsSigningInParallel' ;
2116import { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigningInParallel } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigningInParallel' ;
2217import { testUsePkpSessionSigsToExecuteJsClaimKeys } from './tests/testUsePkpSessionSigsToExecuteJsClaimKeys' ;
2318import { testUsePkpSessionSigsToExecuteJsClaimMultipleKeys } from './tests/testUsePkpSessionSigsToExecuteJsClaimMultipleKeys' ;
2419import { testUsePkpSessionSigsToExecuteJsJsonResponse } from './tests/testUsePkpSessionSigsToExecuteJsJsonResponse' ;
2520import { testUsePkpSessionSigsToExecuteJsConsoleLog } from './tests/testUsePkpSessionSigsToExecuteJsConsoleLog' ;
26- import { testUsePkpSessionSigsToEncryptDecryptFile } from './tests/testUsePkpSessionSigsToEncryptDecryptFile' ;
2721import { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimKeys } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimKeys' ;
2822import { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimMultipleKeys } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimMultipleKeys' ;
2923import { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsJsonResponse } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsJsonResponse' ;
3024import { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsConsoleLog } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsConsoleLog' ;
31- import { testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptFile } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptFile' ;
3225import { testUseValidLitActionIpfsCodeGeneratedSessionSigsToPkpSign } from './tests/testUseValidLitActionIpfsCodeGeneratedSessionSigsToPkpSign' ;
3326import { testUseInvalidLitActionIpfsCodeToGenerateSessionSigs } from './tests/testUseInvalidLitActionIpfsCodeToGenerateSessionSigs' ;
3427import { testPkpEthersWithEoaSessionSigsToSignMessage } from './tests/testPkpEthersWithEoaSessionSigsToSignMessage' ;
@@ -65,7 +58,6 @@ import { testPkpEthersWithPkpSessionSigsToEthSignTypedDataUtil } from './tests/t
6558import { testPkpEthersWithLitActionSessionSigsToEthSignTypedDataUtil } from './tests/testPkpEthersWithLitActionSessionSigsToEthSignTypedDataUtil' ;
6659import { testUseCustomAuthSessionSigsToPkpSignExecuteJs } from './tests/testUseCustomAuthSessionSigsToPkpSignExecuteJs' ;
6760import { testExecuteJsSignAndCombineEcdsa } from './tests/testExecuteJsSignAndCombineEcdsa' ;
68- import { testExecuteJsDecryptAndCombine } from './tests/testExecuteJsDecryptAndCombine' ;
6961import { testExecuteJsBroadcastAndCollect } from './tests/testExecuteJsBroadcastAndCollect' ;
7062import { testRelayer } from './tests/testRelayer' ;
7163
@@ -104,24 +96,17 @@ export { testUseEoaSessionSigsToExecuteJsClaimKeys } from './tests/testUseEoaSes
10496export { testUseEoaSessionSigsToExecuteJsClaimMultipleKeys } from './tests/testUseEoaSessionSigsToExecuteJsClaimMultipleKeys' ;
10597export { testUseEoaSessionSigsToExecuteJsJsonResponse } from './tests/testUseEoaSessionSigsToExecuteJsJsonResponse' ;
10698export { testUseEoaSessionSigsToExecuteJsConsoleLog } from './tests/testUseEoaSessionSigsToExecuteJsConsoleLog' ;
107- export { testUseEoaSessionSigsToEncryptDecryptString } from './tests/testUseEoaSessionSigsToEncryptDecryptString' ;
108- export { testUseEoaSessionSigsToEncryptDecryptUint8Array } from './tests/testUseEoaSessionSigsToEncryptDecryptUint8Array' ;
109- export { testUsePkpSessionSigsToEncryptDecryptString } from './tests/testUsePkpSessionSigsToEncryptDecryptString' ;
110- export { testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptString } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptString' ;
11199export { testUseInvalidLitActionCodeToGenerateSessionSigs } from './tests/testUseInvalidLitActionCodeToGenerateSessionSigs' ;
112- export { testUseEoaSessionSigsToEncryptDecryptFile } from './tests/testUseEoaSessionSigsToEncryptDecryptFile' ;
113100export { testUsePkpSessionSigsToExecuteJsSigningInParallel } from './tests/testUsePkpSessionSigsToExecuteJsSigningInParallel' ;
114101export { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigningInParallel } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsSigningInParallel' ;
115102export { testUsePkpSessionSigsToExecuteJsClaimKeys } from './tests/testUsePkpSessionSigsToExecuteJsClaimKeys' ;
116103export { testUsePkpSessionSigsToExecuteJsClaimMultipleKeys } from './tests/testUsePkpSessionSigsToExecuteJsClaimMultipleKeys' ;
117104export { testUsePkpSessionSigsToExecuteJsJsonResponse } from './tests/testUsePkpSessionSigsToExecuteJsJsonResponse' ;
118105export { testUsePkpSessionSigsToExecuteJsConsoleLog } from './tests/testUsePkpSessionSigsToExecuteJsConsoleLog' ;
119- export { testUsePkpSessionSigsToEncryptDecryptFile } from './tests/testUsePkpSessionSigsToEncryptDecryptFile' ;
120106export { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimKeys } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimKeys' ;
121107export { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimMultipleKeys } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimMultipleKeys' ;
122108export { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsJsonResponse } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsJsonResponse' ;
123109export { testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsConsoleLog } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsConsoleLog' ;
124- export { testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptFile } from './tests/testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptFile' ;
125110export { testUseValidLitActionIpfsCodeGeneratedSessionSigsToPkpSign } from './tests/testUseValidLitActionIpfsCodeGeneratedSessionSigsToPkpSign' ;
126111export { testUseInvalidLitActionIpfsCodeToGenerateSessionSigs } from './tests/testUseInvalidLitActionIpfsCodeToGenerateSessionSigs' ;
127112
@@ -164,7 +149,6 @@ export { testPkpEthersWithPkpSessionSigsToEthSignTypedDataUtil } from './tests/t
164149export { testPkpEthersWithLitActionSessionSigsToEthSignTypedDataUtil } from './tests/testPkpEthersWithLitActionSessionSigsToEthSignTypedDataUtil' ;
165150export { testUseCustomAuthSessionSigsToPkpSignExecuteJs } from './tests/testUseCustomAuthSessionSigsToPkpSignExecuteJs' ;
166151export { testExecuteJsSignAndCombineEcdsa } from './tests/testExecuteJsSignAndCombineEcdsa' ;
167- export { testExecuteJsDecryptAndCombine } from './tests/testExecuteJsDecryptAndCombine' ;
168152export { testExecuteJsBroadcastAndCollect } from './tests/testExecuteJsBroadcastAndCollect' ;
169153export { testRelayer } from './tests/testRelayer' ;
170154
@@ -238,9 +222,6 @@ const eoaSessionSigsTests = {
238222 testUseEoaSessionSigsToExecuteJsClaimMultipleKeys,
239223 testUseEoaSessionSigsToExecuteJsJsonResponse,
240224 testUseEoaSessionSigsToExecuteJsConsoleLog,
241- testUseEoaSessionSigsToEncryptDecryptString,
242- testUseEoaSessionSigsToEncryptDecryptUint8Array,
243- testUseEoaSessionSigsToEncryptDecryptFile,
244225} ;
245226
246227const pkpSessionSigsTests = {
@@ -251,8 +232,6 @@ const pkpSessionSigsTests = {
251232 testUsePkpSessionSigsToExecuteJsClaimMultipleKeys,
252233 testUsePkpSessionSigsToExecuteJsJsonResponse,
253234 testUsePkpSessionSigsToExecuteJsConsoleLog,
254- testUsePkpSessionSigsToEncryptDecryptString,
255- testUsePkpSessionSigsToEncryptDecryptFile,
256235} ;
257236
258237const litActionSessionSigsTests = {
@@ -263,8 +242,6 @@ const litActionSessionSigsTests = {
263242 testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsClaimMultipleKeys,
264243 testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsJsonResponse,
265244 testUseValidLitActionCodeGeneratedSessionSigsToExecuteJsConsoleLog,
266- testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptString,
267- testUseValidLitActionCodeGeneratedSessionSigsToEncryptDecryptFile,
268245
269246 // -- invalid cases
270247 testUseInvalidLitActionIpfsCodeToGenerateSessionSigs,
@@ -339,9 +316,6 @@ const litActionCombiningTests = {
339316 ecdsaSignAndCombine : {
340317 testExecuteJsSignAndCombineEcdsa,
341318 } ,
342- decryptAndCombine : {
343- testExecuteJsDecryptAndCombine,
344- } ,
345319 broadcastAndCombine : {
346320 testExecuteJsBroadcastAndCollect,
347321 } ,
@@ -362,7 +336,6 @@ export const tinnyTests = {
362336 ...pkpEthersTest . litActionSessionSigs ,
363337
364338 ...litActionCombiningTests . broadcastAndCombine ,
365- ...litActionCombiningTests . decryptAndCombine ,
366339 ...litActionCombiningTests . ecdsaSignAndCombine ,
367340
368341 ...relayerTests ,
0 commit comments