livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Move repeating contract getters to base contract #563

Open RiccardoBiosas opened 2 years ago

RiccardoBiosas commented 2 years ago

The declarations of some getter functions is repeated across various protocol contracts (i.e.: here, here and here). I suggest to move it to a shared base contract to keep the codebase more DRY