aave / protocol-v2

Aave Protocol V2
https://aave.com
Other
662 stars 754 forks source link

Fix for #315 (v2 Polygon) #316

Open eboadom opened 2 years ago

eboadom commented 2 years ago

Changes

Tests

eboadom commented 2 years ago

Gas report diff

As expected, there is a slight increase in gas on the most common actions, mainly because of the added condition to skip updates whenever the timestamp didn't change. At the same time, there are savings on flashLoan(), as the tests involve multiple actions, and there is where savings are noticeable.

Before fix

pre-100-rf-fix-gas-master

After fix

100-rf-fix-gas