livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

TicketBroker contract does not emit 'ParameterUpdate' event for protocol parameter updates. #378

Closed kyriediculous closed 2 years ago

kyriediculous commented 4 years ago

The TicketBroker has certain setters for protocol parameters pertaining to the pm protocol that can be changed by the 'controller owner'.

In other contracts in the livepeer protocol (eg. BondingManager) these types of functions emit a ParameterUpdate(string param) event, for the TicketBroker however this is not the case

Solution you would like to see Emit a ParameterUpdate event from

yondonfu commented 2 years ago

Closed by #522