compound-finance / compound-protocol

The Compound On-Chain Protocol
https://compound.finance/developers
BSD 3-Clause "New" or "Revised" License
1.89k stars 1.21k forks source link

Several improvements on TimeLock.sol #214

Open AmazingAng opened 2 years ago

AmazingAng commented 2 years ago
  1. Add in-queue check for cancelTransaction() in Timelock.sol
  2. Delete import SafeMath, since SafeMath is no longer needed starting with Solidity 0.8.
  3. Delete keyword "public" in the constructor.