Closed remedcu closed 2 months ago
Totals | |
---|---|
Change from base Build 10451906756: | 0.09% |
Covered Lines: | 396 |
Relevant Lines: | 408 |
(make sure to not squash the commit, because it'll create a new one)
The commit SHA is already different because of the changes mentioned in the description.
Original Commit SHA: 75018fbd89a53b04836dde9ee51076161a64f48c
(make sure to not squash the commit, because it'll create a new one)
I think its fine to squash commit. We have to re-audit for 1.5.0 anyway.
This PR makes the changes based on Certora's audit report from the branch
release/v1.4.1-2
tomain
.In the release branch, we used the
ISafe
contract written inside the respective library files, but withmain
, we use theISafe
standard interface in theinterfaces
folder. Similarly,Enum
was moved fromcommon
tolibraries
, and thus that is used for the same in the migration contracts.Note: A
fmt
change was made toDebugTransactionGuard.sol
.