Skip to content

feat: added balance context provider #81

feat: added balance context provider

feat: added balance context provider #81

Triggered via push December 6, 2023 15:55
Status Success
Total duration 33s
Artifacts

code-checks.yml

on: push
lint-eslint
22s
lint-eslint
lint-filename
12s
lint-filename
lint-prettier
14s
lint-prettier
lint-commit
13s
lint-commit
lint-unused-exports
15s
lint-unused-exports
typecheck
16s
typecheck
test-unit
13s
test-unit
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-eslint: src/app/components/mint-unmint/components/transaction-summary/transaction-summary.tsx#L61
React Hook useEffect has a missing dependency: 'getVault'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-bitcoin.ts#L26
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L37
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L50
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L63
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L71
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-endpoints.ts#L34
React Hook useEffect has a missing dependency: 'getEndpoints'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-ethereum.ts#L81
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint-eslint: src/app/hooks/use-ethereum.ts#L93
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint-eslint: src/app/hooks/use-ethereum.ts#L318
Unexpected console statement