teller-protocol / teller-protocol-v1

Teller is a lending and undercollateralized borrowing protocol on the Ethereum blockchain. Teller is the first protocol to allow zero collateral borrowing for greater than one block.
https://teller.finance/
MIT License
104 stars 38 forks source link

[PROTOCOL-640] [L03] ERC777 Reentrancy #432

Closed passabilities closed 3 years ago

passabilities commented 3 years ago

Duplicate of #426 using correct branch naming structure

Adding reentrancy guards to tToken operations:

  • mint()
  • redeem()
  • redeemUnderlying()