Skip to content

Commit

Permalink
Merge branch 'main' into deposit_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind authored Jul 17, 2024
2 parents 360915f + 5e7c313 commit a759e59
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions audits/internal6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Hardhat coverage has been performed before the audit and can be found here:
StakingToken.sol | 100 | 80 | 100 | 95.83 | 95 |
StakingVerifier.sol | 90 | 87.93 | 100 | 93.75 |... 257,271,274 |
```
Please pay attention if possible.
Please pay attention if possible. <br>
[x] Noted. Missing 100% is not an obvious problem.


#### Issue
```
Expand All @@ -27,6 +29,7 @@ serviceNonce - not needed to return
serviceIds - update before return
evictServiceIds - update before return
```
[x] fixed

#### Checking the corrections made after C4A
62. Adding staking instance as nominee before it is created #62
Expand Down Expand Up @@ -202,4 +205,8 @@ Perhaps this will solve the problem with proxy recognition on the side gnosissca
}
because the current code always produces this result.
```
[x] noted
[x] noted. No code base replacement required.

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

0 comments on commit a759e59

Please sign in to comment.