-
Notifications
You must be signed in to change notification settings - Fork 108
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
Update mattjurenka/morpho to 3.0.0 #853
Conversation
538da4e
to
b83cec2
Compare
Hmm, so I think (i) the wrapper ERC20 is unnecessary; and (ii) it would actually break rewards. Rewards have to be done from off-chain, which is fine, but in this case they would just accumulate to the wrapper ERC20 instead of the BackingManager/RevenueTrader. We can get rid of the wrapper ERC20 by moving the The tasks are useful but we need deployment scripts too. The deployment scripts can use the task to do the deployment but the relevant thing is to commit to some set of constructor args, probably the same as the test suite but not necessarily. There's an example at |
contracts/plugins/assets/morpho-aave/MorphoAAVEPositionWrapper.sol
Outdated
Show resolved
Hide resolved
contracts/plugins/assets/morpho-aave/MorphoAAVESelfReferentialCollateral.sol
Outdated
Show resolved
Hide resolved
contracts/plugins/assets/morpho-aave/MorphoAAVENonFiatCollateral.sol
Outdated
Show resolved
Hide resolved
contracts/plugins/assets/morpho-aave/MorphoAaveV2TokenisedDeposit.sol
Outdated
Show resolved
Hide resolved
contracts/plugins/assets/morpho-aave/MorphoNonFiatCollateral.sol
Outdated
Show resolved
Hide resolved
scripts/deployment/phase2-assets/collaterals/deploy_morpho_aavev2_plugin.ts
Outdated
Show resolved
Hide resolved
test/plugins/individual-collateral/morpho-aave/MorphoAAVEFiatCollateral.test.ts
Show resolved
Hide resolved
test/plugins/individual-collateral/morpho-aave/MorphoAAVENonFiatCollateral.test.ts
Outdated
Show resolved
Hide resolved
contracts/plugins/assets/morpho-aave/MorphoNonFiatCollateral.sol
Outdated
Show resolved
Hide resolved
contracts/plugins/assets/morpho-aave/MorphoAaveV2TokenisedDeposit.sol
Outdated
Show resolved
Hide resolved
f75b190
to
4a97ead
Compare
test/plugins/individual-collateral/morpho-aave/MorphoAAVENonFiatCollateral.test.ts
Outdated
Show resolved
Hide resolved
44f2b9b
to
2450e68
Compare
contracts/plugins/assets/morpho-aave/MorphoSelfReferentialCollateral.sol
Outdated
Show resolved
Hide resolved
502d8a7
to
526af73
Compare
@pmckelvy1 Jan's most recent update to |
c61746c
to
bb0ae58
Compare
6a1eaca
to
84205c9
Compare
1c6fdc4
to
998006b
Compare
No description provided.