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

doc: catch up on changes #151

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions audits/internal13/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ File | % Stmts | % Branch | % Funcs | % Line
}
The fact that this case is not covered is not a problem, since it is very difficult to create such conditions in a real test.
```
[x] Noted. Missing 100% is not an obvious problem.

#### Checking the corrections made after C4A
64. Less active nominees can be left without rewards after an year of inactivity #64
https://github.com/code-423n4/2024-05-olas-findings/issues/64 <br>
Expand All @@ -43,3 +45,6 @@ Lack of event emission for important state changes in revokeRemovedNomineeVoting
```
[x] fixed

### Catch up on changes. 15.07.24
https://github.com/valory-xyz/autonolas-governance/compare/v1.2.2-pre-internal-audit...v1.2.2-pre-audit <br>
The changes to the codebase appear to be correct.
Loading