ScopeLift / flexible-voting

💪🗳️ Flexible Voting – A Powerful Building Block for DAO Governance
https://flexiblevoting.com
MIT License
86 stars 8 forks source link

Upstream changes to Aave v3 to make it more extensible #16

Closed davidlaprade closed 1 year ago

davidlaprade commented 1 year ago

We already did this here: https://github.com/aave/aave-v3-core/pull/726

Other functions we should update:

davidlaprade commented 1 year ago

I realized this morning that we don't need to make aToken.burn() public to do what we want. See https://github.com/ScopeLift/flexible-voting/pull/21/commits/ffc286730a460d64d763e9075adb853a4faf1046 for a better solution that didn't require any Aave changes.

I pushed a PR to make the other two changes: https://github.com/aave/aave-v3-core/pull/774

apbendi commented 1 year ago

@davidlaprade should we close this now that our PR has been merged by Aave?