Skip to content

[VEN-1896]: export proposal into gnosis safe format #446

[VEN-1896]: export proposal into gnosis safe format

[VEN-1896]: export proposal into gnosis safe format #446

Triggered via pull request October 2, 2023 11:49
Status Failure
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: multisig/helpers/utils.ts#L1
'JsonRpcSigner' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/createProposal.ts#L2
'Safe' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/createProposal.ts#L2
'ContractNetworksConfig' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/createProposal.ts#L2
'EthersAdapter' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/createProposal.ts#L6
'ethers' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/createProposal.ts#L10
'createGnosisTx' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/createProposal.ts#L11
'getContractNetworks' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/executeMultiSigTx.ts#L5
'buildMultiSigTx' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/executeMultiSigTx.ts#L9
'loadMultisigTx' is defined but never used. Allowed unused vars must match /_/u
lint: scripts/executeMultiSigTx.ts#L12
'readline' is assigned a value but never used. Allowed unused vars must match /_/u
lint: hardhat.config.ts#L7
Require statement not part of import statement
lint: multisig/helpers/utils.ts#L8
Require statement not part of import statement
lint: scripts/createProposal.ts#L18
Require statement not part of import statement
lint: scripts/createProposal.ts#L38
Unexpected any. Specify a different type
lint: scripts/createProposal.ts#L122
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: scripts/executeMultiSigTx.ts#L12
Require statement not part of import statement
lint: scripts/executeMultiSigTx.ts#L40
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: scripts/proposeTestnetVIP.ts#L6
Require statement not part of import statement
lint: simulations/vip-130/vip-130-testnet/simulations.ts#L13
Unexpected any. Specify a different type
lint: simulations/vip-130/vip-130/simulations.ts#L14
Unexpected any. Specify a different type
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/