feat: finished mint and unmint flow #29
code-checks.yml
on: push
lint-eslint
23s
lint-filename
11s
lint-prettier
12s
lint-commit
13s
lint-unused-exports
13s
typecheck
15s
test-unit
11s
Annotations
3 errors and 11 warnings
typecheck:
src/app/providers/blockchain-context-provider.tsx#L24
Expected 0 arguments, but got 1.
|
typecheck:
src/app/store/slices/vault/vault.slice.ts#L1
Import declaration conflicts with local declaration of 'VaultState'.
|
typecheck
Process completed with exit code 2.
|
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#L62
React Hook useEffect has a missing dependency: 'getVault'. Either include it or remove the dependency array
|
lint-eslint:
src/app/components/my-vaults-small/my-vaults-small.tsx#L37
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/components/my-vaults-small/my-vaults-small.tsx#L38
React Hook useEffect has a missing dependency: 'ethereum'. Either include it or remove the dependency array
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L19
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L42
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L51
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L56
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#L58
React Hook useEffect has missing dependencies: 'dlcBTCContract', 'dlcManagerContract', 'protocolContract', and 'setupEthereumConfiguration'. Either include them or remove the dependency array
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L69
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L73
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
|