bgd-labs / aave-governance-v3-interface

Interface to interact with the Aave Governance v3 smart contracts
https://vote.onaave.com/
Other
12 stars 2 forks source link

Not-needed extra delegation when it is already done #55

Closed eboadom closed 5 months ago

eboadom commented 5 months ago

Scenario is the following:

This adds totally unnecessary extra gas to the transaction.

Solution: whenever there is no change on certain type of delegation and asset, nothing should be signed/submitted for it.

Argeare5 commented 5 months ago

@eboadom are you sure about that?

because your scenario works as it should for me

eboadom commented 5 months ago

Pretty sure, but I can't reproduce now

Argeare5 commented 5 months ago

It may be related to the logic of supporting the ENS name in the input, need to check