You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized this morning that we don't need to make aToken.burn() public to do what we want. See ffc2867 for a better solution that didn't require any Aave changes.
We already did this here: aave/aave-v3-core#726
Other functions we should update:
aToken.burn
to make it public (rather than external)aToken.intialize
to make it virtual (so that we can override flex voting aTokens to self-delegate during initialization)aToken._transfer
to make it virtual (so that we can checkpoint during both transfer and transferFrom with the same code)The text was updated successfully, but these errors were encountered: