feat(wallet): implement C09 stellar wallet transactions, integration … - #39
Closed
Fabr-i10 wants to merge 2 commits into
Closed
feat(wallet): implement C09 stellar wallet transactions, integration …#39Fabr-i10 wants to merge 2 commits into
Fabr-i10 wants to merge 2 commits into
Annotations
10 errors and 11 warnings
|
Lint:
src/features/wallet/services/StellarHorizonClient.test.ts#L4
Replace `⏎··createStellarHorizonClient,⏎··stellarHorizonClient,⏎` with `·createStellarHorizonClient,·stellarHorizonClient·`
|
|
Lint:
src/features/wallet/services/FeeService.ts#L16
Replace `⏎··stellarHorizonClient,⏎··type·StellarHorizonClient,⏎` with `·stellarHorizonClient,·type·StellarHorizonClient·`
|
|
Lint:
src/features/wallet/services/FeeService.test.ts#L167
Replace `⏎······canAffordPayment(PUBLIC_KEY,·'-1',·'XLM',·{·horizonClient·})⏎····).rejects.toThrow(PaymentTxValidationError` with `canAffordPayment(PUBLIC_KEY,·'-1',·'XLM',·{·horizonClient·})).rejects.toThrow(⏎······PaymentTxValidationError⏎····`
|
|
Lint:
src/features/wallet/services/FeeService.test.ts#L157
Replace `⏎······canAffordPayment(PUBLIC_KEY,·'0',·'XLM',·{·horizonClient·})⏎····).rejects.toThrow(PaymentTxValidationError` with `canAffordPayment(PUBLIC_KEY,·'0',·'XLM',·{·horizonClient·})).rejects.toThrow(⏎······PaymentTxValidationError⏎····`
|
|
Lint:
src/features/wallet/services/BalanceService.test.ts#L3
Replace `·fetchBalances,·getMinimumBalanceStroops,·parseBalances,·parseNativeBalanceStroops,·parseUsdcBalanceStroops·` with `⏎··fetchBalances,⏎··getMinimumBalanceStroops,⏎··parseBalances,⏎··parseNativeBalanceStroops,⏎··parseUsdcBalanceStroops,⏎`
|
|
Lint:
src/features/wallet/services/AccountService.test.ts#L104
Replace `'Network·request·failed'` with `⏎······'Network·request·failed'⏎····`
|
|
Lint:
src/features/wallet/schemas/paymentTx.ts#L80
Replace `⏎··amount:·string,⏎··asset:·SupportedAssetCode⏎` with `amount:·string,·asset:·SupportedAssetCode`
|
|
Lint:
src/features/wallet/schemas/paymentTx.ts#L45
Replace `⏎····.string()⏎····.max(28,·PAYMENT_TX_ERRORS.memoTooLong)⏎····` with `.string().max(28,·PAYMENT_TX_ERRORS.memoTooLong)`
|
|
Lint:
src/features/wallet/schemas/paymentTx.ts#L41
Replace `⏎····.string()⏎····` with `.string()`
|
|
Lint:
src/features/auth/components/__tests__/SettingsAuthSection.test.tsx#L139
Replace `⏎······renderer.root.findByProps({·accessibilityLabel:·'Clave·pública·copiada'·})⏎····` with `renderer.root.findByProps({·accessibilityLabel:·'Clave·pública·copiada'·})`
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/features/receive/views/ReceiveHomeView.tsx#L24
'AssetSelector' is defined but never used
|
|
Lint:
src/features/nfc/hooks/useNfc.ts#L4
'AnalyticsEvents' is defined but never used
|
|
Lint:
src/features/nfc/hooks/useNfc.ts#L2
Using exported name 'NfcReader' as identifier for default import
|
|
Lint:
src/features/auth/components/__tests__/SettingsAuthSection.test.tsx#L52
Import in body of module; reorder to top
|
|
Lint:
src/features/auth/components/__tests__/SettingsAuthSection.test.tsx#L40
A `require()` style import is forbidden
|
|
Lint:
src/features/auth/components/__tests__/SettingsAuthSection.test.tsx#L39
A `require()` style import is forbidden
|
|
Lint:
src/features/auth/components/__tests__/SettingsAuthSection.test.tsx#L25
A `require()` style import is forbidden
|
|
Lint:
src/features/auth/components/__tests__/SettingsAuthSection.test.tsx#L24
A `require()` style import is forbidden
|
|
Lint:
src/features/auth/components/__tests__/AuthGuard.test.tsx#L12
A `require()` style import is forbidden
|
|
Lint:
src/features/auth/components/__tests__/AuthGuard.test.tsx#L11
A `require()` style import is forbidden
|
background
wait
wait-all
cancel
parallel
Loading