Multisig proposal calldata unit test #522
Annotations
6 errors and 8 warnings
test/multisigProposals/MultisigProposal_01.sol#L6
imported name Addresses is not used
|
test/multisigProposals/MultisigProposal_02.sol#L7
imported name Addresses is not used
|
test/multisigProposals/MultisigProposal_03.sol#L7
imported name Addresses is not used
|
test/multisigProposals/MultisigProposal_04.sol#L7
imported name Addresses is not used
|
test/multisigProposals/MultisigProposal_05.sol#L7
imported name Addresses is not used
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
mocks/MockAuction.sol#L17
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
mocks/MockAuction.sol#L18
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
mocks/MockSavingContract.sol#L9
Main key parameter in mapping deposits is not named
|
mocks/MockSavingContract.sol#L9
Value parameter in mapping deposits is not named
|
mocks/MockVotingContract.sol#L4
Main key parameter in mapping votesReceived is not named
|
mocks/MockVotingContract.sol#L4
Value parameter in mapping votesReceived is not named
|
src/proposals/Proposal.sol#L11
Contract has 16 states declarations but allowed no more than 15
|
This job failed
Loading