Closed MerlinEgalite closed 1 year ago
The changes impacting Morpho-AaveV2 are not changing the bytecode of the core contracts. These are only naming & comments
But that means that the code deployed will not be the one audited by Spearbit which is not convenient for them
Then why are we fixing natspec issues if it's to not deploy them?
Which Natspec issues?
The natspec issues fixed by the changes you've highlighted in src/aave-v2/MorphoUtils.sol
I also put it as to revert if I'm not mistaken
Also, if we merge the PR as is we'll need to re-create the tx on the DAO multisig
I also put it as to revert if I'm not mistaken
Yes, that's the problem I am raising. Why did I spend time on this if we're not deploying them?
Also, if we merge the PR as is we'll need to re-create the tx on the DAO multisig
This is incorrect as the bytecode is not impacted by these changes. Only the Etherscan source code verification would need to be performed again (but it's not performed yet)
I also put it as to revert if I'm not mistaken
Yes, that's the problem I am raising. Why did I spend time on this if we're not deploying them?
This PR is dedicated to changes on the Lens, we should not have done changes to morpho first. I shouldn't have approved it.
For the natspec, I don't know where the issue comes from tbh
Also, if we merge the PR as is we'll need to re-create the tx on the DAO multisig
This is incorrect as the bytecode is not impacted by these changes. Only the Etherscan source code verification would need to be performed again (but it's not performed yet)
True
Closing this issue
Check my comments on
upgrade-lens-0
: https://github.com/morpho-dao/morpho-v1/pull/1514Basically, the goal is to remove changes on Morpho-AaveV2