Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vw addons #137

Merged
merged 15 commits into from
May 22, 2024
9 changes: 6 additions & 3 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ module.exports = {
"bridges/test/WormholeL1Receiver.sol",
"bridges/test/WormholeL1Sender.sol",
"bridges/test/WormholeL2ReceiverL1Sender.sol",
"multisigs/test/DelegatecallExploit.sol",
"multisigs/test/MockTimelockCM.sol",
"multisigs/test/MockTreasury.sol",
"test/BridgeSetup.sol",
"test/BrokenERC20.sol",
"test/EchidnaVoteWeightingAssert.sol",
"test/SafeSetup.sol",
"multisigs/test/MockTimelockCM.sol",
"multisigs/test/MockTreasury.sol",
"test/VoteWeightingFuzzing.sol"
]
};
};
132 changes: 113 additions & 19 deletions abis/0.8.25/VoteWeighting.json

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions audits/internal12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,26 @@ https://github.com/trailofbits/publications/blob/master/reviews/CurveDAO.pdf
```
[x] noted and added as a comment

# re-audit. 21.05.24

# autonolas-governance-audit
The review has been performed based on the contract code in the following repository:<br>
`https://github.com/valory-xyz/autonolas-governance` <br>
commit: `9df1f95ec7e51eacb985aece56654b8d2506e29f` or `tag: v1.2.1-pre-internal-audit` <br>

### Flatten version
Flatten version of contracts. [contracts](https://github.com/valory-xyz/autonolas-governance/blob/main/audits/internal12/analysis2/contracts)

### Coverage
Hardhat coverage has been performed before the audit and can be found here:
```sh
VoteWeighting.sol | 100 | 96.67 | 100 | 98.64 | 485,766,768 |
```

### Security issues
Details in [slither_full](https://github.com/valory-xyz/autonolas-governance/blob/main/audits/internal12/analysis2/slither_full.txt) <br>
all false positive cases.

### Issue
No new issue.

Loading
Loading