Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
razvantomegea committed Dec 4, 2024
1 parent 01caef8 commit f744464
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 963 deletions.
2 changes: 0 additions & 2 deletions src/store/slices/transactionsSlice/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/store/slices/transactionsSlice/transactionsSlice.ts

This file was deleted.

51 changes: 0 additions & 51 deletions src/store/slices/transactionsSlice/transactionsSlice.types.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/utils/transactions/batch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ export * from './generateBatchTransactionsGrouping';
export * from './getBatchTransactionsStatusFromApi';
export * from './getIsSequential';
export * from './getTransactionsStatus';
export * from './sendBatchTransactions';
export * from './sequentialToFlatArray';
export * from './updateBatchTransactionsStatuses';
61 changes: 0 additions & 61 deletions src/utils/transactions/batch/sendBatchTransactions.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { addressSelector } from 'reduxStore/selectors';
import { store } from 'reduxStore/store';
import { getWindowLocation } from 'utils/window/getWindowLocation';
import { sendBatchTransactions } from './sendBatchTransactions';
import { sendBatchTransactions } from '../sendBatchTransactions';
import { signTransactions } from '../operations/signTransactions';
import { transformTransactionsToSign } from './utils/transformTransactionsToSign';

Expand Down
45 changes: 0 additions & 45 deletions src/utils/transactions/batch/updateBatchTransactionsStatuses.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/utils/transactions/dataDecoders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export * from './getScResultsInitialDecodeMethod';
export * from './getTokenFromData';
export * from './getUnHighlightedDataFieldParts';
export * from './smartContractTransaction';
export * from './useDataDecode';
export * from './useDataDecodeMethod';
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Address, TransactionPayload } from '@multiversx/sdk-core';
import { ESDTTransferTypesEnum, TypesOfSmartContractCallsEnum } from 'types';
import { isStringBase64 } from 'utils/decoders/base64Utils';
import { addressIsValid } from './addressIsValid';
import { addressIsValid } from '../../validation';

export function isContract(
receiver: string,
Expand Down
64 changes: 0 additions & 64 deletions src/utils/transactions/dataDecoders/useDataDecode.ts

This file was deleted.

26 changes: 0 additions & 26 deletions src/utils/transactions/dataDecoders/useDataDecodeMethod.ts

This file was deleted.

78 changes: 0 additions & 78 deletions src/utils/transactions/operations/calculateFeeLimit.ts

This file was deleted.

Loading

0 comments on commit f744464

Please sign in to comment.