livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

Implement the EIP-1167 standard for the deployment of on-chain polls #561

Open RiccardoBiosas opened 2 years ago

RiccardoBiosas commented 2 years ago

The EIP-1167 is a standard that allows to minimize the deployment cost of child contracts in a factory pattern by specifying a minimal bytecode. OpenZeppelin provides a library to easily implement the EIP-1167 standard which we could use to decrease the deployment cost associated to the deployment of on-chain poll contracts from the PollCreator factory.