This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Add support for invoking payable contract methods (#102) #79
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, paulhatch/[email protected], actions/setup-node@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
pnpm build:
plugin/src/components/DeployedContracts/index.tsx#L43
React Hook useEffect has a missing dependency: 'remixClient'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/DevnetAccountSelector/index.tsx#L76
React Hook useEffect has a missing dependency: 'setIsDevnetAlive'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/DevnetAccountSelector/index.tsx#L94
React Hook useEffect has a missing dependency: 'updateAccountBalances'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/DevnetAccountSelector/index.tsx#L102
React Hook useEffect has a missing dependency: 'notifyDevnetStatus'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/DevnetAccountSelector/index.tsx#L134
React Hook useEffect has a missing dependency: 'refreshDevnetAccounts'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/DevnetAccountSelector/index.tsx#L146
React Hook useEffect has missing dependencies: 'selectedDevnetAccount' and 'setSelectedDevnetAccount'. Either include them or remove the dependency array
|
pnpm build:
plugin/src/components/DevnetAccountSelector/index.tsx#L159
React Hook useEffect has missing dependencies: 'setAccount' and 'setProvider'. Either include them or remove the dependency array
|
pnpm build:
plugin/src/components/ManualAccount/index.tsx#L91
React Hook useEffect has a missing dependency: 'updateBalance'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/ManualAccount/index.tsx#L100
React Hook useEffect has a missing dependency: 'setAccount'. Either include it or remove the dependency array
|
pnpm build:
plugin/src/components/Wallet/index.tsx#L29
React Hook useEffect has missing dependencies: 'isDisconnected', 'setAccount', 'setProvider', and 'walletClient'. Either include them or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "react-github-actions-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading