aave-v3-core icon indicating copy to clipboard operation
aave-v3-core copied to clipboard

Fix: CEI to fix reentrancy risk with reentrant tokens (eg ERC777)

Open The-3D opened this issue 3 years ago • 1 comments

The-3D avatar Aug 08 '22 15:08 The-3D

Codecov Report

Merging #704 (8e6cbc8) into feat/3.0.1 (a818243) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           feat/3.0.1     #704   +/-   ##
===========================================
  Coverage       99.95%   99.95%           
===========================================
  Files              45       45           
  Lines            2135     2137    +2     
  Branches          283      284    +1     
===========================================
+ Hits             2134     2136    +2     
  Misses              1        1           
Impacted Files Coverage Δ
...acts/protocol/libraries/logic/LiquidationLogic.sol 100.00% <100.00%> (ø)
contracts/protocol/libraries/logic/SupplyLogic.sol 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 08 '22 16:08 codecov-commenter

Looks good for me

kyzia551 avatar Oct 28 '22 11:10 kyzia551