ActionPaused: this disables features such as Mint or Borrow. Events will not be emitted if Mint or so has been disabled so we do not need to explicitly handle this event.
Failure: used to register an error, does not have a direct impact on balances
Approval: as long as no transfer is executed, we do not need to know about who approves what
NewAdmin: does not affect any balance
NewImplementation: not important which contract is emitting the events
NewPauseGuardian: does not affect any balance
NewPendingAdmin: does not affect any balance
NewPendingImplementation: not important which contract is emitting the events
NewPriceOracle: price oracle will be implemented slightly differently anyway
Handle comptroller market creation, interest rate model update, collateral factor update
Supported events
Unneeded events
Mint
orBorrow
. Events will not be emitted ifMint
or so has been disabled so we do not need to explicitly handle this event.Other events
NewLiquidationIncentive
: #7AccrueInterest
: #4